Package org.kie.api.task.model
Interface TaskData
- All Superinterfaces:
Externalizable,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionlonglonglonglonglonglongbooleanMethods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
Method Details
-
getStatus
Status getStatus() -
getPreviousStatus
Status getPreviousStatus() -
getActualOwner
User getActualOwner() -
getCreatedBy
User getCreatedBy() -
getCreatedOn
Date getCreatedOn() -
getActivationTime
Date getActivationTime() -
getExpirationTime
Date getExpirationTime() -
isSkipable
boolean isSkipable() -
getWorkItemId
long getWorkItemId() -
getProcessInstanceId
long getProcessInstanceId() -
getProcessId
String getProcessId() -
getDeploymentId
String getDeploymentId() -
getProcessSessionId
long getProcessSessionId() -
getDocumentType
String getDocumentType() -
getDocumentContentId
long getDocumentContentId() -
getOutputType
String getOutputType() -
getOutputContentId
Long getOutputContentId() -
getFaultName
String getFaultName() -
getFaultType
String getFaultType() -
getFaultContentId
long getFaultContentId() -
getComments
-
getAttachments
List<Attachment> getAttachments() -
getParentId
long getParentId() -
getTaskInputVariables
-
getTaskOutputVariables
-