getAdditionalObjects
@NotNull
List<ObjectWrapper> getAdditionalObjects(long commentId,
@NotNull
ActionType actionType)
Returns all additional objects of the specified audit action with their ids.
First element of pair is an id, second one is an object.
If some additional object has been deleted then string with its name will be returned.
This operation can be slow and should not be called often.
- Parameters:
commentId
- comment id (it identifies audit action)
actionType
- action type
- Returns:
- all additional objects of the specified audit action