Class InactivateFocusAction<F extends FocusType>
- java.lang.Object
 - 
- com.evolveum.midpoint.model.impl.sync.action.BaseAction<F>
 - 
- com.evolveum.midpoint.model.impl.sync.action.InactivateFocusAction<F>
 
 
 
- 
- All Implemented Interfaces:
 SynchronizationAction
public class InactivateFocusAction<F extends FocusType> extends BaseAction<F>
- Author:
 - semancik
 
 
- 
- 
Field Summary
- 
Fields inherited from class com.evolveum.midpoint.model.impl.sync.action.BaseAction
actionDefinition, beans, change, LOGGER, reactionDefinition, syncCtx 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InactivateFocusAction(@NotNull ActionInstantiationContext<F> ctx) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandle(@NotNull OperationResult parentResult)voidprepareContext(@NotNull LensContext<F> context, @NotNull OperationResult result) 
 - 
 
- 
- 
Constructor Detail
- 
InactivateFocusAction
public InactivateFocusAction(@NotNull @NotNull ActionInstantiationContext<F> ctx) 
 - 
 
- 
Method Detail
- 
prepareContext
public void prepareContext(@NotNull @NotNull LensContext<F> context, @NotNull @NotNull OperationResult result) 
- 
handle
public void handle(@NotNull @NotNull OperationResult parentResult) throws CommonException- Throws:
 CommonException
 
 - 
 
 -