psdi.app.actionscfg

Interface ExcludedActionsSetRemote

    • Method Detail

      • getExcludedActions

        java.util.ArrayList getExcludedActions()
                                        throws java.rmi.RemoteException,
                                               MXException
        Returns an ArrayList of all actions currently marked as excluded
        Returns:
        ArrayList - collection of actions and application ids that are marked as excluded
        Throws:
        java.rmi.RemoteException
        MXException
      • getAppsExcludedForResultSet

        java.util.ArrayList getAppsExcludedForResultSet()
                                                 throws java.rmi.RemoteException,
                                                        MXException
        Returns a ArrayList of all application that are excluded from result set portlet
        Only those records are fetched which do not have an optionname attached to them.
        This is needed since all applications do not allow query creation, so they must be excluded.
        Returns:
        ArrayList - collection of applications that are excluded from result set portlet
        Throws:
        java.rmi.RemoteException
        MXException
      • ignoredAppsByType

        java.util.ArrayList ignoredAppsByType()
                                       throws java.rmi.RemoteException,
                                              MXException
        Returns all actions applications that have to be excluded, e.g. Mobile applications. This entries will not be avialable in EXCLUDEDACTIONS>
        Returns:
        Arraylist of application names
        Throws:
        java.rmi.RemoteException
        MXException