Class DeleteResourceObjectAction<F extends FocusType>
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.sync.action.BaseAction<F>
-
- com.evolveum.midpoint.model.impl.sync.action.DeleteResourceObjectAction<F>
-
- All Implemented Interfaces:
SynchronizationAction
public class DeleteResourceObjectAction<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 DeleteResourceObjectAction(@NotNull ActionInstantiationContext<F> ctx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handle(@NotNull OperationResult parentResult)
void
prepareContext(@NotNull LensContext<F> context, @NotNull OperationResult result)
-
-
-
Constructor Detail
-
DeleteResourceObjectAction
public DeleteResourceObjectAction(@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
-
-