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 ItemDeltaProcessor
Essential contract for processing item delta modifications. There are two basic subtypes,DelegatingItemDeltaProcessor
taking care of the path and then various subtypes ofItemDeltaValueProcessor
for processing the value changes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(ItemDelta<?,?> modification)
-
-
-
Method Detail
-
process
void process(ItemDelta<?,?> modification) throws RepositoryException, SchemaException
- Throws:
RepositoryException
SchemaException
-
-