psdi.util

Class DMSManager

  • java.lang.Object
    • psdi.util.DMSManager


  • public abstract class DMSManager
    extends java.lang.Object
    For document management systems, superclass for the DMS managers identified by dmsapisetting classname.

    The children must override the method getDocumentURL. Additionally, there should be a row in the DmsApiSetting table for each supported DMS, specifying the dmsname and classname.

    See Also:
    DMSFactory, Doclinks, Docinfo
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getDocumentURL()
      Return the command for opening the document via this DMS.
      java.lang.String getDocumentURL(MboRemote doc, MboRemote doclinkMbo)
      Return the url for opening the document via this DMS.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait