|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PvmActivity in org.camunda.bpm.engine.impl.bpmn.behavior |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type PvmActivity | |
|---|---|
protected boolean |
InclusiveGatewayActivityBehavior.isReachable(PvmActivity srcActivity,
PvmActivity targetActivity,
Set<PvmActivity> visitedActivities)
|
| Method parameters in org.camunda.bpm.engine.impl.bpmn.behavior with type arguments of type PvmActivity | |
|---|---|
protected boolean |
InclusiveGatewayActivityBehavior.isReachable(PvmActivity srcActivity,
PvmActivity targetActivity,
Set<PvmActivity> visitedActivities)
|
| Uses of PvmActivity in org.camunda.bpm.engine.impl.persistence.entity |
|---|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PvmActivity | |
|---|---|
void |
ExecutionEntity.setActivity(PvmActivity activity)
|
| Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm that return PvmActivity | |
|---|---|
PvmActivity |
PvmScope.findActivity(String activityId)
|
PvmActivity |
PvmExecution.getActivity()
|
PvmActivity |
PvmTransition.getDestination()
|
PvmActivity |
ReadOnlyProcessDefinition.getInitial()
|
PvmActivity |
PvmTransition.getSource()
|
| Methods in org.camunda.bpm.engine.impl.pvm that return types with arguments of type PvmActivity | |
|---|---|
List<? extends PvmActivity> |
PvmScope.getActivities()
|
| Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.delegate |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.delegate that return PvmActivity | |
|---|---|
PvmActivity |
ActivityExecution.getActivity()
returns the current PvmActivity of the execution. |
PvmActivity |
ActivityExecution.getNextActivity()
An activity which is to be started next. |
| Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type PvmActivity | |
|---|---|
void |
ActivityExecution.executeActivity(PvmActivity activity)
Executes the ActivityBehavior associated with the given activity. |
List<ActivityExecution> |
ActivityExecution.findInactiveConcurrentExecutions(PvmActivity activity)
Retrieves all executions which are concurrent and inactive at the given activity. |
void |
ActivityExecution.setActivity(PvmActivity cancelBoundaryEvent)
|
| Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.process |
|---|
| Classes in org.camunda.bpm.engine.impl.pvm.process that implement PvmActivity | |
|---|---|
class |
ActivityImpl
|
| Uses of PvmActivity in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmActivity | |
|---|---|
void |
PvmExecutionImpl.executeActivity(PvmActivity activity)
|
List<ActivityExecution> |
PvmExecutionImpl.findInactiveConcurrentExecutions(PvmActivity activity)
|
void |
PvmExecutionImpl.setActivity(PvmActivity activity)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||