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 booleanAbstractInstantiationCmd. 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 ActivityStartBehaviorPvmActivity. 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 ActivityStartBehaviorActivityImpl. activityStartBehaviorThe start behavior for this activity.Methods in org.camunda.bpm.engine.impl.pvm.process that return ActivityStartBehavior Modifier and Type Method Description ActivityStartBehaviorActivityImpl. getActivityStartBehavior()static ActivityStartBehaviorActivityStartBehavior. valueOf(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 voidActivityImpl. setActivityStartBehavior(ActivityStartBehavior activityStartBehavior)
-