public class StartProcessInstructionForPrimaryStage extends StartProcessInstruction implements DebugDumpable
INDENT_STRING
Constructor and Description |
---|
StartProcessInstructionForPrimaryStage() |
Modifier and Type | Method and Description |
---|---|
String |
debugDump()
Show the content of the object intended for diagnostics by system administrator.
|
String |
debugDump(int indent) |
List<ObjectDelta<? extends ObjectType>> |
getDeltas() |
PrimaryApprovalProcessWrapper |
getWrapper() |
void |
setDelta(ObjectDelta<? extends ObjectType> delta) |
void |
setDeltas(List<ObjectDelta<? extends ObjectType>> deltas) |
void |
setWrapper(PrimaryApprovalProcessWrapper wrapper) |
addProcessVariable, getProcessName, getProcessVariables, getTaskName, isExecuteImmediately, isNoProcess, isSimple, setExecuteImmediately, setNoProcess, setProcessName, setSimple, setTaskName, startsWorkflowProcess, toString
public StartProcessInstructionForPrimaryStage()
public List<ObjectDelta<? extends ObjectType>> getDeltas()
public void setDeltas(List<ObjectDelta<? extends ObjectType>> deltas)
public void setDelta(ObjectDelta<? extends ObjectType> delta)
public String debugDump(int indent)
debugDump
in interface DebugDumpable
debugDump
in class StartProcessInstruction
public String debugDump()
DebugDumpable
debugDump
in interface DebugDumpable
debugDump
in class StartProcessInstruction
public PrimaryApprovalProcessWrapper getWrapper()
public void setWrapper(PrimaryApprovalProcessWrapper wrapper)
Copyright © 2013 evolveum. All rights reserved.