Package lumis.content.table
-
Interface Summary Interface Description IContentTableSourceAddDataResult Result forContentTableSource.addData(Object)
.IContentTableSourceUpdateDataResult Result forContentTableSource.updateData(Object)
. -
Class Summary Class Description CommitAndPreviewProcessActionHandler Executes the 'commit' process actions and opens the preview window.ContentAssociationProcessActionHandler Process action handler for content associations.ContentMetaDataController This class handles all related to meta data on the select, insert, update and delete operations.ContentMetaDataController.MetaDataPersistenceResult Stores the result of updating or adding a content.ContentQueryBuilder This class is responsible for generating queries in the Content context.ContentTableAddDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced byContentTableSourceAddDataProcessActionHandler
due to the encapsulation of add operation onSource
.ContentTableAddFileMultiRowDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced bySourceAddFileMultiRowDataProcessActionHandler
due to the encapsulation of add operation onSource
.ContentTableDataProvider Base data provider for content sources.ContentTableDeleteDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced byContentTableSourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation onSource
.ContentTableSource This source implementation adds content functionalities to theTableSource
it extends.ContentTableSourceAddDataProcessActionHandler Adds a single data in aContentTableSource
.ContentTableSourceDeleteDataProcessActionHandler ExecutesContentTableSource.deleteDataByItemIds(java.util.Collection)
for the items specified in the parameter with name equals to the primary key of the source.ContentTableSourceUpdateDataProcessActionHandler Updates a single data in aContentTableSource
.ContentTableUpdateDataProcessActionHandler Deprecated. Since 10.4.0, this class was replaced byContentTableSourceUpdateDataProcessActionHandler
due to the encapsulation of update operation onSource
.LegacyContentMetaDataController Deprecated. This class is only for use by some deprecated content process action handlers.ValidateContentReferencesProcessActionHandler Validates that content references exist in a table. -
Enum Summary Enum Description ContentTableSource.LockStrategy Strategy on how to handleContentLocale
's locks during content operation. -
Exception Summary Exception Description ContentLockedException Exception thrown when an operation could not be executed due to the lock state on a content.NoActiveVersionPossibleMappingException PortalException
implementation that represents a scenario where there is no possible mapping to a content'sactive version
.