psdi.app.ticket

Class FldTkIsGlobal

    • Constructor Detail

      • FldTkIsGlobal

        public FldTkIsGlobal(MboValue mbv)
                      throws MXException,
                             java.rmi.RemoteException
        Construct without a criteria.
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • action

        public void action()
                    throws MXException,
                           java.rmi.RemoteException
        If this a a global issue, and is also marked as Related To Global, then unmark it as Related To Global. A ticket cannot be a global issue and related to Global at the same time.
        Specified by:
        action in interface MboValueListener
        Overrides:
        action in class MboValueAdapter
        Throws:
        MXEXception - If this ticket is referenced as a global issue anywhere else, then MXApplicationException("ticket", "HasReference")
        MXException
        java.rmi.RemoteException