KIE API 6.1.0.Beta2

org.kie.api.task.model
Interface TaskSummary

All Superinterfaces:
Externalizable, Serializable

public interface TaskSummary
extends Externalizable


Method Summary
 Date getActivationTime()
           
 User getActualOwner()
           
 User getCreatedBy()
           
 Date getCreatedOn()
           
 String getDescription()
           
 Date getExpirationTime()
           
 long getId()
           
 String getName()
           
 List<String> getPotentialOwners()
           
 int getPriority()
           
 String getProcessId()
           
 long getProcessInstanceId()
           
 int getProcessSessionId()
           
 Status getStatus()
           
 String getSubject()
           
 boolean isSkipable()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getId

long getId()

getProcessInstanceId

long getProcessInstanceId()

getName

String getName()

getSubject

String getSubject()

getDescription

String getDescription()

getStatus

Status getStatus()

getPriority

int getPriority()

isSkipable

boolean isSkipable()

getActualOwner

User getActualOwner()

getCreatedBy

User getCreatedBy()

getCreatedOn

Date getCreatedOn()

getActivationTime

Date getActivationTime()

getExpirationTime

Date getExpirationTime()

getProcessId

String getProcessId()

getProcessSessionId

int getProcessSessionId()

getPotentialOwners

List<String> getPotentialOwners()

KIE API 6.1.0.Beta2

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