|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object insensa.commands.AbstractModelCommand insensa.commands.CreateUserCommand
public class CreateUserCommand
Field Summary | |
---|---|
private CModel |
model
|
private java.lang.String |
userName
|
private java.lang.String |
workspace
|
Fields inherited from class insensa.commands.AbstractModelCommand |
---|
problem, workerStatus |
Constructor Summary | |
---|---|
CreateUserCommand(CModel model,
java.lang.String user,
java.lang.String workspace)
|
Method Summary | |
---|---|
void |
execute()
|
Methods inherited from class insensa.commands.AbstractModelCommand |
---|
check, createDependendCommands, getProblem, getWorkerStatus, retry, setWorkerStatus, throwErrorMessage, throwProblem, undo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.lang.String userName
private java.lang.String workspace
private CModel model
Constructor Detail |
---|
public CreateUserCommand(CModel model, java.lang.String user, java.lang.String workspace)
model
- user
- workspace
- Method Detail |
---|
public void execute() throws java.io.IOException, CRasterFileException
java.io.IOException
CRasterFileException
ModelCommand.execute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |