com.evolveum.midpoint.task.quartzimpl
Class TaskQuartzImplUtil
java.lang.Object
com.evolveum.midpoint.task.quartzimpl.TaskQuartzImplUtil
public class TaskQuartzImplUtil
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SINGLE_TASK_CHECK_INTERVAL
public static final long SINGLE_TASK_CHECK_INTERVAL
- See Also:
- Constant Field Values
TaskQuartzImplUtil
public TaskQuartzImplUtil()
createJobKeyForTask
public static org.quartz.JobKey createJobKeyForTask(Task t)
createJobKeyForTaskOid
public static org.quartz.JobKey createJobKeyForTaskOid(String oid)
createTriggerKeyForTask
public static org.quartz.TriggerKey createTriggerKeyForTask(Task t)
createTriggerKeyForTaskOid
public static org.quartz.TriggerKey createTriggerKeyForTaskOid(String oid)
createJobDetailForTask
public static org.quartz.JobDetail createJobDetailForTask(Task task)
createTriggerForTask
public static org.quartz.Trigger createTriggerForTask(Task task)
throws ParseException
- Throws:
ParseException
createTriggerNowForTask
public static org.quartz.Trigger createTriggerNowForTask(Task task)
triggerDataMapsDiffer
public static boolean triggerDataMapsDiffer(org.quartz.Trigger triggerAsIs,
org.quartz.Trigger triggerToBe)
tasksToOperationResult
public static List<String> tasksToOperationResult(Collection<Task> tasks)
validateCronExpression
public static ParseException validateCronExpression(String cron)
Copyright © 2013 evolveum. All Rights Reserved.