|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.wf.requests.StatusUpdateRequest
public class StatusUpdateRequest
Constructor Summary | |
---|---|
StatusUpdateRequest(int module,
int tab,
java.lang.String msgID)
|
Method Summary | |
---|---|
void |
end()
Free resources. |
void |
execute()
Executes this request. |
boolean |
getExecuteOnFail()
Indicates if the request is allowed to be executed even when the query has failed. |
void |
setExecuteOnFail(boolean b)
Indicate if the request is allowed to be executed even when the query has failed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StatusUpdateRequest(int module, int tab, java.lang.String msgID)
Method Detail |
---|
public void execute()
IRequest
execute
in interface IRequest
public void end()
IRequest
end
in interface IRequest
public boolean getExecuteOnFail()
IRequest
getExecuteOnFail
in interface IRequest
public void setExecuteOnFail(boolean b)
IRequest
setExecuteOnFail
in interface IRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |