psdi.app.doclink

Class DmsApiSetting

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


    public class DmsApiSetting
    extends Mbo
    implements DmsApiSettingRemote
    Mbo object to represent DmsApiSetting (document management systems).

    See Doclink Package description.

    This is a site level object.

    The key attribute for this object is DMSName.

    The attributes in this object are as follows:

    Attribute NameDescription
    ClassNameThe name of the Java class that handles the documents in this DMS. This class must be an extension of DMSManager.
    DMSNameThe name of the document management system.
    UseParameter1-5For each of the possible parameters (1-5) for opening, editing and printing a document, indicates which parameter(s) are relevant to this document management system. The values for any relevant parameters will be stored on each registered document in Docinfo.
    See Also:
    Docinfo, Doclinks, DMSManager
    • Constructor Detail

    • Method Detail

      • canDelete

        public void canDelete()
                       throws MXException,
                              java.rmi.RemoteException
        Can delete if no related Docinfo.
        Overrides:
        canDelete in class Mbo
        Throws:
        MXException
        java.rmi.RemoteException