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
FieldsModifier and TypeFieldDescriptionfinal org.apache.chemistry.opencmis.commons.server.CmisService -
Constructor Summary
ConstructorsConstructorDescriptionNuxeoBinding(org.apache.chemistry.opencmis.commons.server.CmisService service) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidclearRepositoryCache(String repositoryId) voidclose()org.apache.chemistry.opencmis.commons.server.CmisServiceorg.apache.chemistry.opencmis.commons.spi.AuthenticationProviderorg.apache.chemistry.opencmis.commons.enums.BindingTypeorg.apache.chemistry.opencmis.commons.server.CmisServiceorg.apache.chemistry.opencmis.commons.server.CmisServiceorg.apache.chemistry.opencmis.commons.server.CmisServiceorg.apache.chemistry.opencmis.commons.spi.BindingsObjectFactoryorg.apache.chemistry.opencmis.commons.server.CmisServiceorg.apache.chemistry.opencmis.commons.server.CmisServiceorg.apache.chemistry.opencmis.commons.server.CmisServiceorg.apache.chemistry.opencmis.commons.server.CmisServiceorg.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:
closein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getRepositoryService
public org.apache.chemistry.opencmis.commons.server.CmisService getRepositoryService()- Specified by:
getRepositoryServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getObjectService
public org.apache.chemistry.opencmis.commons.server.CmisService getObjectService()- Specified by:
getObjectServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getDiscoveryService
public org.apache.chemistry.opencmis.commons.server.CmisService getDiscoveryService()- Specified by:
getDiscoveryServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getRelationshipService
public org.apache.chemistry.opencmis.commons.server.CmisService getRelationshipService()- Specified by:
getRelationshipServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getVersioningService
public org.apache.chemistry.opencmis.commons.server.CmisService getVersioningService()- Specified by:
getVersioningServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getAclService
public org.apache.chemistry.opencmis.commons.server.CmisService getAclService()- Specified by:
getAclServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getMultiFilingService
public org.apache.chemistry.opencmis.commons.server.CmisService getMultiFilingService()- Specified by:
getMultiFilingServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getPolicyService
public org.apache.chemistry.opencmis.commons.server.CmisService getPolicyService()- Specified by:
getPolicyServicein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getObjectFactory
public org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory getObjectFactory()- Specified by:
getObjectFactoryin interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getAuthenticationProvider
public org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider getAuthenticationProvider()- Specified by:
getAuthenticationProviderin interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
clearAllCaches
public void clearAllCaches()- Specified by:
clearAllCachesin interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
clearRepositoryCache
- Specified by:
clearRepositoryCachein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getSessionId
- Specified by:
getSessionIdin interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getBindingType
public org.apache.chemistry.opencmis.commons.enums.BindingType getBindingType()- Specified by:
getBindingTypein interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getCoreSession
-