Interface TaskActionsExecutedCollector
- All Known Subinterfaces:
 StatisticsCollector
public interface TaskActionsExecutedCollector
- 
Method Summary
Modifier and TypeMethodDescriptionvoidrecordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception) Logs under default channel known to the current task.<T extends ObjectType>
voidrecordObjectActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception) voidrecordObjectActionExecuted(String objectName, String objectDisplayName, QName objectType, String objectOid, ChangeType changeType, String channel, Throwable exception) voidvoid 
- 
Method Details
- 
recordObjectActionExecuted
 - 
recordObjectActionExecuted
<T extends ObjectType> void recordObjectActionExecuted(PrismObject<T> object, Class<T> objectTypeClass, String defaultOid, ChangeType changeType, String channel, Throwable exception)  - 
recordObjectActionExecuted
void recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception) Logs under default channel known to the current task. - 
startCollectingActionsExecuted
 - 
stopCollectingActionsExecuted
void stopCollectingActionsExecuted() 
 -