Class NextRecompute
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.lens.projector.mappings.NextRecompute
-
public class NextRecompute extends Object
Next planned recompute event. Besides holding data on that this class provides some methods to manipulate it. (Seemed as a good place for this functionality, at least until mappings are refactored to their final form.)
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <F extends AssignmentHolderType>
voidcreateTrigger(LensFocusContext<F> focusContext)
static NextRecompute
update(MappingImpl<?,?> mapping, NextRecompute existing)
static <V extends PrismValue,D extends ItemDefinition>
NextRecomputeupdate(NextRecompute mappingNextRecompute, NextRecompute existing)
-
-
-
Method Detail
-
createTrigger
public <F extends AssignmentHolderType> void createTrigger(LensFocusContext<F> focusContext) throws SchemaException
- Throws:
SchemaException
-
update
public static NextRecompute update(MappingImpl<?,?> mapping, NextRecompute existing)
-
update
public static <V extends PrismValue,D extends ItemDefinition> NextRecompute update(NextRecompute mappingNextRecompute, NextRecompute existing)
-
-