Interface | Description |
---|---|
SynchronizableContentsCollection |
This interface represents a synchronizable collection of contents
|
SynchronizableContentsCollectionModel |
Interface representing a model for a
SynchronizableContentsCollection |
SynchronizingContentOperator |
Extension which enables to transform the remote values of a
SynchronizableContentsCollection before synchronizing metadata via SynchronizingContentOperator.transform(Map, Logger) method
and to make some additionnal operations after synchronization via SynchronizingContentOperator.additionalOperation(Content, Map, Logger) method. |
Class | Description |
---|---|
AbstractSynchronizableContentsCollection |
Abstract implementation of
SynchronizableContentsCollection . |
CollectionEnumerator |
Collections enumerator
|
GetSynchronizableContentsCollectionsAction |
Action for generating the collections of synchronizable contents
|
SynchronizableContentsCollectionDAO |
DAO for accessing
SynchronizableContentsCollection |
SynchronizableContentsCollectionMetadataProvider | |
SynchronizeAllCollectionsSchedulable |
A
Schedulable job which synchronizes all collections of contents from a datasource. |
SynchronizeCollectionSchedulable |
A
Schedulable job which synchronizes a collection of contents from a datasource. |
SynchronizeContentsCollectionModelExtensionPoint |
Extension point for
SynchronizableContentsCollectionModel s. |
SynchronizingContentOperatorExtensionPoint |
Extension point holding
SynchronizingContentOperator s |