Class JobResponse
- java.lang.Object
-
- org.flowable.rest.service.api.management.JobResponse
-
public class JobResponse extends Object
- Author:
- Frederik Heremans
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcorrelationIdprotected DatecreateTimeprotected DatedueDateprotected StringelementIdprotected StringelementNameprotected StringexceptionMessageprotected StringexecutionIdprotected StringexecutionUrlprotected Stringidprotected DatelockExpirationTimeprotected StringlockOwnerprotected StringprocessDefinitionIdprotected StringprocessDefinitionUrlprotected StringprocessInstanceIdprotected StringprocessInstanceUrlprotected Integerretriesprotected StringtenantIdprotected Stringurl
-
Constructor Summary
Constructors Constructor Description JobResponse()
-
Method Summary
-
-
-
Field Detail
-
id
protected String id
-
url
protected String url
-
correlationId
protected String correlationId
-
processInstanceId
protected String processInstanceId
-
processInstanceUrl
protected String processInstanceUrl
-
processDefinitionId
protected String processDefinitionId
-
processDefinitionUrl
protected String processDefinitionUrl
-
executionId
protected String executionId
-
executionUrl
protected String executionUrl
-
elementId
protected String elementId
-
elementName
protected String elementName
-
retries
protected Integer retries
-
exceptionMessage
protected String exceptionMessage
-
dueDate
protected Date dueDate
-
createTime
protected Date createTime
-
lockOwner
protected String lockOwner
-
lockExpirationTime
protected Date lockExpirationTime
-
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)
-
getCorrelationId
public String getCorrelationId()
-
setCorrelationId
public void setCorrelationId(String correlationId)
-
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)
-
getElementId
public String getElementId()
-
setElementId
public void setElementId(String elementId)
-
getElementName
public String getElementName()
-
setElementName
public void setElementName(String elementName)
-
getRetries
public Integer getRetries()
-
setRetries
public void setRetries(Integer retries)
-
getExceptionMessage
public String getExceptionMessage()
-
setExceptionMessage
public void setExceptionMessage(String exceptionMessage)
-
getDueDate
public Date getDueDate()
-
setDueDate
public void setDueDate(Date dueDate)
-
getCreateTime
public Date getCreateTime()
-
setCreateTime
public void setCreateTime(Date createTime)
-
getLockOwner
public String getLockOwner()
-
setLockOwner
public void setLockOwner(String lockOwner)
-
getLockExpirationTime
public Date getLockExpirationTime()
-
setLockExpirationTime
public void setLockExpirationTime(Date lockExpirationTime)
-
setTenantId
public void setTenantId(String tenantId)
-
getTenantId
public String getTenantId()
-
-