public class ProcessInstanceStartContext extends Object
Modifier and Type | Field and Description |
---|---|
protected ActivityImpl |
initial |
Constructor and Description |
---|
ProcessInstanceStartContext(ActivityImpl initial) |
Modifier and Type | Method and Description |
---|---|
ActivityImpl |
getInitial() |
void |
initialStarted(InterpretableExecution execution) |
boolean |
isAsync() |
void |
setInitial(ActivityImpl initial) |
protected ActivityImpl initial
public ProcessInstanceStartContext(ActivityImpl initial)
initial
- public ActivityImpl getInitial()
public void setInitial(ActivityImpl initial)
public void initialStarted(InterpretableExecution execution)
public boolean isAsync()
Copyright © 2015. All rights reserved.