psdi.common.action

Interface AppActionInterface

    • Method Detail

      • createWorkorder

        MboRemote createWorkorder(java.lang.String param)
                           throws MXException,
                                  java.rmi.RemoteException
        Creates a work order.
        Parameters:
        param - Parameter that refers to a job plan, based on which the workorder is created.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • createChange

        MboRemote createChange(java.lang.String param)
                        throws MXException,
                               java.rmi.RemoteException
        Creates a change.
        Parameters:
        param - Parameter that refers to a job plan, based on which the change is created.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • createRelease

        MboRemote createRelease(java.lang.String param)
                         throws MXException,
                                java.rmi.RemoteException
        Creates a relase.
        Parameters:
        param - Parameter that refers to a job plan, based on which the release is created.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • createServiceRequest

        MboRemote createServiceRequest(java.lang.String param)
                                throws MXException,
                                       java.rmi.RemoteException
        Creates a service request ticket.
        Parameters:
        param - Parameter that refers to a ticket template, based on which the service request is created.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • createProblem

        MboRemote createProblem(java.lang.String param)
                         throws MXException,
                                java.rmi.RemoteException
        Creates a problem ticket.
        Parameters:
        param - Parameter that refers to a ticket template, based on which the problem is created.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException
      • createIncident

        MboRemote createIncident(java.lang.String param)
                          throws MXException,
                                 java.rmi.RemoteException
        Creates a incident.
        Parameters:
        param - Parameter that refers to a ticket template, based on which the incident is created.
        Returns:
        Throws:
        MXException
        java.rmi.RemoteException