Class NextRecompute
java.lang.Object
com.evolveum.midpoint.model.impl.lens.projector.mappings.NextRecompute
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.)
- 
Constructor SummaryConstructorsConstructorDescriptionNextRecompute(@NotNull XMLGregorianCalendar nextRecomputeTime, @Nullable String triggerOriginDescription) 
- 
Method SummaryModifier and TypeMethodDescription<F extends AssignmentHolderType>
 voidcreateTrigger(LensFocusContext<F> focusContext) <V extends PrismValue,D extends ItemDefinition, T extends ObjectType, F extends FocusType> 
 voidcreateTrigger(PrismObject<T> targetObject, PrismObjectDefinition<T> targetObjectDefinition, LensElementContext<T> targetContext) static NextRecomputeupdate(MappingImpl<?, ?> mapping, NextRecompute existing) static <V extends PrismValue,D extends ItemDefinition> 
 NextRecomputeupdate(NextRecompute mappingNextRecompute, NextRecompute existing) 
- 
Constructor Details- 
NextRecomputepublic NextRecompute(@NotNull @NotNull XMLGregorianCalendar nextRecomputeTime, @Nullable @Nullable String triggerOriginDescription) 
 
- 
- 
Method Details- 
createTriggerpublic <F extends AssignmentHolderType> void createTrigger(LensFocusContext<F> focusContext) throws SchemaException - Throws:
- SchemaException
 
- 
createTriggerpublic <V extends PrismValue,D extends ItemDefinition, void createTriggerT extends ObjectType, F extends FocusType> (PrismObject<T> targetObject, PrismObjectDefinition<T> targetObjectDefinition, LensElementContext<T> targetContext) throws SchemaException - Throws:
- SchemaException
 
- 
update
- 
updatepublic static <V extends PrismValue,D extends ItemDefinition> NextRecompute update(NextRecompute mappingNextRecompute, NextRecompute existing) 
 
-