Interface Action
public interface Action
The Action that was performed on the document
- Since:
 - 7.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionDetails of the actionType of the actionActors involved in this action 
- 
Method Details
- 
getActionType
ActionType getActionType()Type of the action- Returns:
 ActionTypeobject with the type and subtype of action performed- Since:
 - 7.0
 
 - 
getActors
Actors involved in this action- Returns:
 - list of users that have performed the action
 - Since:
 - 7.0
 
 - 
getActionDetails
List<ActionDetail> getActionDetails()Details of the action- Returns:
 - list of 
ActionDetailobjects for the action - Since:
 - 7.0
 
 
 -