Interface ConnectorLocal
-
- All Superinterfaces:
ConnectorRemote,PersistConnectorRemote,PluginControl,PublishingManagementConnector
- All Known Implementing Classes:
AbstractConnector
public interface ConnectorLocal extends ConnectorRemote, PersistConnectorRemote, PublishingManagementConnector
Local interface for a connector plug-in.- See Also:
ConnectorRemote
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.priint.pubserver.plugin.interfaces.ConnectorRemote
ConnectorRemote.Direction
-
-
Method Summary
-
Methods inherited from interface com.priint.pubserver.plugin.interfaces.ConnectorRemote
clearCaches, getBuckets, getBucketsByGroupIdentifier, getBucketsByIdentifier, getChildBuckets, getConnectorEntities, getContentMetadataByIdentifier, getContentMetadataOfBucket, getContentMetadataOfCord, getContentMetadataOfKeyValue, getContentMetadataOfMediaAsset, getContentMetadataOfMetadata, getContentMetadataOfPlanning, getContentMetadataOfPrice, getContentMetadataOfTableData, getContentMetadataOfText, getCordedBuckets, getCords, getCordsByIdentifier, getCordsOfBuckets, getKeyValues, getKeyValuesByGroupIdentifier, getKeyValuesByIdentifier, getKeyValuesOfBucket, getMediaAssets, getMediaAssetsByGroupIdentifier, getMediaAssetsByIdentifier, getMediaAssetsOfBucket, getPrices, getPricesByGroupIdentifier, getPricesByIdentifier, getPricesOfBucket, getRootBuckets, getRootContentMetadataOfPlanning, getTableData, getTableDataByGroupIdentifier, getTableDataByIdentifier, getTableDataOfBucket, getTexts, getTextsByGroupIdentifier, getTextsByIdentifier, getTextsOfBucket
-
Methods inherited from interface com.priint.pubserver.plugin.interfaces.PersistConnectorRemote
deleteBuckets, deleteContentMetaData, deleteCords, deleteKeyValues, deleteMediaAssets, deletePlanning, deletePrices, deleteTableDataCells, deleteTableDataRows, deleteTableDatas, deleteTexts, getPlanningOfBucket, setBuckets, setContentMetaData, setCord, setCords, setKeyValues, setMediaAssets, setPrices, setTableData, setTableDataCell, setTableDataCells, setTableDataRow, setTableDataRows, setTableDatas, setTexts
-
Methods inherited from interface com.priint.pubserver.plugin.interfaces.PluginControl
afterCreateConfigurations, afterDeleteConfigurations, afterUpdateConfigurations, createConfiguration, deleteConfigurations, initInstance, loadServerConfig, ping, updateConfigurations, validateConfigurations
-
Methods inherited from interface com.priint.pubserver.plugin.interfaces.PublishingManagementConnector
addRootPlannings, changeParentRealGridElementForPlannedBuckets, clonePlanningsOfDocument, deletePlannings, getCountOfCordRefsOfPlanning, getCountOfKeyValueRefsOfPlanning, getCountOfMediaAssetRefsOfPlanning, getCountOfPriceRefsOfPlanning, getCountOfSubBucketRefsOfPlanning, getCountOfTextRefsOfPlanning, getPlanningByDocument, getPlanningByDocumentAndPage, getPlanningByIdentifier, getPlanningByPage, getPlanningByPage, getPlanningsBySnippetId, getPlanningsBySnippetOrigin, getPlanningsBySourcePlanningId, getPlanningsOfPageBySnippetOrigin, getPlanningsOfPageBySourcePlanningId, getSubPlanning, setPlanning, updatePlanning, updatePlannings, updateSequenceOfRootPlanning
-
-