psdi.app.actionscfg

Class ActionsCfgService

    • Constructor Detail

      • ActionsCfgService

        public ActionsCfgService()
                          throws java.rmi.RemoteException
        Initialiizes the new ActionsCfgService. Construct the ActionsCfgService object without sending a parameter.
        Throws:
        java.rmi.RemoteException
      • ActionsCfgService

        public ActionsCfgService(MXServer mxServer)
                          throws java.rmi.RemoteException
        Construct the ActionsCfgService object by sending in a server environment parameter.
        Parameters:
        mxServer - The "Server Environment" for the created Service Contract.
        Throws:
        java.rmi.RemoteException
    • Method Detail

      • getAllowedActions

        public MboSetRemote getAllowedActions(MboSetRemote sigoptions,
                                              UserInfo ui)
                                       throws java.rmi.RemoteException,
                                              MXException
        Returns all actions that are allowed and can be displayed for the current users based on his prior selection The information is retreived from SigOptions set where the actions are allowed and accessible for each application user has access to.
        Specified by:
        getAllowedActions in interface ActionsCfgServiceRemote
        Returns:
        MboSetRemote of SigOptions
        Throws:
        java.rmi.RemoteException
        MXException