Uses of Interface
org.camunda.bpm.engine.cdi.BusinessProcessEventType

Packages that use BusinessProcessEventType
org.camunda.bpm.engine.cdi   
org.camunda.bpm.engine.cdi.impl.event   
 

Uses of BusinessProcessEventType in org.camunda.bpm.engine.cdi
 

Classes in org.camunda.bpm.engine.cdi that implement BusinessProcessEventType
static class BusinessProcessEventType.DefaultBusinessProcessEventType
           
 

Fields in org.camunda.bpm.engine.cdi declared as BusinessProcessEventType
static BusinessProcessEventType BusinessProcessEventType.ASSIGN_TASK
          Signifies that a task is assigned
static BusinessProcessEventType BusinessProcessEventType.COMPLETE_TASK
          Signifies that a task is completed
static BusinessProcessEventType BusinessProcessEventType.CREATE_TASK
          Signifies that a task is created
static BusinessProcessEventType BusinessProcessEventType.DELETE_TASK
          Signifies that a task is deleted
static BusinessProcessEventType BusinessProcessEventType.END_ACTIVITY
          Signifies that an activity is being left / was left
static BusinessProcessEventType BusinessProcessEventType.START_ACTIVITY
          Signifies that an activity is being entered / war entered
static BusinessProcessEventType BusinessProcessEventType.TAKE
          Signifies that a transition is being taken / was taken
 

Methods in org.camunda.bpm.engine.cdi that return BusinessProcessEventType
 BusinessProcessEventType BusinessProcessEvent.getType()
           
 

Uses of BusinessProcessEventType in org.camunda.bpm.engine.cdi.impl.event
 

Fields in org.camunda.bpm.engine.cdi.impl.event declared as BusinessProcessEventType
protected  BusinessProcessEventType CdiBusinessProcessEvent.type
           
 

Methods in org.camunda.bpm.engine.cdi.impl.event that return BusinessProcessEventType
 BusinessProcessEventType CdiBusinessProcessEvent.getType()
           
 

Constructors in org.camunda.bpm.engine.cdi.impl.event with parameters of type BusinessProcessEventType
CdiBusinessProcessEvent(DelegateTask task, ProcessDefinitionEntity processDefinition, BusinessProcessEventType type, Date timeStamp)
           
CdiBusinessProcessEvent(String activityId, String transitionName, ProcessDefinition processDefinition, DelegateExecution execution, BusinessProcessEventType type, Date timeStamp)
           
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.