Interface ActionsExecutedCollector
public interface ActionsExecutedCollector
Records information about actions on repository objects.
 TODO better description
- 
Method SummaryModifier and TypeMethodDescription<T extends ObjectType>
 voidrecordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception) voidrecordActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception) voidstop()
- 
Method Details- 
recordActionExecuted
- 
recordActionExecuted<T extends ObjectType> void recordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception) 
- 
stopvoid stop()
 
-