org.kie.api.task.model
Interface TaskData
- All Superinterfaces:
- Externalizable, Serializable
public interface TaskData
- extends Externalizable
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
List<Comment> getComments()
getAttachments
List<Attachment> getAttachments()
getParentId
long getParentId()
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.