Uses of Enum Class
org.camunda.bpm.engine.impl.pvm.process.ActivityStartBehavior
Package
Description
-
Uses of ActivityStartBehavior in org.camunda.bpm.engine.impl.cmd
Modifier and TypeMethodDescriptionprotected boolean
AbstractInstantiationCmd.isConcurrentStart
(ActivityStartBehavior startBehavior) -
Uses of ActivityStartBehavior in org.camunda.bpm.engine.impl.pvm
Modifier and TypeMethodDescriptionPvmActivity.getActivityStartBehavior()
The start behavior of an activity. -
Uses of ActivityStartBehavior in org.camunda.bpm.engine.impl.pvm.process
Modifier and TypeFieldDescriptionprotected ActivityStartBehavior
ActivityImpl.activityStartBehavior
The start behavior for this activity.Modifier and TypeMethodDescriptionActivityImpl.getActivityStartBehavior()
static ActivityStartBehavior
Returns the enum constant of this class with the specified name.static ActivityStartBehavior[]
ActivityStartBehavior.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ActivityImpl.setActivityStartBehavior
(ActivityStartBehavior activityStartBehavior)