Interface ExecutedDeltaPostProcessor
- All Known Implementing Classes:
ReferenceExecutedDeltaProcessor
public interface ExecutedDeltaPostProcessor
Processor with deltas and post process after successful executing of these deltas.
-
Method Summary
Modifier and TypeMethodDescriptionCollection<ObjectDelta<? extends ObjectType>>
Return deltas for executing.void
processExecutedDelta
(Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, PageBase pageBase) Processing after successful executing of deltas
-
Method Details
-
getObjectDeltas
Collection<ObjectDelta<? extends ObjectType>> getObjectDeltas()Return deltas for executing. -
processExecutedDelta
void processExecutedDelta(Collection<ObjectDeltaOperation<? extends ObjectType>> executedDeltas, PageBase pageBase) Processing after successful executing of deltas
-