Interface ActionDetail
-
public interface ActionDetail
Extra info and details for the actionAction
- Since:
- 7.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Actor>
getParticipants()
Participant users of this detail recordString
getType()
Type of this detail recordString
getValue()
Value
-
-
-
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
-
-