Interface QuickTaskSummary

All Superinterfaces:
Externalizable, Serializable
All Known Subinterfaces:
TaskSummary

public interface QuickTaskSummary extends Externalizable
  • Method Details

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