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   
 

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
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.