org.camunda.bpm.engine.impl.history.event
Interface HistoryEventType

All Superinterfaces:
Serializable
All Known Implementing Classes:
HistoryEventTypes

public interface HistoryEventType
extends Serializable

An history event type. See HistoryEventTypes for a set of built-in events

Since:
7.2
Author:
Daniel Meyer

Method Summary
 String getEntityType()
          The type of the entity.
 String getEventName()
          The name of the event fired on the entity
 

Method Detail

getEntityType

String getEntityType()
The type of the entity.


getEventName

String getEventName()
The name of the event fired on the entity



Copyright © 2017 camunda services GmbH. All rights reserved.