org.camunda.bpm.engine.impl.event
Class EventType

java.lang.Object
  extended by org.camunda.bpm.engine.impl.event.EventType

public final class EventType
extends Object

Defines the existing event types, on which the subscription can be done. Since the the event type for message and signal are historically lower case the enum variant can't be used, so we have to reimplement an enum like class. That is done so we can restrict the event types to only the defined ones.

Author:
Christopher Zell

Field Summary
static EventType COMPENSATE
           
static EventType CONDITONAL
           
static EventType MESSAGE
           
static EventType SIGNAL
           
 
Method Summary
 String name()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MESSAGE

public static final EventType MESSAGE

SIGNAL

public static final EventType SIGNAL

COMPENSATE

public static final EventType COMPENSATE

CONDITONAL

public static final EventType CONDITONAL
Method Detail

name

public String name()


Copyright © 2017 camunda services GmbH. All rights reserved.