com.evolveum.midpoint.model.sync
Class RecomputeTaskHandler
java.lang.Object
com.evolveum.midpoint.model.sync.RecomputeTaskHandler
- All Implemented Interfaces:
- TaskHandler
@Component
public class RecomputeTaskHandler
- extends java.lang.Object
- implements TaskHandler
The task hander for user recompute.
This handler takes care of executing recompute "runs". The task will iterate over all users
and recompute their assignments and expressions. This is needed after the expressions are changed,
e.g in resource outbound expressions or in a role definition.
- Author:
- Radovan Semancik
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HANDLER_URI
public static final java.lang.String HANDLER_URI
- See Also:
- Constant Field Values
RecomputeTaskHandler
public RecomputeTaskHandler()
run
public TaskRunResult run(Task task)
- Specified by:
run
in interface TaskHandler
heartbeat
public java.lang.Long heartbeat(Task task)
- Specified by:
heartbeat
in interface TaskHandler
refreshStatus
public void refreshStatus(Task task)
- Specified by:
refreshStatus
in interface TaskHandler
Copyright © 2012 evolveum. All Rights Reserved.