Class DriveCmisRegistry

  • All Implemented Interfaces:
    org.picocontainer.Startable, org.xcmis.spi.CmisRegistryFactory

    public class DriveCmisRegistry
    extends JcrCmisRegistry
    Version:
    $Id$
    Author:
    Andrey Parfonov
    • Constructor Detail

      • DriveCmisRegistry

        public DriveCmisRegistry​(org.exoplatform.services.jcr.RepositoryService repositoryService,
                                 org.exoplatform.container.xml.InitParams initParams,
                                 org.exoplatform.services.cms.drives.ManageDriveService driveService)
    • Method Detail

      • getConnection

        public org.xcmis.spi.Connection getConnection​(String storageId)
        Overrides:
        getConnection in class org.xcmis.spi.CmisRegistry
      • getStorageInfos

        public Set<org.xcmis.spi.model.RepositoryShortInfo> getStorageInfos()
        Overrides:
        getStorageInfos in class org.xcmis.spi.CmisRegistry
      • start

        public void start()
        Specified by:
        start in interface org.picocontainer.Startable
        Overrides:
        start in class JcrCmisRegistry
      • isPrivateDrive

        protected boolean isPrivateDrive​(org.exoplatform.services.cms.drives.DriveData drive)