Interface ItemDeltaProcessor
-
- All Known Implementing Classes:
ArrayItemDeltaProcessor,ContainerTableDeltaProcessor,CountItemDeltaProcessor,DelegatingItemDeltaProcessor,EmbeddedContainerDeltaProcessor,EnumItemDeltaProcessor,ExtensionContainerDeltaProcessor,ExtensionItemDeltaProcessor,FinalValueDeltaProcessor,ItemDeltaSingleValueProcessor,ItemDeltaValueProcessor,JsonbPolysItemDeltaProcessor,PolyStringItemDeltaProcessor,QTaskMapping.FullResultDeltaProcessor,RefItemDeltaProcessor,RefTableItemDeltaProcessor,SinglePathItemDeltaProcessor,TimestampItemDeltaProcessor,UriItemDeltaProcessor
public interface ItemDeltaProcessorEssential contract for processing item delta modifications. There are two basic subtypes,DelegatingItemDeltaProcessortaking care of the path and then various subtypes ofItemDeltaValueProcessorfor processing the value changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocess(ItemDelta<?,?> modification)
-
-
-
Method Detail
-
process
void process(ItemDelta<?,?> modification) throws RepositoryException, SchemaException
- Throws:
RepositoryExceptionSchemaException
-
-