| Package | Description |
|---|---|
| org.alfresco.cmis | |
| org.alfresco.cmis.acl | |
| org.alfresco.cmis.mapping |
| Modifier and Type | Method and Description |
|---|---|
void |
CMISServices.addObjectToFolder(String objectId,
String folderId)
Adds a secondary child association to an object from a folder.
|
CMISAccessControlReport |
CMISAccessControlService.applyAcl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
List<CMISAccessControlEntry> acesToApply)
Update the ACEs on a node.
|
CMISAccessControlReport |
CMISAccessControlService.applyAcl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
List<CMISAccessControlEntry> acesToRemove,
List<CMISAccessControlEntry> acesToAdd,
CMISAclPropagationEnum propagation,
org.alfresco.opencmis.CMISAccessControlFormatEnum format)
Update the ACEs on a node.
|
void |
CMISServices.applyPolicy(String policyId,
String objectId)
Applies a policy object to a target object.
|
org.alfresco.service.cmr.repository.NodeRef |
CMISServices.applyVersioningState(org.alfresco.service.cmr.repository.NodeRef source,
CMISVersioningStateEnum versioningState)
Applies a versioning state to a new node, potentially resulting in a new node.
|
void |
CMISServices.cancelCheckOut(String objectId)
Cancels check out of a private working copy.
|
org.alfresco.service.cmr.repository.NodeRef |
CMISServices.checkIn(String objectId,
String checkinComment,
boolean isMajor)
Checks in a private working copy.
|
org.alfresco.service.cmr.repository.NodeRef |
CMISServices.checkOut(String objectId)
Checks out an object.
|
String |
CMISServices.createPolicy(Map<String,Serializable> properties,
String folderId,
List<String> policies)
Creates a policy object of the specified type, and optionally adds the policy to a folder.
|
void |
CMISServices.deleteContentStream(String objectId)
Deletes a document's content stream.
|
void |
CMISServices.deleteObject(String objectId,
boolean allVersions)
Deletes an object.
|
List<String> |
CMISServices.deleteTree(String objectId,
boolean continueOnFailure,
boolean unfile,
boolean deleteAllVersions)
Deletes a folder and its children, without raising any exceptions.
|
List<? extends CMISAccessControlEntriesGroupedByPrincipalId> |
CMISAccessControlReport.getAccessControlEntriesGroupedByPrincipalId()
Get ACEs grouped by principal id
|
List<org.alfresco.service.cmr.repository.NodeRef> |
CMISServices.getAllVersions(String objectId)
Gets all versions of an object.
|
List<CMISTypeDefinition> |
CMISServices.getAppliedPolicies(String objectId,
String filter)
Gets the list of policy objects currently applied to a target object.
|
org.alfresco.service.cmr.repository.NodeRef |
CMISServices.getFolder(String objectId)
Gets a folder from an object ID.
|
org.alfresco.service.cmr.repository.NodeRef |
CMISServices.getFolderParent(String folderId)
Gets parent of a folder.
|
org.alfresco.service.cmr.repository.NodeRef |
CMISServices.getLatestVersion(String objectId,
boolean major)
Gets the latest version of an object and optionally the latest major version.
|
<T> T |
CMISServices.getObject(String objectId,
Class<T> requiredType,
boolean forUpdate,
boolean isVersionable,
boolean isPwc)
Gets an object or a required type from an object ID.
|
<T> T |
CMISServices.getReadableObject(String objectId,
Class<T> requiredType)
Gets a readable object of a required type from an object ID.
|
<T> T |
CMISServices.getVersionSeries(String objectId,
Class<T> requiredType,
boolean isVersionable)
Gets the version series of an object.
|
void |
CMISServices.moveObject(String objectId,
String targetFolderId,
String sourceFolderId)
Moves an object from one folder to another.
|
void |
CMISServices.removeObjectFromFolder(String objectId,
String folderId)
Removes a secondary child association to an object from a folder.
|
void |
CMISServices.removePolicy(String policyId,
String objectId)
Removes a previously applied policy from a target object.
|
boolean |
CMISServices.setContentStream(String objectId,
org.alfresco.service.namespace.QName propertyQName,
boolean overwriteFlag,
InputStream contentStream,
String mimeType)
Sets the content stream on an object.
|
void |
CMISServices.setProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef,
String propertyName,
Serializable value)
Set a single property, optionally constrained to a given node type or aspect
|
void |
CMISServices.setProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String propertyName,
Serializable value)
Set a single property belonging to the node's type.
|
| Modifier and Type | Method and Description |
|---|---|
CMISAccessControlReport |
CMISAccessControlServiceImpl.applyAcl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
List<CMISAccessControlEntry> acesToApply) |
CMISAccessControlReport |
CMISAccessControlServiceImpl.applyAcl(org.alfresco.service.cmr.repository.NodeRef nodeRef,
List<CMISAccessControlEntry> acesToRemove,
List<CMISAccessControlEntry> acesToAdd,
CMISAclPropagationEnum propagation,
org.alfresco.opencmis.CMISAccessControlFormatEnum format) |
List<? extends CMISAccessControlEntriesGroupedByPrincipalId> |
CMISAccessControlReportImpl.getAccessControlEntriesGroupedByPrincipalId() |
| Modifier and Type | Method and Description |
|---|---|
void |
CMISServicesImpl.addObjectToFolder(String objectId,
String folderId) |
void |
CMISServicesImpl.applyPolicy(String policyId,
String objectId) |
org.alfresco.service.cmr.repository.NodeRef |
CMISServicesImpl.applyVersioningState(org.alfresco.service.cmr.repository.NodeRef source,
CMISVersioningStateEnum versioningState) |
void |
CMISServicesImpl.cancelCheckOut(String objectId) |
org.alfresco.service.cmr.repository.NodeRef |
CMISServicesImpl.checkIn(String objectId,
String checkinComment,
boolean isMajor) |
org.alfresco.service.cmr.repository.NodeRef |
CMISServicesImpl.checkOut(String objectId) |
String |
CMISServicesImpl.createPolicy(Map<String,Serializable> properties,
String folderId,
List<String> policies) |
void |
CMISServicesImpl.deleteContentStream(String objectId) |
void |
CMISServicesImpl.deleteObject(String objectId,
boolean allVersions) |
List<String> |
CMISServicesImpl.deleteTree(String objectId,
boolean continueOnFailure,
boolean unfile,
boolean deleteAllVersions) |
List<org.alfresco.service.cmr.repository.NodeRef> |
CMISServicesImpl.getAllVersions(String objectId) |
List<CMISTypeDefinition> |
CMISServicesImpl.getAppliedPolicies(String objectId,
String filter) |
org.alfresco.service.cmr.repository.NodeRef |
CMISServicesImpl.getFolder(String objectId) |
org.alfresco.service.cmr.repository.NodeRef |
CMISServicesImpl.getFolderParent(String folderId) |
org.alfresco.service.cmr.repository.NodeRef |
CMISServicesImpl.getLatestVersion(String objectId,
boolean major) |
<T> T |
CMISServicesImpl.getObject(String objectId,
Class<T> requiredType,
boolean forUpdate,
boolean isVersionable,
boolean isPwc) |
<T> T |
CMISServicesImpl.getReadableObject(String objectId,
Class<T> requiredType) |
<T> T |
CMISServicesImpl.getVersionSeries(String objectId,
Class<T> requiredType,
boolean isVersionable) |
void |
CMISServicesImpl.moveObject(String objectId,
String targetFolderId,
String sourceFolderId) |
void |
CMISServicesImpl.removeObjectFromFolder(String objectId,
String folderId) |
void |
CMISServicesImpl.removePolicy(String policyId,
String objectId) |
boolean |
CMISServicesImpl.setContentStream(String objectId,
org.alfresco.service.namespace.QName propertyQName,
boolean overwriteFlag,
InputStream contentStream,
String mimeType) |
void |
CMISServicesImpl.setProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
CMISTypeDefinition typeDef,
String propertyName,
Serializable value) |
void |
CMISServicesImpl.setProperty(org.alfresco.service.cmr.repository.NodeRef nodeRef,
String propertyName,
Serializable value) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.