Class ContentTableAddDataProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters
    Direct Known Subclasses:
    ContentTableAddFileMultiRowDataProcessActionHandler

    @Deprecated
    @StableMinor(version="17.0",
                 sinceVersion="10.3")
    public class ContentTableAddDataProcessActionHandler
    extends TableAddDataProcessActionHandler
    Deprecated.
    Since 10.4.0, this class was replaced by ContentTableSourceAddDataProcessActionHandler due to the encapsulation of add operation on Source. This class is kept only for backwards compatibility with custom classes extending it and may not be compatible with new features. If you are extending this process action handler for customizing some of its behavior on basic add operation, consider extending the Source and using the standard process action handlers. If you are extending this process action only for parameter values adjustments, consider extending ContentTableSourceAddDataProcessActionHandler instead.
    This class is responsible for the generic inserting process in the Content context. It executes the insert query generated by ContentQueryBuilder and calls MetaDataController so it will handle meta data information appropriately. It also is responsible for adding the new content to search index.
    Since:
    4.0.4
    Version:
    $Revision: 26586 $ $Date: 2024-08-26 21:06:04 -0300 (Mon, 26 Aug 2024) $