|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.wf.requests.CreateUserRequest
public class CreateUserRequest
Creates a new user including all her permissions.
Constructor Summary | |
---|---|
CreateUserRequest(User user)
|
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 CreateUserRequest(User user)
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 |