Interface ActionsExecutedCollector
- 
- All Known Implementing Classes:
 ActionsExecutedCollectorImpl
public interface ActionsExecutedCollectorRecords information about actions on repository objects. TODO better description 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <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 Detail
- 
recordActionExecuted
void recordActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception)
 
- 
recordActionExecuted
<T extends ObjectType> void recordActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception)
 
- 
stop
void stop()
 
 - 
 
 -