Class ServiceInstanceProcessActionHandler

  • All Implemented Interfaces:
    IProcessActionHandler, IParameters

    public class ServiceInstanceProcessActionHandler
    extends ProcessActionHandler<Source<?>>
    Class responsible for handling service instance administration operations.
    Since:
    4.0.0
    Version:
    $Revision: 25632 $ $Date: 2023-05-18 16:32:04 -0300 (Thu, 18 May 2023) $
    • Field Detail

      • SERVICE_INSTANCE_ADD

        public static final java.lang.String SERVICE_INSTANCE_ADD
        See Also:
        Constant Field Values
      • SERVICE_INSTANCE_UPDATE

        public static final java.lang.String SERVICE_INSTANCE_UPDATE
        See Also:
        Constant Field Values
      • SERVICE_INSTANCE_DELETE

        public static final java.lang.String SERVICE_INSTANCE_DELETE
        See Also:
        Constant Field Values
      • SERVICE_INSTANCE_FILE_PROP

        public static final java.lang.String SERVICE_INSTANCE_FILE_PROP
        See Also:
        Constant Field Values
      • SERVICE_INSTANCE_CLEAR_CACHE

        public static final java.lang.String SERVICE_INSTANCE_CLEAR_CACHE
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServiceInstanceProcessActionHandler

        public ServiceInstanceProcessActionHandler()
    • Method Detail

      • processAction

        public void processAction()
                           throws PortalException
        Description copied from interface: IProcessActionHandler
        Executes the process action.

        This method may execute the process action based on the parameters and node specifications passed to it earlier.

        Throws:
        PortalException