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

Packages that use PvmScope
org.camunda.bpm.engine.impl.bpmn.helper   
org.camunda.bpm.engine.impl.bpmn.parser   
org.camunda.bpm.engine.impl.persistence.entity   
org.camunda.bpm.engine.impl.pvm   
org.camunda.bpm.engine.impl.pvm.process   
org.camunda.bpm.engine.impl.pvm.runtime   
 

Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.helper
 

Methods in org.camunda.bpm.engine.impl.bpmn.helper with parameters of type PvmScope
static ExecutionEntity ScopeUtil.findScopeExecutionForScope(ExecutionEntity execution, PvmScope scopeActivity)
          returns the top-most execution sitting in an activity part of the scope defined by 'scopeActivitiy'.
 

Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.parser
 

Methods in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type PvmScope
static List<EventSubscriptionDeclaration> EventSubscriptionDeclaration.getDeclarationsForScope(PvmScope scope)
           
 

Uses of PvmScope in org.camunda.bpm.engine.impl.persistence.entity
 

Classes in org.camunda.bpm.engine.impl.persistence.entity that implement PvmScope
 class ProcessDefinitionEntity
           
 class ProcessDefinitionStatisticsEntity
           
 

Uses of PvmScope in org.camunda.bpm.engine.impl.pvm
 

Subinterfaces of PvmScope in org.camunda.bpm.engine.impl.pvm
 interface PvmActivity
           
 interface PvmProcessDefinition
           
 interface ReadOnlyProcessDefinition
           
 

Methods in org.camunda.bpm.engine.impl.pvm that return PvmScope
 PvmScope PvmActivity.getParent()
           
 PvmScope PvmActivity.getScope()
          returns the scope of this activity.
 

Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.process
 

Classes in org.camunda.bpm.engine.impl.pvm.process that implement PvmScope
 class ActivityImpl
           
 class ProcessDefinitionImpl
           
 class ScopeImpl
           
 

Fields in org.camunda.bpm.engine.impl.pvm.process declared as PvmScope
protected  PvmScope ActivityImpl.scope
           
 

Methods in org.camunda.bpm.engine.impl.pvm.process that return PvmScope
 PvmScope ActivityImpl.getScope()
           
 

Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type PvmScope
 void ActivityImpl.setScope(PvmScope scope)
           
 

Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.runtime
 

Methods in org.camunda.bpm.engine.impl.pvm.runtime that return PvmScope
protected  PvmScope AtomicOperationCreateConcurrentExecution.getCurrentScope(InterpretableExecution execution)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.