Class EventSubscriptionResponse
- java.lang.Object
-
- org.flowable.rest.service.api.runtime.process.EventSubscriptionResponse
-
public class EventSubscriptionResponse extends Object
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringactivityIdprotected Stringconfigurationprotected Datecreatedprotected StringeventNameprotected StringeventTypeprotected StringexecutionIdprotected StringexecutionUrlprotected Stringidprotected StringprocessDefinitionIdprotected StringprocessDefinitionUrlprotected StringprocessInstanceIdprotected StringprocessInstanceUrlprotected StringscopeDefinitionIdprotected StringscopeIdprotected StringscopeTypeprotected StringsubScopeIdprotected StringtenantIdprotected Stringurl
-
Constructor Summary
Constructors Constructor Description EventSubscriptionResponse()
-
Method Summary
-
-
-
Field Detail
-
id
protected String id
-
url
protected String url
-
eventType
protected String eventType
-
eventName
protected String eventName
-
activityId
protected String activityId
-
executionId
protected String executionId
-
executionUrl
protected String executionUrl
-
processInstanceId
protected String processInstanceId
-
processInstanceUrl
protected String processInstanceUrl
-
processDefinitionId
protected String processDefinitionId
-
processDefinitionUrl
protected String processDefinitionUrl
-
scopeId
protected String scopeId
-
scopeType
protected String scopeType
-
subScopeId
protected String subScopeId
-
scopeDefinitionId
protected String scopeDefinitionId
-
created
protected Date created
-
configuration
protected String configuration
-
tenantId
protected String tenantId
-
-
Method Detail
-
getId
public String getId()
-
setId
public void setId(String id)
-
getUrl
public String getUrl()
-
setUrl
public void setUrl(String url)
-
getEventType
public String getEventType()
-
setEventType
public void setEventType(String eventType)
-
getEventName
public String getEventName()
-
setEventName
public void setEventName(String eventName)
-
getActivityId
public String getActivityId()
-
setActivityId
public void setActivityId(String activityId)
-
getProcessInstanceId
public String getProcessInstanceId()
-
setProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
-
getProcessInstanceUrl
public String getProcessInstanceUrl()
-
setProcessInstanceUrl
public void setProcessInstanceUrl(String processInstanceUrl)
-
getProcessDefinitionId
public String getProcessDefinitionId()
-
setProcessDefinitionId
public void setProcessDefinitionId(String processDefinitionId)
-
getProcessDefinitionUrl
public String getProcessDefinitionUrl()
-
setProcessDefinitionUrl
public void setProcessDefinitionUrl(String processDefinitionUrl)
-
getExecutionId
public String getExecutionId()
-
setExecutionId
public void setExecutionId(String executionId)
-
getExecutionUrl
public String getExecutionUrl()
-
setExecutionUrl
public void setExecutionUrl(String executionUrl)
-
getScopeId
public String getScopeId()
-
setScopeId
public void setScopeId(String scopeId)
-
getScopeType
public String getScopeType()
-
setScopeType
public void setScopeType(String scopeType)
-
getSubScopeId
public String getSubScopeId()
-
setSubScopeId
public void setSubScopeId(String subScopeId)
-
getScopeDefinitionId
public String getScopeDefinitionId()
-
setScopeDefinitionId
public void setScopeDefinitionId(String scopeDefinitionId)
-
getCreated
public Date getCreated()
-
setCreated
public void setCreated(Date created)
-
getConfiguration
public String getConfiguration()
-
setConfiguration
public void setConfiguration(String configuration)
-
setTenantId
public void setTenantId(String tenantId)
-
getTenantId
public String getTenantId()
-
-