org.camunda.bpm.engine.cdi
Interface BusinessProcessEventType

All Known Implementing Classes:
BusinessProcessEventType.DefaultBusinessProcessEventType

public interface BusinessProcessEventType

The type of a business process event. Indicates what is happening/has happened, i.e. whether a transition is taken, an activity is entered or left.

Author:
Daniel Meyer

Nested Class Summary
static class BusinessProcessEventType.DefaultBusinessProcessEventType
           
 
Field Summary
static BusinessProcessEventType END_ACTIVITY
          Signifies that an activity is being left / was left
static BusinessProcessEventType START_ACTIVITY
          Signifies that an activity is being entered / war entered
static BusinessProcessEventType TAKE
          Signifies that a transition is being taken / was taken
 
Method Summary
 String getTypeName()
           
 

Field Detail

TAKE

static final BusinessProcessEventType TAKE
Signifies that a transition is being taken / was taken


START_ACTIVITY

static final BusinessProcessEventType START_ACTIVITY
Signifies that an activity is being entered / war entered


END_ACTIVITY

static final BusinessProcessEventType END_ACTIVITY
Signifies that an activity is being left / was left

Method Detail

getTypeName

String getTypeName()


Copyright © 2014 camunda services GmbH. All Rights Reserved.