Interface UserTask


@Deprecated public interface UserTask
Deprecated.
since 8.8 for removal in 8.9, replaced by UserTask
  • Method Details

    • getKey

      Long getKey()
      Deprecated.
    • getState

      String getState()
      Deprecated.
      State of the task
    • getAssignee

      String getAssignee()
      Deprecated.
      Assignee of the task
    • getElementId

      String getElementId()
      Deprecated.
      Element ID
    • getElementInstanceKey

      Long getElementInstanceKey()
      Deprecated.
      Instance key of the element
    • getCandidateGroup

      List<String> getCandidateGroup()
      Deprecated.
      Candidate groups for the task
    • getCandidateUser

      List<String> getCandidateUser()
      Deprecated.
      Candidate users for the task
    • getBpmnProcessId

      String getBpmnProcessId()
      Deprecated.
      BPMN process id of the process associated with this task
    • getProcessDefinitionKey

      Long getProcessDefinitionKey()
      Deprecated.
      Key of the process definition
    • getProcessInstanceKey

      Long getProcessInstanceKey()
      Deprecated.
      Key of the process instance
    • getFormKey

      Long getFormKey()
      Deprecated.
      Key of the form
    • getCreationDate

      String getCreationDate()
      Deprecated.
      Creation date of the task
    • getCompletionDate

      String getCompletionDate()
      Deprecated.
      Completion date of the task
    • getFollowUpDate

      String getFollowUpDate()
      Deprecated.
      Follow-up date of the task
    • getDueDate

      String getDueDate()
      Deprecated.
      Due date of the task
    • getTenantIds

      String getTenantIds()
      Deprecated.
      Tenant identifiers
    • getExternalFormReference

      String getExternalFormReference()
      Deprecated.
      External form reference
    • getProcessDefinitionVersion

      Integer getProcessDefinitionVersion()
      Deprecated.
      Version of the process definition
    • getCustomHeaders

      Map<String,String> getCustomHeaders()
      Deprecated.
      Custom headers associated with the task
    • getPriority

      Integer getPriority()
      Deprecated.
      Priority of the task