Package org.kie.api.task.model
Interface QuickTaskSummary
- All Superinterfaces:
Externalizable,Serializable
- All Known Subinterfaces:
TaskSummary
-
Method Summary
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
Method Details
-
getId
Long getId() -
getName
String getName() -
getStatusId
String getStatusId() -
getPriority
Integer getPriority() -
getActualOwnerId
String getActualOwnerId() -
getCreatedById
String getCreatedById() -
getCreatedOn
Date getCreatedOn() -
getActivationTime
Date getActivationTime() -
getExpirationTime
Date getExpirationTime() -
getProcessId
String getProcessId() -
getProcessInstanceId
Long getProcessInstanceId() -
getDeploymentId
String getDeploymentId() -
getParentId
Long getParentId()
-