public class ContainerSynchronizableContentsCollection extends AbstractApogeeSynchronizableContentsWithCatalogCollection
| Modifier and Type | Field and Description |
|---|---|
static String |
MODEL_ID
SCC model id
|
_catalogsManager__PARAM_COLUMNS, __PARAM_COLUMNS_COLUMN, __PARAM_CRITERIA, __PARAM_CRITERIA_CRITERION, __PARAM_CRITERIA_CRITERION_ID, __PARAM_CRITERIA_CRITERION_LABEL, __PARAM_CRITERIA_CRITERION_TYPE, __PARAM_ID_COLUMN, __PARAM_MAPPING, __PARAM_MAPPING_ATTRIBUTE, __PARAM_MAPPING_METADATA_REF, __PARAM_MAPPING_SYNCHRO, _apogeeDAO, _columns, _context, _criteria, _extFields, _idColumn, _jsonUtils, _mapping, _odfLang, _syncFields, HANDLE_CONTENTS_contentHelper, _languagesManager, _sccHelper, _synchronizingContentOperatorEP_contentDAO, _contentTypeEP, _currentUserProvider, _hasGlobalError, _i18nUtils, _nbCreatedContents, _nbDeletedContents, _nbError, _nbNotChangedContents, _nbSynchronizedContents, _observationManager, _resolver, _synchroComponent, SCC_UNIQUE_ID_contentPrefix, _contentType, _id, _initialActionId, _label, _modelId, _modelParamValues, _removalSync, _reportMails, _restrictedField, _searchModelConfiguration, _synchronizeExistingContentsOnly, _synchronizingContentOperator, _validateActionId, _validateAfterImport, _workflowNameCOLLECTION_ID_PROPERTY| Constructor and Description |
|---|
ContainerSynchronizableContentsCollection() |
| Modifier and Type | Method and Description |
|---|---|
protected List<Map<String,Object>> |
_search(Map<String,Object> searchParams,
Logger logger)
Search the contents with the search parameters.
|
protected String |
getMappingName()
Get the name of the mapping.
|
protected boolean |
handleChildren(ModifiableDefaultContent content,
Logger logger)
Set the children metadata and invert relation, import and synchronize the children too.
|
protected boolean |
handleParent(ModifiableDefaultContent currentContent,
ModifiableDefaultContent parentContent,
Logger logger)
Set the parent metadata and invert relation.
|
_getExpressionsList, _handleAdditionalMetadata, service_convertBigDecimal, _fillContent, _importContent, _importOrSynchronizeContent, _synchronizeContent, _transformClobToString, additionalImportOperations, additionalSynchronizeOperations, addToHandleContents, configureDataSource, configureSearchModel, contextualize, getExternalOnlyFields, getIdColumn, getIdField, getLocalAndExternalFields, getRemoteValues, getRichTextFields, getTotalCount, handleRightAssignmentContext, importContent, importOrSynchronizeChildren, importOrSynchronizeContents, internalSearch, populate, putIdParameter, setAdditionalMetadata, synchronizeContent_getContentsToRemove, _getIdFieldValue, _handleContent, _importOrSynchronizeContent, _importOrSynchronizeContents, _internalPopulate, _isHandled, configure, createContentAction, getContent, getTransformedRemoteValues, search, updateSyncInformations, validateContent_getContentPathQuery, _getMetadataHolder, _isParamNotEmpty, _removeEmptyParameters, _removeMetadataIfExists, _synchronizeMetadata, _updateRelation, _updateRelation, applyChanges, applyChanges, createContentAction, deleteUnexistingContents, sendErrorMail, updateSCCProperty, validateContent_parseParameters, configureStaticParams, getContentPrefix, getContentType, getId, getInitialActionId, getLabel, getParameterValues, getReportMails, getRestrictedField, getSearchModelConfiguration, getSynchronizeCollectionModelId, getSynchronizingContentOperator, getValidateActionId, getWorkflowName, removalSync, synchronizeExistingContentsOnly, validateAfterImportpublic static final String MODEL_ID
public ContainerSynchronizableContentsCollection()
protected List<Map<String,Object>> _search(Map<String,Object> searchParams, Logger logger)
AbstractApogeeSynchronizableContentsCollection_search in class AbstractApogeeSynchronizableContentsCollectionsearchParams - Search parameterslogger - The loggerprotected String getMappingName()
AbstractApogeeSynchronizableContentsCollectiongetMappingName in class AbstractApogeeSynchronizableContentsCollectionprotected boolean handleParent(ModifiableDefaultContent currentContent, ModifiableDefaultContent parentContent, Logger logger)
AbstractApogeeSynchronizableContentsCollectionhandleParent in class AbstractApogeeSynchronizableContentsCollectioncurrentContent - Current contentparentContent - Parent content to setlogger - The loggertrue if there are changesprotected boolean handleChildren(ModifiableDefaultContent content, Logger logger)
AbstractApogeeSynchronizableContentsCollectionhandleChildren in class AbstractApogeeSynchronizableContentsCollectioncontent - Current contentlogger - The loggertrue if there are changes