|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PvmScope in org.camunda.bpm.engine.impl.bpmn.behavior |
|---|
| Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return PvmScope | |
|---|---|
protected PvmScope |
ThrowEscalationEventActivityBehavior.getScopeForEscalation(EscalationEventDefinition escalationEventDefinition)
|
| Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type PvmScope | |
|---|---|
void |
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder.visit(PvmScope scope)
|
void |
ThrowEscalationEventActivityBehavior.EscalationEventDefinitionFinder.visit(PvmScope scope)
|
| 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
Defines an activity insisde a process. |
interface |
PvmProcessDefinition
|
interface |
ReadOnlyProcessDefinition
|
| Methods in org.camunda.bpm.engine.impl.pvm that return PvmScope | |
|---|---|
PvmScope |
PvmScope.getEventScope()
The event scope for an activity is the scope in which the activity listens for events. |
PvmScope |
PvmScope.getLevelOfSubprocessScope()
The "level of subprocess scope" as defined in bpmn: this is the subprocess containing the activity. |
| Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.delegate |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.delegate with parameters of type PvmScope | |
|---|---|
ActivityExecution |
ActivityExecution.findExecutionForFlowScope(PvmScope targetScope)
Assumption: the current execution is active and executing an activity ( ActivityExecution.getActivity() is not null). |
| 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
A Bpmn scope. |
| Methods in org.camunda.bpm.engine.impl.pvm.process that return PvmScope | |
|---|---|
PvmScope |
ProcessDefinitionImpl.getEventScope()
|
PvmScope |
ActivityImpl.getLevelOfSubprocessScope()
|
PvmScope |
ProcessDefinitionImpl.getLevelOfSubprocessScope()
|
| Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.runtime |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type PvmScope | |
|---|---|
PvmExecutionImpl |
PvmExecutionImpl.findExecutionForFlowScope(PvmScope targetFlowScope)
For a given target flow scope, this method returns the corresponding scope execution. |
| Uses of PvmScope in org.camunda.bpm.engine.impl.pvm.runtime.operation |
|---|
| Methods in org.camunda.bpm.engine.impl.pvm.runtime.operation that return PvmScope | |
|---|---|
protected PvmScope |
PvmAtomicOperationActivityEnd.getScope(PvmExecutionImpl execution)
|
| Uses of PvmScope in org.camunda.bpm.engine.impl.tree |
|---|
| Methods in org.camunda.bpm.engine.impl.tree that return PvmScope | |
|---|---|
protected static PvmScope |
ActivityExecutionHierarchyWalker.getCurrentFlowScope(ActivityExecution execution)
|
PvmScope |
ActivityExecutionTuple.getScope()
|
| Methods in org.camunda.bpm.engine.impl.tree with parameters of type PvmScope | |
|---|---|
PvmExecutionImpl |
ActivityExecutionMappingCollector.getExecutionForScope(PvmScope scope)
|
| Method parameters in org.camunda.bpm.engine.impl.tree with type arguments of type PvmScope | |
|---|---|
TreeWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePostVisitor(TreeVisitor<PvmScope> visitor)
|
TreeWalker<ActivityExecutionTuple> |
ActivityExecutionHierarchyWalker.addScopePreVisitor(TreeVisitor<PvmScope> visitor)
|
| Constructors in org.camunda.bpm.engine.impl.tree with parameters of type PvmScope | |
|---|---|
ActivityExecutionTuple(PvmScope scope,
ActivityExecution execution)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||