Interface CloudRuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends Enum<?>>
- All Superinterfaces:
org.activiti.api.model.shared.model.ApplicationElement,CloudRuntimeEntity,org.activiti.api.model.shared.event.RuntimeEvent<ENTITY_TYPE,,EVENT_TYPE> Serializable
- All Known Subinterfaces:
CloudVariableCreatedEvent,CloudVariableDeletedEvent,CloudVariableEvent,CloudVariableUpdatedEvent
public interface CloudRuntimeEvent<ENTITY_TYPE,EVENT_TYPE extends Enum<?>>
extends CloudRuntimeEntity, org.activiti.api.model.shared.event.RuntimeEvent<ENTITY_TYPE,EVENT_TYPE>
-
Method Summary
Modifier and TypeMethodDescriptiongetActor()User who performed an actionID of the entity included in the message.ID of the message that carried the event, all the events that are part of the same tx are aggregated in the same message.Sequence index of the event if it is part of an aggregate within the message if part of the same transaction.Methods inherited from interface org.activiti.api.model.shared.model.ApplicationElement
getAppVersionMethods inherited from interface org.activiti.cloud.api.model.shared.CloudRuntimeEntity
getAppName, getServiceFullName, getServiceName, getServiceType, getServiceVersionMethods inherited from interface org.activiti.api.model.shared.event.RuntimeEvent
getBusinessKey, getEntity, getEventType, getId, getParentProcessInstanceId, getProcessDefinitionId, getProcessDefinitionKey, getProcessDefinitionVersion, getProcessInstanceId, getTimestamp
-
Method Details
-
getSequenceNumber
Integer getSequenceNumber()Sequence index of the event if it is part of an aggregate within the message if part of the same transaction. -
getMessageId
String getMessageId()ID of the message that carried the event, all the events that are part of the same tx are aggregated in the same message. -
getEntityId
String getEntityId()ID of the entity included in the message. -
getActor
String getActor()User who performed an action
-