Package org.kie.api.task.model
Interface TaskSummary
- All Superinterfaces:
Externalizable,QuickTaskSummary,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from interface java.io.Externalizable
readExternal, writeExternalMethods inherited from interface org.kie.api.task.model.QuickTaskSummary
getActivationTime, getActualOwnerId, getCreatedById, getCreatedOn, getDeploymentId, getExpirationTime, getId, getName, getParentId, getPriority, getProcessId, getProcessInstanceId, getStatusId
-
Method Details
-
getSubject
String getSubject() -
getDescription
String getDescription() -
getStatus
Status getStatus() -
isSkipable
Boolean isSkipable() -
getActualOwner
User getActualOwner() -
getCreatedBy
User getCreatedBy() -
getProcessSessionId
Long getProcessSessionId() -
getPotentialOwners
Deprecated. -
isQuickTaskSummary
Boolean isQuickTaskSummary() -
getCorrelationKey
String getCorrelationKey() -
getProcessType
Integer getProcessType()
-