public interface TaskSummary extends Externalizable
Modifier and Type | Method and Description |
---|---|
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() |
readExternal, writeExternal
long getId()
long getProcessInstanceId()
String getName()
String getSubject()
String getDescription()
Status getStatus()
int getPriority()
boolean isSkipable()
User getActualOwner()
User getCreatedBy()
Date getCreatedOn()
Date getActivationTime()
Date getExpirationTime()
String getProcessId()
int getProcessSessionId()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.