KIE API 6.2.0.Final

org.kie.api.task.model
Interface TaskSummary

All Superinterfaces:
Externalizable, QuickTaskSummary, Serializable

public interface TaskSummary
extends QuickTaskSummary


Method Summary
 User getActualOwner()
           
 User getCreatedBy()
           
 String getDescription()
           
 List<String> getPotentialOwners()
           
 Long getProcessSessionId()
           
 Status getStatus()
           
 String getSubject()
           
 Boolean isQuickTaskSummary()
           
 Boolean isSkipable()
           
 
Methods inherited from interface org.kie.api.task.model.QuickTaskSummary
getActivationTime, getActualOwnerId, getCreatedById, getCreatedOn, getDeploymentId, getExpirationTime, getId, getName, getParentId, getPriority, getProcessId, getProcessInstanceId, getStatusId
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getSubject

String getSubject()

getDescription

String getDescription()

getStatus

Status getStatus()

isSkipable

Boolean isSkipable()

getActualOwner

User getActualOwner()

getCreatedBy

User getCreatedBy()

getProcessSessionId

Long getProcessSessionId()

getPotentialOwners

List<String> getPotentialOwners()

isQuickTaskSummary

Boolean isQuickTaskSummary()

KIE API 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.