Interface ITaskQueryResult

All Known Implementing Classes:
TaskQueryResult

public interface ITaskQueryResult
This interface is used to represent a task query with case data.
Since:
9.1
Author:
A.Pragt
  • Method Details Link icon

    • getCaseModel Link icon

      ICaseModel getCaseModel()
      This method returns the case of the task.
      Returns:
      The model of the case.
    • getTaskModel Link icon

      ITaskModel getTaskModel()
      This method returns the task model.
      Returns:
      The model of the task.
    • getAttributes Link icon

      AttributeReference[] getAttributes()
      this method returns the attribute references that this task model contains.
      Returns:
      The attribute references that this task model contains.
    • getAttributeValue Link icon

      IValue getAttributeValue(AttributeReference attribute)
      this method returns the value of the attribute from the case the task is defined for.
      Parameters:
      attribute - The attribute.
      Returns:
      The value of the attribute from the case the task is defined for.
    • getCustomFieldValue Link icon

      String getCustomFieldValue(String customField)
      this method returns the value of a custom field for the task.
      Parameters:
      customField - The custom field.
      Returns:
      The value of a custom field from the task.
    • getCustomFields Link icon

      String[] getCustomFields()
      this method returns the custom fields defined for this task
      Returns:
      custom field keys