Class EventInstanceImpl
java.lang.Object
org.flowable.eventregistry.impl.runtime.EventInstanceImpl
- All Implemented Interfaces:
EventInstance
- Author:
- Joram Barrez
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Collection<EventPayloadInstance>
protected String
protected Collection<EventPayloadInstance>
protected Collection<EventPayloadInstance>
protected String
-
Constructor Summary
ConstructorsConstructorDescriptionEventInstanceImpl
(String eventKey, Collection<EventPayloadInstance> payloadInstances) EventInstanceImpl
(String eventKey, Collection<EventPayloadInstance> payloadInstances, String tenantId) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCorrelationParameterInstances
(Collection<EventPayloadInstance> correlationParameterInstances) void
setEventKey
(String eventKey) void
setHeaderInstances
(Collection<EventPayloadInstance> headerInstances) void
setPayloadInstances
(Collection<EventPayloadInstance> payloadInstances) void
setTenantId
(String tenantId) toString()
-
Field Details
-
eventKey
-
payloadInstances
-
headerInstances
-
correlationPayloadInstances
-
tenantId
-
-
Constructor Details
-
EventInstanceImpl
-
EventInstanceImpl
public EventInstanceImpl(String eventKey, Collection<EventPayloadInstance> payloadInstances, String tenantId)
-
-
Method Details
-
getEventKey
- Specified by:
getEventKey
in interfaceEventInstance
-
setEventKey
-
getPayloadInstances
- Specified by:
getPayloadInstances
in interfaceEventInstance
-
setPayloadInstances
-
getHeaderInstances
- Specified by:
getHeaderInstances
in interfaceEventInstance
-
setHeaderInstances
-
getCorrelationParameterInstances
- Specified by:
getCorrelationParameterInstances
in interfaceEventInstance
-
setCorrelationParameterInstances
public void setCorrelationParameterInstances(Collection<EventPayloadInstance> correlationParameterInstances) -
getTenantId
- Specified by:
getTenantId
in interfaceEventInstance
-
setTenantId
-
toString
-