KIE API 6.1.0.CR2

org.kie.api.task.model
Interface QuickTaskSummary

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
TaskSummary

public interface QuickTaskSummary
extends Externalizable


Method Summary
 Date getActivationTime()
           
 String getActualOwnerId()
           
 String getCreatedById()
           
 Date getCreatedOn()
           
 String getDeploymentId()
           
 Date getExpirationTime()
           
 Long getId()
           
 String getName()
           
 Long getParentId()
           
 Integer getPriority()
           
 String getProcessId()
           
 Long getProcessInstanceId()
           
 String getStatusId()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getId

Long getId()

getName

String getName()

getStatusId

String getStatusId()

getPriority

Integer getPriority()

getActualOwnerId

String getActualOwnerId()

getCreatedById

String getCreatedById()

getCreatedOn

Date getCreatedOn()

getActivationTime

Date getActivationTime()

getExpirationTime

Date getExpirationTime()

getProcessId

String getProcessId()

getProcessInstanceId

Long getProcessInstanceId()

getDeploymentId

String getDeploymentId()

getParentId

Long getParentId()

KIE API 6.1.0.CR2

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