Interface ActionDetail


  • public interface ActionDetail
    Extra info and details for the action Action
    Since:
    7.0
    • Method Detail

      • getValue

        String getValue()
        Value
        Returns:
        value of a particular detail record
        Since:
        7.0
      • getType

        String getType()
        Type of this detail record
        Returns:
        type of detail record. Must be one of the following: stateName, stateId, stateComment, expiryDate, final, sourceStateName, approvalId, approvalName, approvalComment, approvalRole, approvalUserUnassigned, approvalUserAssigned, approvalSignatureMode, approvalSignatureType, taskName, taskComment, taskDescription, taskUserAssigned, taskUserUnassigned, taskDueDate, stateTimeLapsed, timeLapsedForApprove, approvers, requiredApprovers, assigneeTimeToApprove.
        Since:
        7.0
      • getParticipants

        List<Actor> getParticipants()
        Participant users of this detail record
        Returns:
        A list of users involved in the particular detail or null when it does not apply
        Since:
        7.0