Interface | Description |
---|---|
IContentTableSourceAddDataResult |
Result for
ContentTableSource.addData(Object) . |
IContentTableSourceUpdateDataResult |
Result for
ContentTableSource.updateData(Object) . |
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 by
ContentTableSourceAddDataProcessActionHandler due to the encapsulation of add operation on Source . |
ContentTableAddFileMultiRowDataProcessActionHandler | Deprecated
Since 10.4.0, this class was replaced by
SourceAddFileMultiRowDataProcessActionHandler due to the encapsulation of add operation on
Source . |
ContentTableDataProvider |
Base data provider for content sources.
|
ContentTableDeleteDataProcessActionHandler | Deprecated
Since 10.4.0, this class was replaced by
ContentTableSourceDeleteDataProcessActionHandler
due to the encapsulation of delete operation on Source . |
ContentTableSource |
This source implementation adds content functionalities
to the
TableSource it extends. |
ContentTableSourceAddDataProcessActionHandler |
Adds a single data in a
ContentTableSource . |
ContentTableSourceDeleteDataProcessActionHandler |
Executes
ContentTableSource.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 a
ContentTableSource . |
ContentTableUpdateDataProcessActionHandler | Deprecated
Since 10.4.0, this class was replaced by
ContentTableSourceUpdateDataProcessActionHandler
due to the encapsulation of update operation on Source . |
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 | Description |
---|---|
ContentTableSource.LockStrategy |
Strategy on how to handle
ContentLocale 's locks during content operation. |
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's
active version . |
LumisXP 12.1.0.191010 - Copyright © 2006–2019 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.