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:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description org.apache.chemistry.opencmis.commons.server.CmisService
service
-
Constructor Summary
Constructors Constructor Description NuxeoBinding(org.apache.chemistry.opencmis.commons.server.CmisService service)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clearAllCaches()
void
clearRepositoryCache(String repositoryId)
void
close()
org.apache.chemistry.opencmis.commons.server.CmisService
getAclService()
org.apache.chemistry.opencmis.commons.spi.AuthenticationProvider
getAuthenticationProvider()
org.apache.chemistry.opencmis.commons.enums.BindingType
getBindingType()
CoreSession
getCoreSession()
org.apache.chemistry.opencmis.commons.server.CmisService
getDiscoveryService()
org.apache.chemistry.opencmis.commons.server.CmisService
getMultiFilingService()
org.apache.chemistry.opencmis.commons.server.CmisService
getNavigationService()
org.apache.chemistry.opencmis.commons.spi.BindingsObjectFactory
getObjectFactory()
org.apache.chemistry.opencmis.commons.server.CmisService
getObjectService()
org.apache.chemistry.opencmis.commons.server.CmisService
getPolicyService()
org.apache.chemistry.opencmis.commons.server.CmisService
getRelationshipService()
org.apache.chemistry.opencmis.commons.server.CmisService
getRepositoryService()
String
getSessionId()
org.apache.chemistry.opencmis.commons.server.CmisService
getVersioningService()
-
-
-
Method Detail
-
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
-
getNavigationService
public org.apache.chemistry.opencmis.commons.server.CmisService getNavigationService()
- Specified by:
getNavigationService
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
public void clearRepositoryCache(String repositoryId)
- Specified by:
clearRepositoryCache
in interfaceorg.apache.chemistry.opencmis.commons.spi.CmisBinding
-
getSessionId
public String 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
public CoreSession getCoreSession()
-
-