KIE API 6.1.0.CR2

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()
           
 Integer 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

Integer getProcessSessionId()

getPotentialOwners

List<String> getPotentialOwners()

isQuickTaskSummary

Boolean isQuickTaskSummary()

KIE API 6.1.0.CR2

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