Uses of Interface
org.camunda.bpm.engine.impl.pvm.PvmActivity

Packages that use PvmActivity
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm   
org.camunda.bpm.engine.impl.pvm.delegate   
org.camunda.bpm.engine.impl.pvm.process   
org.camunda.bpm.engine.impl.pvm.runtime   
 

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
 

Fields in org.camunda.bpm.engine.impl.persistence.entity declared as PvmActivity
protected  PvmActivity ExecutionEntity.nextActivity
          an activity which is to be started next
 

Methods in org.camunda.bpm.engine.impl.persistence.entity that return PvmActivity
 PvmActivity ExecutionEntity.getNextActivity()
           
 

Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type PvmActivity
 void ExecutionEntity.executeActivity(PvmActivity activity)
           
 List<ActivityExecution> ExecutionEntity.findInactiveConcurrentExecutions(PvmActivity activity)
           
 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.
 

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
 

Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as PvmActivity
protected  PvmActivity ExecutionImpl.nextActivity
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return PvmActivity
protected  PvmActivity AtomicOperationTransitionCancelScope.getCancellingActivity(InterpretableExecution execution)
           
protected abstract  PvmActivity AtomicOperationCancelScope.getCancellingActivity(InterpretableExecution execution)
           
protected  PvmActivity AtomicOperationActivityStartCancelScope.getCancellingActivity(InterpretableExecution execution)
           
 PvmActivity ExecutionImpl.getNextActivity()
           
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmActivity
protected  InterpretableExecution AtomicOperationCreateConcurrentExecution.createConcurrentExecution(InterpretableExecution execution, PvmActivity concurrentActivity)
           
 void ExecutionImpl.executeActivity(PvmActivity activity)
           
 List<ActivityExecution> ExecutionImpl.findInactiveConcurrentExecutions(PvmActivity activity)
           
 void ExecutionImpl.setActivity(PvmActivity activity)
          sets the current activity.
 void InterpretableExecution.setActivity(PvmActivity activity)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.