Uses of Class
org.camunda.bpm.engine.impl.pvm.process.ActivityStartBehavior
-
Packages that use ActivityStartBehavior Package Description org.camunda.bpm.engine.impl.cmd org.camunda.bpm.engine.impl.pvm org.camunda.bpm.engine.impl.pvm.process -
-
Uses of ActivityStartBehavior in org.camunda.bpm.engine.impl.cmd
Methods in org.camunda.bpm.engine.impl.cmd with parameters of type ActivityStartBehavior Modifier and Type Method Description protected boolean
AbstractInstantiationCmd. isConcurrentStart(ActivityStartBehavior startBehavior)
-
Uses of ActivityStartBehavior in org.camunda.bpm.engine.impl.pvm
Methods in org.camunda.bpm.engine.impl.pvm that return ActivityStartBehavior Modifier and Type Method Description ActivityStartBehavior
PvmActivity. getActivityStartBehavior()
The start behavior of an activity. -
Uses of ActivityStartBehavior in org.camunda.bpm.engine.impl.pvm.process
Fields in org.camunda.bpm.engine.impl.pvm.process declared as ActivityStartBehavior Modifier and Type Field Description protected ActivityStartBehavior
ActivityImpl. activityStartBehavior
The start behavior for this activity.Methods in org.camunda.bpm.engine.impl.pvm.process that return ActivityStartBehavior Modifier and Type Method Description ActivityStartBehavior
ActivityImpl. getActivityStartBehavior()
static ActivityStartBehavior
ActivityStartBehavior. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ActivityStartBehavior[]
ActivityStartBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ActivityStartBehavior Modifier and Type Method Description void
ActivityImpl. setActivityStartBehavior(ActivityStartBehavior activityStartBehavior)
-