Interface Task

All Superinterfaces:
ApplicationElement

public interface Task extends ApplicationElement
  • Method Details

    • getId

      String getId()
    • getOwner

      String getOwner()
    • getAssignee

      String getAssignee()
    • getName

      String getName()
    • getDescription

      String getDescription()
    • getCreatedDate

      Date getCreatedDate()
    • getClaimedDate

      Date getClaimedDate()
    • getDueDate

      Date getDueDate()
    • getPriority

      int getPriority()
    • getProcessDefinitionId

      String getProcessDefinitionId()
    • getProcessInstanceId

      String getProcessInstanceId()
    • getParentTaskId

      String getParentTaskId()
    • getStatus

      Task.TaskStatus getStatus()
    • getFormKey

      String getFormKey()
    • getCompletedDate

      Date getCompletedDate()
    • getDuration

      Long getDuration()
    • getProcessDefinitionVersion

      Integer getProcessDefinitionVersion()
    • getBusinessKey

      String getBusinessKey()
    • isStandalone

      boolean isStandalone()
    • getTaskDefinitionKey

      String getTaskDefinitionKey()
    • getCandidateUsers

      List<String> getCandidateUsers()
    • getCandidateGroups

      List<String> getCandidateGroups()
    • getCompletedBy

      String getCompletedBy()