|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.wf.requests.Requests
public class Requests
Collection of requests. Requests can be added to queries and are executed after the query has been performed. A request is in most cases a UI related task which needs to be executed without locking the GUI.
IRequest
,
IUpdateUIRequest
,
Serialized FormConstructor Summary | |
---|---|
Requests()
Create a new empty instance. |
|
Requests(IRequest request)
Create a new instance and adds the provided request. |
Method Summary | |
---|---|
void |
add(IRequest request)
Adds a request. |
void |
clear()
Free resources. |
IRequest[] |
get()
Gets the requests as an array. |
void |
remove(IRequest request)
Removes the specified request. |
int |
size()
Total count of requests part of this instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Requests()
public Requests(IRequest request)
Method Detail |
---|
public int size()
public void add(IRequest request)
request
- public void remove(IRequest request)
request
- public void clear()
public IRequest[] get()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |