public class StartProcessInstruction extends Object implements DebugDumpable
INDENT_STRING
Constructor and Description |
---|
StartProcessInstruction() |
Modifier and Type | Method and Description |
---|---|
void |
addProcessVariable(String name,
Object value) |
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
String |
getProcessName() |
Map<String,Object> |
getProcessVariables() |
PolyStringType |
getTaskName() |
boolean |
isExecuteImmediately() |
boolean |
isNoProcess() |
boolean |
isSimple() |
void |
setExecuteImmediately(boolean executeImmediately) |
void |
setNoProcess(boolean noProcess) |
void |
setProcessName(String name) |
void |
setSimple(boolean simple) |
void |
setTaskName(PolyStringType taskName) |
boolean |
startsWorkflowProcess() |
String |
toString() |
public boolean isSimple()
public void setSimple(boolean simple)
public void setProcessName(String name)
public String getProcessName()
public PolyStringType getTaskName()
public void setTaskName(PolyStringType taskName)
public boolean isExecuteImmediately()
public void setExecuteImmediately(boolean executeImmediately)
public boolean isNoProcess()
public boolean startsWorkflowProcess()
public void setNoProcess(boolean noProcess)
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
public String debugDump(int indent)
debugDump
in interface DebugDumpable
Copyright © 2013 evolveum. All rights reserved.