public class SimpleForwardingCmisService extends HttpSessionCmisService
FilterCmisService
implementation.CMIS_BINDING
Constructor and Description |
---|
SimpleForwardingCmisService() |
Modifier and Type | Method and Description |
---|---|
CmisBinding |
createCmisBinding()
Creates a new
CmisBinding object based on the current
CallContext . |
RepositoryInfo |
getRepositoryInfo(String repositoryId,
ExtensionsData extension)
Returns information about the CMIS repository, the optional capabilities
it supports and its access control information if applicable.
|
void |
init(Map<String,String> parameters)
Called after the object has been created.
|
getCmisBindingFromCache, getHttpSession, init, putCmisBindingIntoCache
close, getAclService, getCmisBinding, getDiscoveryService, getHttpServletRequest, getMultiFilingService, getNavigationService, getObjectService, getPolicyService, getRelationshipService, getRepositoryService, getVersioningService, setCallContext
addObjectToFolder, appendContentStream, applyAcl, applyAcl, applyPolicy, bulkUpdateProperties, cancelCheckOut, checkIn, checkOut, create, createDocument, createDocumentFromSource, createFolder, createItem, createPolicy, createRelationship, createType, deleteContentStream, deleteObject, deleteObjectOrCancelCheckOut, deleteTree, deleteType, getAcl, getAllowableActions, getAllVersions, getAppliedPolicies, getCallContext, getCheckedOutDocs, getChildren, getContentChanges, getContentStream, getDescendants, getFolderParent, getFolderTree, getObject, getObjectByPath, getObjectInfo, getObjectInfoIntern, getObjectOfLatestVersion, getObjectParents, getObjectRelationships, getProperties, getPropertiesOfLatestVersion, getRenditions, getRepositoryInfos, getTypeChildren, getTypeDefinition, getTypeDescendants, moveObject, query, removeObjectFromFolder, removePolicy, setContentStream, updateProperties, updateType
addObjectInfo, clearObjectInfos, getBooleanProperty, getDateTimeProperty, getIdProperty, getIntegerProperty, getStringProperty
public void init(Map<String,String> parameters)
FilterCmisService
init
in class FilterCmisService
parameters
- the parameters provided to bridge service factorypublic CmisBinding createCmisBinding()
CachedBindingCmisService
CmisBinding
object based on the current
CallContext
.createCmisBinding
in class CachedBindingCmisService
public RepositoryInfo getRepositoryInfo(String repositoryId, ExtensionsData extension)
AbstractCmisService
Implementation Hints:
getRepositoryInfo
in interface RepositoryService
getRepositoryInfo
in class FilterCmisService
repositoryId
- the identifier for the repositoryextension
- extension dataCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.