Class ExternalManagerDefinition


  • public abstract class ExternalManagerDefinition
    extends java.lang.Object
    Defines attributes for ExternalManager implementations.
    Since:
    1.8.0
    • Constructor Detail

      • ExternalManagerDefinition

        public ExternalManagerDefinition()
    • Method Detail

      • allowUpload

        public abstract boolean allowUpload()
        Allows upload of digital assets into an externally managed drive.
      • allowDownload

        public boolean allowDownload()
        Allows share and download of digital assets into an externally managed drive.
      • allowDelete

        public boolean allowDelete()
        Allows delete of digital assets into an externally managed drive.
      • getSearchConfig

        public SearchConfig getSearchConfig()
        Returns the configuration for the search filter in ExternalManager
      • getExternalManager

        public abstract ExternalManager getExternalManager()
        Returns the ExternalManager.