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