public class EventInstanceImpl extends Object implements EventInstance
| Modifier and Type | Field and Description |
|---|---|
protected Collection<EventPayloadInstance> |
correlationPayloadInstances |
protected String |
eventKey |
protected Collection<EventPayloadInstance> |
payloadInstances |
protected String |
tenantId |
| Constructor and Description |
|---|
EventInstanceImpl(String eventKey,
Collection<EventPayloadInstance> payloadInstances) |
EventInstanceImpl(String eventKey,
Collection<EventPayloadInstance> payloadInstances,
String tenantId) |
| Modifier and Type | Method and Description |
|---|---|
Collection<EventPayloadInstance> |
getCorrelationParameterInstances() |
String |
getEventKey() |
Collection<EventPayloadInstance> |
getPayloadInstances() |
String |
getTenantId() |
void |
setCorrelationParameterInstances(Collection<EventPayloadInstance> correlationParameterInstances) |
void |
setEventKey(String eventKey) |
void |
setPayloadInstances(Collection<EventPayloadInstance> payloadInstances) |
void |
setTenantId(String tenantId) |
protected String eventKey
protected Collection<EventPayloadInstance> payloadInstances
protected Collection<EventPayloadInstance> correlationPayloadInstances
protected String tenantId
public EventInstanceImpl(String eventKey, Collection<EventPayloadInstance> payloadInstances)
public EventInstanceImpl(String eventKey, Collection<EventPayloadInstance> payloadInstances, String tenantId)
public String getEventKey()
getEventKey in interface EventInstancepublic void setEventKey(String eventKey)
public Collection<EventPayloadInstance> getPayloadInstances()
getPayloadInstances in interface EventInstancepublic void setPayloadInstances(Collection<EventPayloadInstance> payloadInstances)
public Collection<EventPayloadInstance> getCorrelationParameterInstances()
getCorrelationParameterInstances in interface EventInstancepublic void setCorrelationParameterInstances(Collection<EventPayloadInstance> correlationParameterInstances)
public String getTenantId()
getTenantId in interface EventInstancepublic void setTenantId(String tenantId)
Copyright © 2020 Flowable. All rights reserved.