Interface IDataControl

    • Method Detail

      • getProcessActionIds

        java.util.Set<java.lang.String> getProcessActionIds()
                                                     throws PortalException
        Returns the process action identifiers for which this control sets parameters to. A return value of null indicates that the control sets parameters in all process action handlers.
        Returns:
        the set of process action identifiers.
        Throws:
        PortalException
        Since:
        5.0.0
      • setProcessActionHandlerParameters

        void setProcessActionHandlerParameters​(IProcessActionHandler processActionHandler)
                                        throws PortalException
        Sets the control parameters for the process action handler.
        Parameters:
        processActionHandler -
        Throws:
        PortalException
      • getConverter

        IConverter getConverter()
                         throws PortalException
        Returns the converter that is able to convert this control's value.
        Returns:
        the converter or null if this control has no converter.
        Throws:
        PortalException
        Since:
        4.0.4
      • getRequestHelpDefinition

        IDataControlRequestHelpDefinition getRequestHelpDefinition()
                                                            throws PortalException
        Returns the request parameters help definition. Used in process action REST API help. Must not return null.
        Returns:
        the request parameters help definition. Used in process action REST API help. Must not return null.
        Throws:
        PortalException
        Since:
        10.4.0