Interface TaskActionsExecutedCollector
- All Known Subinterfaces:
- RunningLightweightTask,- RunningTask,- StatisticsCollector,- Task
- All Known Implementing Classes:
- NullTaskImpl
public interface TaskActionsExecutedCollector
- 
Method SummaryModifier 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) 
- 
recordObjectActionExecutedvoid recordObjectActionExecuted(PrismObject<? extends ObjectType> object, ChangeType changeType, Throwable exception) Logs under default channel known to the current task.
- 
startCollectingActionsExecuted
- 
stopCollectingActionsExecutedvoid stopCollectingActionsExecuted()
 
-