Class NuxeoBinding

  • All Implemented Interfaces:
    Serializable, org.apache.chemistry.opencmis.commons.spi.CmisBinding

    public class NuxeoBinding
    extends Object
    implements org.apache.chemistry.opencmis.commons.spi.CmisBinding
    Local CMIS binding to the services.
    See Also:
    Serialized Form
    • Field Detail

      • service

        public final org.apache.chemistry.opencmis.commons.server.CmisService service
    • Constructor Detail

      • NuxeoBinding

        public NuxeoBinding​(org.apache.chemistry.opencmis.commons.server.CmisService service)
    • Method Detail

      • close

        public void close()
        Specified by:
        close in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getRepositoryService

        public org.apache.chemistry.opencmis.commons.server.CmisService getRepositoryService()
        Specified by:
        getRepositoryService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getNavigationService

        public org.apache.chemistry.opencmis.commons.server.CmisService getNavigationService()
        Specified by:
        getNavigationService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getObjectService

        public org.apache.chemistry.opencmis.commons.server.CmisService getObjectService()
        Specified by:
        getObjectService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getDiscoveryService

        public org.apache.chemistry.opencmis.commons.server.CmisService getDiscoveryService()
        Specified by:
        getDiscoveryService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getRelationshipService

        public org.apache.chemistry.opencmis.commons.server.CmisService getRelationshipService()
        Specified by:
        getRelationshipService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getVersioningService

        public org.apache.chemistry.opencmis.commons.server.CmisService getVersioningService()
        Specified by:
        getVersioningService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getAclService

        public org.apache.chemistry.opencmis.commons.server.CmisService getAclService()
        Specified by:
        getAclService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getMultiFilingService

        public org.apache.chemistry.opencmis.commons.server.CmisService getMultiFilingService()
        Specified by:
        getMultiFilingService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getPolicyService

        public org.apache.chemistry.opencmis.commons.server.CmisService getPolicyService()
        Specified by:
        getPolicyService in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getObjectFactory

        public org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory getObjectFactory()
        Specified by:
        getObjectFactory in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getAuthenticationProvider

        public org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider getAuthenticationProvider()
        Specified by:
        getAuthenticationProvider in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • clearAllCaches

        public void clearAllCaches()
        Specified by:
        clearAllCaches in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • clearRepositoryCache

        public void clearRepositoryCache​(String repositoryId)
        Specified by:
        clearRepositoryCache in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getSessionId

        public String getSessionId()
        Specified by:
        getSessionId in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding
      • getBindingType

        public org.apache.chemistry.opencmis.commons.enums.BindingType getBindingType()
        Specified by:
        getBindingType in interface org.apache.chemistry.opencmis.commons.spi.CmisBinding