Interface ICaseQueryResult

All Known Implementing Classes:
CaseQueryResult

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

    • getCaseModel

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

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

      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.