Class CompletedTaskCleanupTriggerHandler
- java.lang.Object
 - 
- com.evolveum.midpoint.model.impl.trigger.CompletedTaskCleanupTriggerHandler
 
 
- 
- All Implemented Interfaces:
 SingleTriggerHandler,TriggerHandler
@Component public class CompletedTaskCleanupTriggerHandler extends Object implements SingleTriggerHandler
- Author:
 - Radovan Semancik
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringHANDLER_URI 
- 
Constructor Summary
Constructors Constructor Description CompletedTaskCleanupTriggerHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <O extends ObjectType>
voidhandle(@NotNull PrismObject<O> object, @NotNull TriggerType trigger, @NotNull RunningTask task, @NotNull OperationResult result)- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface com.evolveum.midpoint.model.impl.trigger.TriggerHandler
isIdempotent 
 - 
 
 - 
 
- 
- 
Field Detail
- 
HANDLER_URI
public static final String HANDLER_URI
- See Also:
 - Constant Field Values
 
 
 - 
 
- 
Method Detail
- 
handle
public <O extends ObjectType> void handle(@NotNull @NotNull PrismObject<O> object, @NotNull @NotNull TriggerType trigger, @NotNull @NotNull RunningTask task, @NotNull @NotNull OperationResult result)
- Specified by:
 handlein interfaceSingleTriggerHandler
 
 - 
 
 -