psdi.app.sla

Class SLAAssetLocSet

    • Method Detail

      • canAdd

        public void canAdd()
                    throws MXException
        Can slaassetloc object be added?
        The call is relayed to the canAddAssetLoc() function.
        Overrides:
        canAdd in class MboSet
        Throws:
        MXException
      • canAddAssetLoc

        public void canAddAssetLoc()
                            throws MXException,
                                   java.rmi.RemoteException
        Can slaassetloc object be added?
        slaassetloc object can be added if,
        • The owner SLA is not active.
        • The applies to object name of the owner SLA is not empty.
        • The applies to object name of the owner SLA is Asset, Location, Ticket or Workorder.
        Specified by:
        canAddAssetLoc in interface SLAAssetLocSetRemote
        Throws:
        MXException
        java.rmi.RemoteException