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 UsergetActualOwner()StringgetCorrelationKey()UsergetCreatedBy()StringgetDescription()List<String>getPotentialOwners()Deprecated.LonggetProcessSessionId()IntegergetProcessType()StatusgetStatus()StringgetSubject()BooleanisQuickTaskSummary()BooleanisSkipable()- 
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()
 
 - 
 
 -