Class EventSubscriptionResponse
java.lang.Object
org.flowable.rest.service.api.runtime.process.EventSubscriptionResponse
- Author:
- Tijs Rademakers
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected Date
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getUrl()
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
setExecutionUrl
(String executionUrl) void
void
setProcessDefinitionId
(String processDefinitionId) void
setProcessDefinitionUrl
(String processDefinitionUrl) void
setProcessInstanceId
(String processInstanceId) void
setProcessInstanceUrl
(String processInstanceUrl) void
setScopeDefinitionId
(String scopeDefinitionId) void
setScopeId
(String scopeId) void
setScopeType
(String scopeType) void
setSubScopeId
(String subScopeId) void
setTenantId
(String tenantId) void
-
Field Details
-
id
-
url
-
eventType
-
eventName
-
activityId
-
executionId
-
executionUrl
-
processInstanceId
-
processInstanceUrl
-
processDefinitionId
-
processDefinitionUrl
-
scopeId
-
scopeType
-
subScopeId
-
scopeDefinitionId
-
created
-
configuration
-
tenantId
-
-
Constructor Details
-
EventSubscriptionResponse
public EventSubscriptionResponse()
-
-
Method Details
-
getId
-
setId
-
getUrl
-
setUrl
-
getEventType
-
setEventType
-
getEventName
-
setEventName
-
getActivityId
-
setActivityId
-
getProcessInstanceId
-
setProcessInstanceId
-
getProcessInstanceUrl
-
setProcessInstanceUrl
-
getProcessDefinitionId
-
setProcessDefinitionId
-
getProcessDefinitionUrl
-
setProcessDefinitionUrl
-
getExecutionId
-
setExecutionId
-
getExecutionUrl
-
setExecutionUrl
-
getScopeId
-
setScopeId
-
getScopeType
-
setScopeType
-
getSubScopeId
-
setSubScopeId
-
getScopeDefinitionId
-
setScopeDefinitionId
-
getCreated
-
setCreated
-
getConfiguration
-
setConfiguration
-
setTenantId
-
getTenantId
-