public class DocumentRepository extends BaseRepository
| Constructor and Description |
|---|
DocumentRepository() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.chemistry.opencmis.commons.data.ObjectInFolderList |
getChildren(org.apache.chemistry.opencmis.commons.server.CallContext context,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension,
org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfos)
Get children
|
org.apache.chemistry.opencmis.commons.data.ContentStream |
getContentStream(org.apache.chemistry.opencmis.commons.server.CallContext context,
String objectId,
BigInteger offset,
BigInteger length)
CMIS getContentStream.
|
List<org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer> |
getDescendants(org.apache.chemistry.opencmis.commons.server.CallContext context,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
Boolean includePathSegment,
org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfos,
boolean userReadOnly)
Get Descendants
|
org.apache.chemistry.opencmis.commons.data.RepositoryInfo |
getInfos()
Get repository infos
|
org.apache.chemistry.opencmis.commons.data.ObjectData |
getObject(org.apache.chemistry.opencmis.commons.server.CallContext context,
String objectId,
String filter,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension,
org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfo)
Get Object
|
org.apache.chemistry.opencmis.commons.data.ObjectData |
getObjectByPath(org.apache.chemistry.opencmis.commons.server.CallContext context,
String folderPath,
String filter,
boolean includeAllowableActions,
boolean includeACL,
org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfos)
CMIS getObjectByPath.
|
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition |
getTypeDefinition(org.apache.chemistry.opencmis.commons.server.CallContext context,
String typeId)
CMIS getTypeDefinition.
|
org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList |
getTypesChildren(org.apache.chemistry.opencmis.commons.server.CallContext context,
String typeId,
boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount)
CMIS getTypesChildren.
|
addPropertyBigInteger, addPropertyBoolean, addPropertyDateTime, addPropertyDefault, addPropertyId, addPropertyIdList, addPropertyInteger, addPropertyString, checkAddProperty, createMapping, createPermission, millisToCalendarpublic org.apache.chemistry.opencmis.commons.data.RepositoryInfo getInfos()
public org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList getTypesChildren(org.apache.chemistry.opencmis.commons.server.CallContext context,
String typeId,
boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount)
context - The contexttypeId - The type idincludePropertyDefinitions - include property definitionmaxItems - Max itemsskipCount - Skip countpublic org.apache.chemistry.opencmis.commons.definitions.TypeDefinition getTypeDefinition(org.apache.chemistry.opencmis.commons.server.CallContext context,
String typeId)
context - The contexttypeId - The type idpublic org.apache.chemistry.opencmis.commons.data.ObjectInFolderList getChildren(org.apache.chemistry.opencmis.commons.server.CallContext context,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension,
org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfos)
context - The contextfolderId - The folder idfilter - FiltersorderBy - The orderincludeAllowableActions - include actionsincludeRelationships - include relationshiprenditionFilter - filtersincludePathSegment - include path segmentmaxItems - max itemsskipCount - skip countextension - extensionobjectInfos - object infospublic org.apache.chemistry.opencmis.commons.data.ObjectData getObject(org.apache.chemistry.opencmis.commons.server.CallContext context,
String objectId,
String filter,
Boolean includeAllowableActions,
org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeAcl,
org.apache.chemistry.opencmis.commons.data.ExtensionsData extension,
org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfo)
context - The contextobjectId - The object's IDfilter - FiltersincludeAllowableActions - include actionsincludeRelationships - include relationsrenditionFilter - use filtersincludePolicyIds - include policiesincludeAcl - include ACLextension - extensionobjectInfo - Object infospublic org.apache.chemistry.opencmis.commons.data.ObjectData getObjectByPath(org.apache.chemistry.opencmis.commons.server.CallContext context,
String folderPath,
String filter,
boolean includeAllowableActions,
boolean includeACL,
org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfos)
context - The contextfolderPath - The folder pathincludeAllowableActions - include actionsfilter - FiltersobjectInfos - object infosincludeACL - include ACLpublic org.apache.chemistry.opencmis.commons.data.ContentStream getContentStream(org.apache.chemistry.opencmis.commons.server.CallContext context,
String objectId,
BigInteger offset,
BigInteger length)
context - The contextobjectId - The object idlength - The lengthoffset - The offsetpublic List<org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer> getDescendants(org.apache.chemistry.opencmis.commons.server.CallContext context, String folderId, BigInteger depth, String filter, Boolean includeAllowableActions, Boolean includePathSegment, org.apache.chemistry.opencmis.commons.server.ObjectInfoHandler objectInfos, boolean userReadOnly)
context - The contextfolderId - The folder's IDdepth - the depthfilter - FiltersincludeAllowableActions - include actionsincludePathSegment - include path segmentobjectInfos - Objects infosuserReadOnly - user Read OnlyCopyright © 2018 City of Paris. All rights reserved.