Open the menu

    ProcessAction

    As verified in DOUI-->Process Actions, the execution of them is performed by the ProcessActionContainer that is responsible for instantiating the classes that implement the interface IProcessActionHandler.

    However, the process actions handlers default of doui for adding, updating, and deleting data cannot be used in sources of content, because they also need to handle specific metadata data. Instead of each of these process actions handlers from DOUI, there is one from content that should be used in its place when the source is of the type “contentTable”.

    The table below displays the classes of process actions handlers that should be used in place of each one from DOUI.

    Doui Content
    tableAddDataProcessActionHandler contentTableAddDataProcessActionHandler
    tableUpdateDataProcessActionHandler contentTableUpdateDataProcessActionHandler
    tableDeleteDataProcessActionHandler contentTableDeleteDataProcessActionHandler