public interface EventSubscriptionEntity extends EventSubscription, Entity, HasRevision
| Modifier and Type | Method and Description |
|---|---|
void |
setActivityId(String activityId) |
void |
setConfiguration(String configuration) |
void |
setCreated(Date created) |
void |
setEventName(String eventName) |
void |
setEventType(String eventType) |
void |
setExecutionId(String executionId) |
void |
setProcessDefinitionId(String processDefinitionId) |
void |
setProcessInstanceId(String processInstanceId) |
void |
setScopeDefinitionId(String scopeDefinitionId) |
void |
setScopeId(String scopeId) |
void |
setScopeType(String scopeType) |
void |
setSubScopeId(String subScopeId) |
void |
setTenantId(String tenantId) |
getActivityId, getConfiguration, getCreated, getEventName, getEventType, getExecutionId, getId, getProcessDefinitionId, getProcessInstanceId, getScopeDefinitionId, getScopeId, getScopeType, getSubScopeId, getTenantIdgetId, getIdPrefix, getOriginalPersistentState, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setOriginalPersistentState, setUpdatedgetRevision, getRevisionNext, setRevisionvoid setEventType(String eventType)
void setEventName(String eventName)
void setExecutionId(String executionId)
void setProcessInstanceId(String processInstanceId)
void setConfiguration(String configuration)
void setActivityId(String activityId)
void setCreated(Date created)
void setProcessDefinitionId(String processDefinitionId)
void setSubScopeId(String subScopeId)
void setScopeId(String scopeId)
void setScopeDefinitionId(String scopeDefinitionId)
void setScopeType(String scopeType)
void setTenantId(String tenantId)
Copyright © 2021 Flowable. All rights reserved.