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