Uses of Class
org.opencms.cmis.CmsCmisCallContext
Packages that use CmsCmisCallContext
-
Uses of CmsCmisCallContext in org.opencms.cmis
Methods in org.opencms.cmis with parameters of type CmsCmisCallContextModifier and TypeMethodDescriptionvoid
A_CmsCmisRepository.addObjectToFolder
(CmsCmisCallContext context, String objectId, String folderId, boolean allVersions) void
I_CmsCmisRepository.addObjectToFolder
(CmsCmisCallContext context, String objectId, String folderId, boolean allVersions) Adds an object to a folder (multifiling).org.apache.chemistry.opencmis.commons.data.Acl
A_CmsCmisRepository.applyAcl
(CmsCmisCallContext context, String objectId, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces, org.apache.chemistry.opencmis.commons.enums.AclPropagation aclPropagation) org.apache.chemistry.opencmis.commons.data.Acl
A_CmsCmisRepository.applyAcl
(CmsCmisCallContext context, String objectId, org.apache.chemistry.opencmis.commons.data.Acl aces, org.apache.chemistry.opencmis.commons.enums.AclPropagation aclPropagation) org.apache.chemistry.opencmis.commons.data.Acl
I_CmsCmisRepository.applyAcl
(CmsCmisCallContext context, String objectId, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces, org.apache.chemistry.opencmis.commons.enums.AclPropagation aclPropagation) Applies ACL to an object.org.apache.chemistry.opencmis.commons.data.Acl
I_CmsCmisRepository.applyAcl
(CmsCmisCallContext context, String objectId, org.apache.chemistry.opencmis.commons.data.Acl aces, org.apache.chemistry.opencmis.commons.enums.AclPropagation aclPropagation) Changes the ACL for an object.void
A_CmsCmisRepository.applyPolicy
(CmsCmisCallContext context, String policyId, String objectId) void
I_CmsCmisRepository.applyPolicy
(CmsCmisCallContext context, String policyId, String objectId) Applies a policy to an object.void
A_CmsCmisRepository.cancelCheckOut
(CmsCmisCallContext context, String objectId) void
I_CmsCmisRepository.cancelCheckOut
(CmsCmisCallContext context, String objectId) Cancels a checkout.void
A_CmsCmisRepository.checkIn
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, boolean major, org.apache.chemistry.opencmis.commons.data.Properties properties, org.apache.chemistry.opencmis.commons.data.ContentStream contentStream, String checkinComment, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) void
I_CmsCmisRepository.checkIn
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, boolean major, org.apache.chemistry.opencmis.commons.data.Properties properties, org.apache.chemistry.opencmis.commons.data.ContentStream contentStream, String checkinComment, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) Checks in a document.void
A_CmsCmisRepository.checkOut
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, org.apache.chemistry.opencmis.commons.spi.Holder<Boolean> contentCopied) void
I_CmsCmisRepository.checkOut
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, org.apache.chemistry.opencmis.commons.spi.Holder<Boolean> contentCopied) Checks out an object.protected org.apache.chemistry.opencmis.commons.data.ObjectData
CmsCmisRelationHelper.collectObjectData
(CmsCmisCallContext context, CmsObject cms, CmsResource resource, CmsRelation relation, Set<String> filter, boolean includeAllowableActions, boolean includeAcl) Fills in an ObjectData record.protected org.apache.chemistry.opencmis.commons.data.ObjectData
CmsCmisResourceHelper.collectObjectData
(CmsCmisCallContext context, CmsObject cms, CmsResource resource, Set<String> filter, String renditionFilter, boolean includeAllowableActions, boolean includeAcl, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships) Fills in an ObjectData record.CmsCmisRepository.createDocument
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties propertiesObj, String folderId, org.apache.chemistry.opencmis.commons.data.ContentStream contentStream, org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) I_CmsCmisRepository.createDocument
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties propertiesObj, String folderId, org.apache.chemistry.opencmis.commons.data.ContentStream contentStream, org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) Creates a new document.CmsCmisRepository.createDocumentFromSource
(CmsCmisCallContext context, String sourceId, org.apache.chemistry.opencmis.commons.data.Properties propertiesObj, String folderId, org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) I_CmsCmisRepository.createDocumentFromSource
(CmsCmisCallContext context, String sourceId, org.apache.chemistry.opencmis.commons.data.Properties propertiesObj, String folderId, org.apache.chemistry.opencmis.commons.enums.VersioningState versioningState, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) Copies a document.CmsCmisRepository.createFolder
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties propertiesObj, String folderId, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) I_CmsCmisRepository.createFolder
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties propertiesObj, String folderId, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) Creates a new folder.A_CmsCmisRepository.createPolicy
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties properties, String folderId, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) I_CmsCmisRepository.createPolicy
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties properties, String folderId, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) Creates a policy.CmsCmisRepository.createRelationship
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties properties, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) I_CmsCmisRepository.createRelationship
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.data.Properties properties, List<String> policies, org.apache.chemistry.opencmis.commons.data.Acl addAces, org.apache.chemistry.opencmis.commons.data.Acl removeAces) Creates a relationship.void
CmsCmisRepository.deleteContentStream
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeToken) void
I_CmsCmisRepository.deleteContentStream
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeToken) Deletes the content stream of an object.void
CmsCmisRelationHelper.deleteObject
(CmsCmisCallContext context, String objectId, boolean allVersions) void
CmsCmisRepository.deleteObject
(CmsCmisCallContext context, String objectId, boolean allVersions) void
CmsCmisResourceHelper.deleteObject
(CmsCmisCallContext context, String objectId, boolean allVersions) Deletes a CMIS object.void
I_CmsCmisObjectHelper.deleteObject
(CmsCmisCallContext context, String objectId, boolean allVersions) Deletes a CMIS object.void
I_CmsCmisRepository.deleteObject
(CmsCmisCallContext context, String objectId, boolean allVersions) Deletes a CMIS object.org.apache.chemistry.opencmis.commons.data.FailedToDeleteData
CmsCmisRepository.deleteTree
(CmsCmisCallContext context, String folderId, boolean allVersions, org.apache.chemistry.opencmis.commons.enums.UnfileObject unfileObjects, boolean continueOnFailure) org.apache.chemistry.opencmis.commons.data.FailedToDeleteData
I_CmsCmisRepository.deleteTree
(CmsCmisCallContext context, String folderId, boolean allVersions, org.apache.chemistry.opencmis.commons.enums.UnfileObject unfileObjects, boolean continueOnFailure) Deletes a whole file tree.org.apache.chemistry.opencmis.commons.data.Acl
CmsCmisRelationHelper.getAcl
(CmsCmisCallContext context, String objectId, boolean onlyBasicPermissions) org.apache.chemistry.opencmis.commons.data.Acl
CmsCmisRepository.getAcl
(CmsCmisCallContext context, String objectId, boolean onlyBasicPermissions) org.apache.chemistry.opencmis.commons.data.Acl
CmsCmisResourceHelper.getAcl
(CmsCmisCallContext context, String objectId, boolean onlyBasicPermissions) Gets the ACL for an object.org.apache.chemistry.opencmis.commons.data.Acl
I_CmsCmisObjectHelper.getAcl
(CmsCmisCallContext context, String objectId, boolean onlyBasicPermissions) Gets the ACL for an object.org.apache.chemistry.opencmis.commons.data.Acl
I_CmsCmisRepository.getAcl
(CmsCmisCallContext context, String objectId, boolean onlyBasicPermissions) Gets the ACL for an object.org.apache.chemistry.opencmis.commons.data.AllowableActions
CmsCmisRelationHelper.getAllowableActions
(CmsCmisCallContext context, String objectId) org.apache.chemistry.opencmis.commons.data.AllowableActions
CmsCmisRepository.getAllowableActions
(CmsCmisCallContext context, String objectId) org.apache.chemistry.opencmis.commons.data.AllowableActions
CmsCmisResourceHelper.getAllowableActions
(CmsCmisCallContext context, String objectId) Gets the allowable actions for an object.org.apache.chemistry.opencmis.commons.data.AllowableActions
I_CmsCmisObjectHelper.getAllowableActions
(CmsCmisCallContext context, String objectId) Gets the allowable actions for an object.org.apache.chemistry.opencmis.commons.data.AllowableActions
I_CmsCmisRepository.getAllowableActions
(CmsCmisCallContext context, String objectId) Gets the allowable actions for an object.List<org.apache.chemistry.opencmis.commons.data.ObjectData>
A_CmsCmisRepository.getAllVersions
(CmsCmisCallContext context, String objectId, String versionSeriesId, String filter, boolean includeAllowableActions) List<org.apache.chemistry.opencmis.commons.data.ObjectData>
I_CmsCmisRepository.getAllVersions
(CmsCmisCallContext context, String objectId, String versionSeriesId, String filter, boolean includeAllowableActions) Gets all versions of an object.List<org.apache.chemistry.opencmis.commons.data.ObjectData>
A_CmsCmisRepository.getAppliedPolicies
(CmsCmisCallContext context, String objectId, String filter) List<org.apache.chemistry.opencmis.commons.data.ObjectData>
I_CmsCmisRepository.getAppliedPolicies
(CmsCmisCallContext context, String objectId, String filter) Gets the policies for an object.org.apache.chemistry.opencmis.commons.data.ObjectList
CmsCmisRepository.getCheckedOutDocs
(CmsCmisCallContext context, String folderId, String filter, String orderBy, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount) org.apache.chemistry.opencmis.commons.data.ObjectList
I_CmsCmisRepository.getCheckedOutDocs
(CmsCmisCallContext context, String folderId, String filter, String orderBy, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount) Corresponds to CMIS getCheckedOutDocs service method.org.apache.chemistry.opencmis.commons.data.ObjectInFolderList
CmsCmisRepository.getChildren
(CmsCmisCallContext 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.ObjectInFolderList
I_CmsCmisRepository.getChildren
(CmsCmisCallContext 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) Gets the children of a folder.protected CmsObject
CmsCmisRepository.getCmsObject
(CmsCmisCallContext context) Initializes a CMS context for the authentication data contained in a call context.org.apache.chemistry.opencmis.commons.data.ObjectList
A_CmsCmisRepository.getContentChanges
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeLogToken, boolean includeProperties, String filter, boolean includePolicyIds, boolean includeAcl, BigInteger maxItems) org.apache.chemistry.opencmis.commons.data.ObjectList
I_CmsCmisRepository.getContentChanges
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeLogToken, boolean includeProperties, String filter, boolean includePolicyIds, boolean includeAcl, BigInteger maxItems) Gets content changes from the repository.org.apache.chemistry.opencmis.commons.data.ContentStream
CmsCmisRepository.getContentStream
(CmsCmisCallContext context, String objectId, String streamId, BigInteger offset, BigInteger length) org.apache.chemistry.opencmis.commons.data.ContentStream
I_CmsCmisRepository.getContentStream
(CmsCmisCallContext context, String objectId, String streamId, BigInteger offset, BigInteger length) Gets the content stream for a CMIS object.List<org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer>
CmsCmisRepository.getDescendants
(CmsCmisCallContext context, String folderId, BigInteger depth, String filter, boolean includeAllowableActions, boolean includePathSegment, boolean foldersOnly) List<org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer>
I_CmsCmisRepository.getDescendants
(CmsCmisCallContext context, String folderId, BigInteger depth, String filter, boolean includeAllowableActions, boolean includePathSegment, boolean foldersOnly) org.apache.chemistry.opencmis.commons.data.ObjectData
CmsCmisRepository.getFolderParent
(CmsCmisCallContext context, String folderId, String filter) org.apache.chemistry.opencmis.commons.data.ObjectData
I_CmsCmisRepository.getFolderParent
(CmsCmisCallContext context, String folderId, String filter) Corresponds to CMIS getFolderParent service method.org.apache.chemistry.opencmis.commons.data.ObjectData
CmsCmisRelationHelper.getObject
(CmsCmisCallContext 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.ObjectData
CmsCmisRepository.getObject
(CmsCmisCallContext 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.ObjectData
CmsCmisResourceHelper.getObject
(CmsCmisCallContext context, String objectId, String filter, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, boolean includePolicyIds, boolean includeAcl) Gets the data for a CMIS object.org.apache.chemistry.opencmis.commons.data.ObjectData
I_CmsCmisObjectHelper.getObject
(CmsCmisCallContext context, String objectId, String filter, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, boolean includePolicyIds, boolean includeAcl) Gets the data for a CMIS object.org.apache.chemistry.opencmis.commons.data.ObjectData
I_CmsCmisRepository.getObject
(CmsCmisCallContext context, String objectId, String filter, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, boolean includePolicyIds, boolean includeAcl) Gets the data for a CMIS object.org.apache.chemistry.opencmis.commons.data.ObjectData
CmsCmisRepository.getObjectByPath
(CmsCmisCallContext context, String path, String filter, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, boolean includePolicyIds, boolean includeAcl) org.apache.chemistry.opencmis.commons.data.ObjectData
I_CmsCmisRepository.getObjectByPath
(CmsCmisCallContext context, String path, String filter, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, boolean includePolicyIds, boolean includeAcl) Reads a CMIS object by path.org.apache.chemistry.opencmis.commons.data.ObjectData
A_CmsCmisRepository.getObjectOfLatestVersion
(CmsCmisCallContext context, String objectId, String versionSeriesId, boolean major, String filter, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, boolean includePolicyIds, boolean includeAcl) org.apache.chemistry.opencmis.commons.data.ObjectData
I_CmsCmisRepository.getObjectOfLatestVersion
(CmsCmisCallContext context, String objectId, String versionSeriesId, boolean major, String filter, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, boolean includePolicyIds, boolean includeAcl) Gets the object of the latest version.List<org.apache.chemistry.opencmis.commons.data.ObjectParentData>
CmsCmisRepository.getObjectParents
(CmsCmisCallContext context, String objectId, String filter, boolean includeAllowableActions, boolean includeRelativePathSegment) List<org.apache.chemistry.opencmis.commons.data.ObjectParentData>
I_CmsCmisRepository.getObjectParents
(CmsCmisCallContext context, String objectId, String filter, boolean includeAllowableActions, boolean includeRelativePathSegment) Gets the parents of an object.org.apache.chemistry.opencmis.commons.data.ObjectList
CmsCmisRepository.getObjectRelationships
(CmsCmisCallContext context, String objectId, boolean includeSubRelationshipTypes, org.apache.chemistry.opencmis.commons.enums.RelationshipDirection relationshipDirection, String typeId, String filter, boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount) org.apache.chemistry.opencmis.commons.data.ObjectList
I_CmsCmisRepository.getObjectRelationships
(CmsCmisCallContext context, String objectId, boolean includeSubRelationshipTypes, org.apache.chemistry.opencmis.commons.enums.RelationshipDirection relationshipDirection, String typeId, String filter, boolean includeAllowableActions, BigInteger maxItems, BigInteger skipCount) Gets the relationships for an object.org.apache.chemistry.opencmis.commons.data.Properties
CmsCmisRepository.getProperties
(CmsCmisCallContext context, String objectId, String filter) org.apache.chemistry.opencmis.commons.data.Properties
I_CmsCmisRepository.getProperties
(CmsCmisCallContext context, String objectId, String filter) Gets the properties for a CMIS object.org.apache.chemistry.opencmis.commons.data.Properties
A_CmsCmisRepository.getPropertiesOfLatestVersion
(CmsCmisCallContext context, String objectId, String versionSeriesId, boolean major, String filter) org.apache.chemistry.opencmis.commons.data.Properties
I_CmsCmisRepository.getPropertiesOfLatestVersion
(CmsCmisCallContext context, String objectId, String versionSeriesId, boolean major, String filter) Gets the properties of the latest version.protected List<org.apache.chemistry.opencmis.commons.data.ObjectData>
CmsCmisRepository.getRelationshipObjectData
(CmsCmisCallContext context, CmsObject cms, CmsResource resource, org.apache.chemistry.opencmis.commons.enums.RelationshipDirection relationshipDirection, Set<String> filterSet, boolean includeAllowableActions) Gets the relationship data for a given resource.List<org.apache.chemistry.opencmis.commons.data.RenditionData>
CmsCmisRepository.getRenditions
(CmsCmisCallContext context, String objectId, String renditionFilter, BigInteger maxItems, BigInteger skipCount) List<org.apache.chemistry.opencmis.commons.data.RenditionData>
I_CmsCmisRepository.getRenditions
(CmsCmisCallContext context, String objectId, String renditionFilter, BigInteger maxItems, BigInteger skipCount) Gets the renditions for a CMIS object.org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList
CmsCmisRepository.getTypeChildren
(CmsCmisCallContext context, String typeId, boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount) org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList
I_CmsCmisRepository.getTypeChildren
(CmsCmisCallContext context, String typeId, boolean includePropertyDefinitions, BigInteger maxItems, BigInteger skipCount) Gets the children of a given type.org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
CmsCmisRepository.getTypeDefinition
(CmsCmisCallContext context, String typeId) org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
I_CmsCmisRepository.getTypeDefinition
(CmsCmisCallContext context, String typeId) Gets a type definition by id.List<org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionContainer>
CmsCmisRepository.getTypeDescendants
(CmsCmisCallContext context, String typeId, BigInteger depth, boolean includePropertyDefinitions) List<org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionContainer>
I_CmsCmisRepository.getTypeDescendants
(CmsCmisCallContext context, String typeId, BigInteger depth, boolean includePropertyDefinitions) Gets the type descendants.void
CmsCmisRepository.moveObject
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, String targetFolderId, String sourceFolderId) void
I_CmsCmisRepository.moveObject
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, String targetFolderId, String sourceFolderId) Moves an object.org.apache.chemistry.opencmis.commons.data.ObjectList
A_CmsCmisRepository.query
(CmsCmisCallContext context, String statement, boolean searchAllVersions, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount) org.apache.chemistry.opencmis.commons.data.ObjectList
CmsCmisRepository.query
(CmsCmisCallContext context, String statement, boolean searchAllVersions, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount) org.apache.chemistry.opencmis.commons.data.ObjectList
I_CmsCmisRepository.query
(CmsCmisCallContext context, String statement, boolean searchAllVersions, boolean includeAllowableActions, org.apache.chemistry.opencmis.commons.enums.IncludeRelationships includeRelationships, String renditionFilter, BigInteger maxItems, BigInteger skipCount) Performs a query on the repository.void
A_CmsCmisRepository.removeObjectFromFolder
(CmsCmisCallContext context, String objectId, String folderId) void
I_CmsCmisRepository.removeObjectFromFolder
(CmsCmisCallContext context, String objectId, String folderId) Unfiles an object from a folder.void
A_CmsCmisRepository.removePolicy
(CmsCmisCallContext context, String policyId, String objectId) void
I_CmsCmisRepository.removePolicy
(CmsCmisCallContext context, String policyId, String objectId) Removes a policy from an object.void
CmsCmisRepository.setContentStream
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, boolean overwriteFlag, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeToken, org.apache.chemistry.opencmis.commons.data.ContentStream contentStream) void
I_CmsCmisRepository.setContentStream
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, boolean overwriteFlag, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeToken, org.apache.chemistry.opencmis.commons.data.ContentStream contentStream) Sets the content stream of an object.void
CmsCmisRepository.updateProperties
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeToken, org.apache.chemistry.opencmis.commons.data.Properties properties) void
I_CmsCmisRepository.updateProperties
(CmsCmisCallContext context, org.apache.chemistry.opencmis.commons.spi.Holder<String> objectId, org.apache.chemistry.opencmis.commons.spi.Holder<String> changeToken, org.apache.chemistry.opencmis.commons.data.Properties properties) Updates the properties for an object.