Uses of Interface
org.camunda.bpm.engine.impl.pvm.delegate.ActivityBehavior

Packages that use ActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.bpmn.delegate   
org.camunda.bpm.engine.impl.bpmn.helper   
org.camunda.bpm.engine.impl.bpmn.parser   
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.util   
 

Uses of ActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
 

Classes in org.camunda.bpm.engine.impl.bpmn.behavior that implement ActivityBehavior
 class AbstractBpmnActivityBehavior
          Denotes an 'activity' in the sense of BPMN 2.0: a parent class for all tasks, subprocess and callActivity.
 class BoundaryEventActivityBehavior
          The BPMN Boundary Event.
 class CallActivityBehavior
          Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).
 class CancelBoundaryEventActivityBehavior
           
 class CancelEndEventActivityBehavior
           
 class ClassDelegateActivityBehavior
          Helper class for bpmn constructs that allow class delegation.
 class ErrorEndEventActivityBehavior
           
 class EventBasedGatewayActivityBehavior
           
 class EventSubProcessStartEventActivityBehavior
          Specialization of the Start Event for Event Sub-Processes.
 class ExclusiveGatewayActivityBehavior
          implementation of the Exclusive Gateway/XOR gateway/exclusive data-based gateway as defined in the BPMN specification.
 class FlowNodeActivityBehavior
          Superclass for all 'connectable' BPMN 2.0 process elements: tasks, gateways and events.
 class GatewayActivityBehavior
          super class for all gateway activity implementations.
 class InclusiveGatewayActivityBehavior
          Implementation of the Inclusive Gateway/OR gateway/inclusive data-based gateway as defined in the BPMN specification.
 class IntermediateCatchEventActivityBehavior
           
 class IntermediateCatchLinkEventActivityBehavior
           
 class IntermediateThrowCompensationEventActivityBehavior
           
 class IntermediateThrowNoneEventActivityBehavior
           
 class IntermediateThrowSignalEventActivityBehavior
           
 class MailActivityBehavior
           
 class ManualTaskActivityBehavior
          Implementation of the BPMN 2.0 'manual task': a task that is external to the BPMS and to which there is no reference to IT systems whatsoever.
 class MultiInstanceActivityBehavior
          Implementation of the multi-instance functionality as described in the BPMN 2.0 spec.
 class NoneEndEventActivityBehavior
           
 class NoneStartEventActivityBehavior
          implementation of the 'none start event': a start event that has no specific trigger but the programmatic one (processService.startProcessInstanceXXX()).
 class ParallelGatewayActivityBehavior
          Implementation of the Parallel Gateway/AND gateway as definined in the BPMN 2.0 specification.
 class ParallelMultiInstanceBehavior
           
 class ReceiveTaskActivityBehavior
          A receive task is a wait state that waits for the receival of some message.
 class ScriptTaskActivityBehavior
          ActivityBehavior implementation of the BPMN 2.0 script task.
 class SequentialMultiInstanceBehavior
           
 class ServiceTaskDelegateExpressionActivityBehavior
          ActivityBehavior used when 'delegateExpression' is used for a serviceTask.
 class ServiceTaskExpressionActivityBehavior
          ActivityBehavior that evaluates an expression when executed.
 class ServiceTaskJavaDelegateActivityBehavior
           
 class ShellActivityBehavior
           
 class SignalEndEventActivityBehavior
           
 class SubProcessActivityBehavior
          Implementation of the BPMN 2.0 subprocess (formally known as 'embedded' subprocess): a subprocess defined within another process definition.
 class TaskActivityBehavior
          Parent class for all BPMN 2.0 task types such as ServiceTask, ScriptTask, UserTask, etc.
 class TerminateEndEventActivityBehavior
          The BPMN terminate End Event.
 class TransactionActivityBehavior
           
 class UserTaskActivityBehavior
          activity implementation for the user task.
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return ActivityBehavior
protected  ActivityBehavior ClassDelegateActivityBehavior.determineBehaviour(ActivityBehavior delegateInstance, ActivityExecution execution)
           
protected  ActivityBehavior ServiceTaskDelegateExpressionActivityBehavior.determineBehaviour(ActivityBehavior delegateInstance, ActivityExecution execution)
           
protected  ActivityBehavior ClassDelegateActivityBehavior.getActivityBehaviorInstance(ActivityExecution execution)
           
protected  ActivityBehavior ServiceTaskDelegateExpressionActivityBehavior.getActivityBehaviorInstance(ActivityExecution execution, Object delegateInstance)
           
 

Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ActivityBehavior
protected  ActivityBehavior ClassDelegateActivityBehavior.determineBehaviour(ActivityBehavior delegateInstance, ActivityExecution execution)
           
protected  ActivityBehavior ServiceTaskDelegateExpressionActivityBehavior.determineBehaviour(ActivityBehavior delegateInstance, ActivityExecution execution)
           
 

Uses of ActivityBehavior in org.camunda.bpm.engine.impl.bpmn.delegate
 

Fields in org.camunda.bpm.engine.impl.bpmn.delegate declared as ActivityBehavior
protected  ActivityBehavior ActivityBehaviorInvocation.behaviorInstance
           
 

Constructors in org.camunda.bpm.engine.impl.bpmn.delegate with parameters of type ActivityBehavior
ActivityBehaviorInvocation(ActivityBehavior behaviorInstance, ActivityExecution execution)
           
 

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

Method parameters in org.camunda.bpm.engine.impl.bpmn.helper with type arguments of type ActivityBehavior
static ActivityImpl ScopeUtil.findInParentScopesByBehaviorType(ActivityImpl activity, Class<? extends ActivityBehavior> behaviorType)
           
 

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

Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ActivityBehavior
protected  ActivityBehavior BpmnParse.parseBoundaryCancelEventDefinition(Element cancelEventDefinition, ActivityImpl activity)
           
 

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

Methods in org.camunda.bpm.engine.impl.pvm with parameters of type ActivityBehavior
 ProcessDefinitionBuilder ProcessDefinitionBuilder.behavior(ActivityBehavior activityBehaviour)
           
 

Uses of ActivityBehavior in org.camunda.bpm.engine.impl.pvm.delegate
 

Subinterfaces of ActivityBehavior in org.camunda.bpm.engine.impl.pvm.delegate
 interface CompositeActivityBehavior
           
 interface SignallableActivityBehavior
           
 interface SubProcessActivityBehavior
          behavior for activities that delegate to a complete separate execution of a process definition.
 

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

Fields in org.camunda.bpm.engine.impl.pvm.process declared as ActivityBehavior
protected  ActivityBehavior ActivityImpl.activityBehavior
           
 

Methods in org.camunda.bpm.engine.impl.pvm.process that return ActivityBehavior
 ActivityBehavior ActivityImpl.getActivityBehavior()
           
 

Methods in org.camunda.bpm.engine.impl.pvm.process with parameters of type ActivityBehavior
 void ActivityImpl.setActivityBehavior(ActivityBehavior activityBehavior)
           
 

Uses of ActivityBehavior in org.camunda.bpm.engine.impl.util
 

Methods in org.camunda.bpm.engine.impl.util that return ActivityBehavior
static ActivityBehavior ActivityBehaviorUtil.getActivityBehavior(PvmExecutionImpl execution)
           
 



Copyright © 2014 camunda services GmbH. All rights reserved.