Uses of Interface
org.camunda.bpm.engine.impl.core.delegate.CoreActivityBehavior

Packages that use CoreActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior   
org.camunda.bpm.engine.impl.cmmn.behavior   
org.camunda.bpm.engine.impl.core.model   
org.camunda.bpm.engine.impl.pvm.delegate   
org.camunda.bpm.engine.impl.pvm.process   
 

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

Classes in org.camunda.bpm.engine.impl.bpmn.behavior that implement CoreActivityBehavior
 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 CallableElementActivityBehavior
           
 class CallActivityBehavior
          Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).
 class CancelBoundaryEventActivityBehavior
          See CancelEndEventActivityBehavior: the cancel end event interrupts the scope and performs compensation.
 class CancelEndEventActivityBehavior
           
 class CaseCallActivityBehavior
          Implementation to create a new CaseInstance using the BPMN 2.0 call activity
 class ClassDelegateActivityBehavior
          Helper class for bpmn constructs that allow class delegation.
 class CompensationEventActivityBehavior
          Behavior for a compensation end event.
 class CustomActivityBehavior
           
 class DmnBusinessRuleTaskActivityBehavior
          Implementation of a Bpmn BusinessRuleTask executing a DMN Decision.
 class ErrorEndEventActivityBehavior
           
 class EventBasedGatewayActivityBehavior
           
 class EventSubProcessActivityBehavior
           
 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 ExternalTaskActivityBehavior
          Implements behavior of external task activities, i.e.
 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 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
          Abstract Multi Instance Behavior: used for both parallel and sequential multi instance implementation.
 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 ParallelMultiInstanceActivityBehavior
           
 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 SequentialMultiInstanceActivityBehavior
           
 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 ThrowEscalationEventActivityBehavior
          The activity behavior for an intermediate throwing escalation event and an escalation end event.
 class TransactionActivityBehavior
           
 class UserTaskActivityBehavior
          activity implementation for the user task.
 

Uses of CoreActivityBehavior in org.camunda.bpm.engine.impl.cmmn.behavior
 

Subinterfaces of CoreActivityBehavior in org.camunda.bpm.engine.impl.cmmn.behavior
 interface CmmnActivityBehavior
           
 interface CmmnCompositeActivityBehavior
           
 interface TransferVariablesActivityBehavior
           
 

Classes in org.camunda.bpm.engine.impl.cmmn.behavior that implement CoreActivityBehavior
 class CallingTaskActivityBehavior
           
 class CaseTaskActivityBehavior
           
 class DecisionTaskActivityBehavior
           
 class DmnDecisionTaskActivityBehavior
           
 class EventListenerActivityBehavior
           
 class EventListenerOrMilestoneActivityBehavior
           
 class HumanTaskActivityBehavior
           
 class MilestoneActivityBehavior
           
 class PlanItemDefinitionActivityBehavior
           
 class ProcessOrCaseTaskActivityBehavior
           
 class ProcessTaskActivityBehavior
           
 class StageActivityBehavior
           
 class StageOrTaskActivityBehavior
           
 

Uses of CoreActivityBehavior in org.camunda.bpm.engine.impl.core.model
 

Methods in org.camunda.bpm.engine.impl.core.model that return CoreActivityBehavior
abstract  CoreActivityBehavior<? extends BaseDelegateExecution> CoreActivity.getActivityBehavior()
           
 

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

Subinterfaces of CoreActivityBehavior in org.camunda.bpm.engine.impl.pvm.delegate
 interface ActivityBehavior
           
 interface CompositeActivityBehavior
           
 interface ModificationObserverBehavior
          When a (scope) activity behavior implements this behavior, its scope execution is notified in case of an external modification about the following: the scope execution is newly created a new concurrent execution is created in that scope a concurrent execution is removed in that scope
 interface SignallableActivityBehavior
           
 interface SubProcessActivityBehavior
          behavior for activities that delegate to a complete separate execution of a process definition.
 

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

Methods in org.camunda.bpm.engine.impl.pvm.process that return CoreActivityBehavior
 CoreActivityBehavior<? extends BaseDelegateExecution> ProcessDefinitionImpl.getActivityBehavior()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.