Package org.ametys.plugins.contentio.synchronize
-
Interface Summary Interface Description SynchronizableContentsCollection This interface represents a synchronizable collection of contentsSynchronizableContentsCollectionModel Interface representing a model for aSynchronizableContentsCollection
SynchronizingContentOperator Extension which enables to transform the remote values of aSynchronizableContentsCollection
before synchronizing metadata viaSynchronizingContentOperator.transform(ContentType, Map, Logger)
method and to make some additional operations after synchronization viaSynchronizingContentOperator.additionalOperation(Content, Map, Logger)
method.