void
void
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
void
Applies a policy to an object.
void
void
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)
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)
protected org.apache.chemistry.opencmis.commons.data.ObjectData
Fills in an ObjectData record.
protected org.apache.chemistry.opencmis.commons.data.ObjectData
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)
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)
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)
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)
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)
void
void
Deletes the content stream of an object.
void
void
void
void
void
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
org.apache.chemistry.opencmis.commons.data.Acl
org.apache.chemistry.opencmis.commons.data.Acl
Gets the ACL for an object.
org.apache.chemistry.opencmis.commons.data.Acl
Gets the ACL for an object.
org.apache.chemistry.opencmis.commons.data.Acl
Gets the ACL for an object.
org.apache.chemistry.opencmis.commons.data.AllowableActions
org.apache.chemistry.opencmis.commons.data.AllowableActions
org.apache.chemistry.opencmis.commons.data.AllowableActions
Gets the allowable actions for an object.
org.apache.chemistry.opencmis.commons.data.AllowableActions
Gets the allowable actions for an object.
org.apache.chemistry.opencmis.commons.data.AllowableActions
Gets the allowable actions for an object.
List<org.apache.chemistry.opencmis.commons.data.ObjectData>
List<org.apache.chemistry.opencmis.commons.data.ObjectData>
Gets all versions of an object.
List<org.apache.chemistry.opencmis.commons.data.ObjectData>
List<org.apache.chemistry.opencmis.commons.data.ObjectData>
Gets the policies for an object.
org.apache.chemistry.opencmis.commons.data.ObjectList
org.apache.chemistry.opencmis.commons.data.ObjectList
Corresponds to CMIS getCheckedOutDocs service method.
org.apache.chemistry.opencmis.commons.data.ObjectInFolderList
org.apache.chemistry.opencmis.commons.data.ObjectInFolderList
Gets the children of a folder.
Initializes a CMS context for the authentication data contained in a call context.
org.apache.chemistry.opencmis.commons.data.ObjectList
org.apache.chemistry.opencmis.commons.data.ObjectList
Gets content changes from the repository.
org.apache.chemistry.opencmis.commons.data.ContentStream
org.apache.chemistry.opencmis.commons.data.ContentStream
Gets the content stream for a CMIS object.
List<org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer>
List<org.apache.chemistry.opencmis.commons.data.ObjectInFolderContainer>
org.apache.chemistry.opencmis.commons.data.ObjectData
org.apache.chemistry.opencmis.commons.data.ObjectData
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>
List<org.apache.chemistry.opencmis.commons.data.ObjectParentData>
Gets the parents of an object.
org.apache.chemistry.opencmis.commons.data.ObjectList
org.apache.chemistry.opencmis.commons.data.ObjectList
Gets the relationships for an object.
org.apache.chemistry.opencmis.commons.data.Properties
org.apache.chemistry.opencmis.commons.data.Properties
Gets the properties for a CMIS object.
org.apache.chemistry.opencmis.commons.data.Properties
org.apache.chemistry.opencmis.commons.data.Properties
Gets the properties of the latest version.
protected List<org.apache.chemistry.opencmis.commons.data.ObjectData>
Gets the relationship data for a given resource.
List<org.apache.chemistry.opencmis.commons.data.RenditionData>
List<org.apache.chemistry.opencmis.commons.data.RenditionData>
Gets the renditions for a CMIS object.
org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList
org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionList
Gets the children of a given type.
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
org.apache.chemistry.opencmis.commons.definitions.TypeDefinition
Gets a type definition by id.
List<org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionContainer>
List<org.apache.chemistry.opencmis.commons.definitions.TypeDefinitionContainer>
Gets the type descendants.
void
void
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
void
Unfiles an object from a folder.
void
void
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.