Package org.kie.api.task.model
Interface TaskSummary
- 
- All Superinterfaces:
- Externalizable,- QuickTaskSummary,- Serializable
 
 public interface TaskSummary extends QuickTaskSummary 
- 
- 
Method SummaryAll 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.ExternalizablereadExternal, writeExternal
 - 
Methods inherited from interface org.kie.api.task.model.QuickTaskSummarygetActivationTime, getActualOwnerId, getCreatedById, getCreatedOn, getDeploymentId, getExpirationTime, getId, getName, getParentId, getPriority, getProcessId, getProcessInstanceId, getStatusId
 
- 
 
- 
- 
- 
Method Detail- 
getSubjectString getSubject() 
 - 
getDescriptionString getDescription() 
 - 
getStatusStatus getStatus() 
 - 
isSkipableBoolean isSkipable() 
 - 
getActualOwnerUser getActualOwner() 
 - 
getCreatedByUser getCreatedBy() 
 - 
getProcessSessionIdLong getProcessSessionId() 
 - 
getPotentialOwners@Deprecated List<String> getPotentialOwners() Deprecated.
 - 
isQuickTaskSummaryBoolean isQuickTaskSummary() 
 - 
getCorrelationKeyString getCorrelationKey() 
 - 
getProcessTypeInteger getProcessType() 
 
- 
 
-