psdi.app.integration

Class MXCollabRef

  • java.lang.Object
  • All Implemented Interfaces:
    java.rmi.Remote, MXCollabRefRemote, MboConstants, MboRemote, MaxRemoteProxy


    public class MXCollabRef
    extends Mbo
    implements MXCollabRefRemote
    Mbo representing an instance of MXCollabRef. Master table defining the process IDs (PCID) used by Integration. Each PCID has a specific use in a particular area of the system (Receiving, Invoicing, and so forth). MxCollabRef includes a brief description of each PCID and identifies which area of the system it pertains to.

    See Integration Package description and Process Control IDs.

    This is a system level object.

    The key attribute for this object is PCID.

    The attributes in this object are as follows:

    Attribute NameDescription
    DescriptionFreeform description.
    PCIDThe process control ID. Unique identifier for this object.
    ProcessDescribes what part of the system uses this PCID. This is informational only and is not validated.
    See Also:
    IntegrationService
    • Constructor Detail

    • Method Detail

      • init

        public void init()
                  throws MXException
        Description copied from class: Mbo
        Called by the framework when the Mbo has been constructed and the MboValues have been initialized. This can be overridden by the programmer to provide any custom initialization they would like to do.
        Overrides:
        init in class Mbo
        Throws:
        MXException
      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        can I delete this mbo?
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException