psdi.app.appsetup

Class MaxWorkcenter

  • java.lang.Object
    • Constructor Detail

      • MaxWorkcenter

        public MaxWorkcenter(MboSet ms)
                      throws MXException,
                             java.rmi.RemoteException
        Construct the MaxPresentation object
        Throws:
        MXException
        java.rmi.RemoteException
    • Method Detail

      • delete

        public void delete(long accessModifier)
                    throws java.rmi.RemoteException,
                           MXException
        Deletes the workcenter record and, if necessary, any draft components that exist
        Specified by:
        delete in interface MboRemote
        Overrides:
        delete in class Mbo
        Parameters:
        accessModifier - The bitwise flag specified to determine if certain normal security checks are to be bypassed for this delete request. For example: if the accessModifer is NOACCESSCHECK, then the check for the object's NODELETE flag and the call to the object's canDelete() method will not be performed. If the accessModifer is NONE, then all the access checks are performed before this object is marked delete.
        Throws:
        java.rmi.RemoteException
        MXException
        See Also:
        Mbo.delete(long)