Class NuxeoBinding
java.lang.Object
org.nuxeo.ecm.core.opencmis.impl.client.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:
-
Field Summary
Modifier and TypeFieldDescriptionfinal org.apache.chemistry.opencmis.commons.server.CmisService
-
Constructor Summary
ConstructorDescriptionNuxeoBinding
(org.apache.chemistry.opencmis.commons.server.CmisService service) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
clearRepositoryCache
(String repositoryId) void
close()
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
org.apache.chemistry.opencmis.commons.enums.BindingType
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.server.CmisService
org.apache.chemistry.opencmis.commons.server.CmisService
-
Field Details
-
service
public final org.apache.chemistry.opencmis.commons.server.CmisService service
-
-
Constructor Details
-
NuxeoBinding
public NuxeoBinding(org.apache.chemistry.opencmis.commons.server.CmisService service)
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getRepositoryService
public org.apache.chemistry.opencmis.commons.server.CmisService getRepositoryService()- Specified by:
getRepositoryService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getObjectService
public org.apache.chemistry.opencmis.commons.server.CmisService getObjectService()- Specified by:
getObjectService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getDiscoveryService
public org.apache.chemistry.opencmis.commons.server.CmisService getDiscoveryService()- Specified by:
getDiscoveryService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getRelationshipService
public org.apache.chemistry.opencmis.commons.server.CmisService getRelationshipService()- Specified by:
getRelationshipService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getVersioningService
public org.apache.chemistry.opencmis.commons.server.CmisService getVersioningService()- Specified by:
getVersioningService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getAclService
public org.apache.chemistry.opencmis.commons.server.CmisService getAclService()- Specified by:
getAclService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getMultiFilingService
public org.apache.chemistry.opencmis.commons.server.CmisService getMultiFilingService()- Specified by:
getMultiFilingService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getPolicyService
public org.apache.chemistry.opencmis.commons.server.CmisService getPolicyService()- Specified by:
getPolicyService
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getObjectFactory
public org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory getObjectFactory()- Specified by:
getObjectFactory
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getAuthenticationProvider
public org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider getAuthenticationProvider()- Specified by:
getAuthenticationProvider
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
clearAllCaches
public void clearAllCaches()- Specified by:
clearAllCaches
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
clearRepositoryCache
- Specified by:
clearRepositoryCache
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getSessionId
- Specified by:
getSessionId
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getBindingType
public org.apache.chemistry.opencmis.commons.enums.BindingType getBindingType()- Specified by:
getBindingType
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getCoreSession
-