public interface TaskData extends Externalizable
Modifier and Type | Method and Description |
---|---|
Date |
getActivationTime() |
User |
getActualOwner() |
List<Attachment> |
getAttachments() |
List<Comment> |
getComments() |
User |
getCreatedBy() |
Date |
getCreatedOn() |
String |
getDeploymentId() |
long |
getDocumentContentId() |
String |
getDocumentType() |
Date |
getExpirationTime() |
long |
getFaultContentId() |
String |
getFaultName() |
String |
getFaultType() |
Long |
getOutputContentId() |
String |
getOutputType() |
long |
getParentId() |
Status |
getPreviousStatus() |
String |
getProcessId() |
long |
getProcessInstanceId() |
long |
getProcessSessionId() |
Status |
getStatus() |
Map<String,Object> |
getTaskInputVariables() |
Map<String,Object> |
getTaskOutputVariables() |
long |
getWorkItemId() |
boolean |
isSkipable() |
readExternal, writeExternal
Status getStatus()
Status getPreviousStatus()
User getActualOwner()
User getCreatedBy()
Date getCreatedOn()
Date getActivationTime()
Date getExpirationTime()
boolean isSkipable()
long getWorkItemId()
long getProcessInstanceId()
String getProcessId()
String getDeploymentId()
long getProcessSessionId()
String getDocumentType()
long getDocumentContentId()
String getOutputType()
Long getOutputContentId()
String getFaultName()
String getFaultType()
long getFaultContentId()
List<Attachment> getAttachments()
long getParentId()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.