| Package | Description |
|---|---|
| org.alfresco.repo.cmis.ws | |
| org.alfresco.repo.cmis.ws.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiFilingServicePort.addObjectToFolder(String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
Holder<CmisExtensionType> extension) |
void |
DMMultiFilingServicePort.addObjectToFolder(String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
Holder<CmisExtensionType> extension)
Adds an existing non-folder, fileable object to a folder.
|
void |
DMServicePortThrowsAdvice.afterThrowing(AccessDeniedException e) |
void |
DMServicePortThrowsAdvice.afterThrowing(Exception e) |
void |
DMServicePortThrowsAdvice.afterThrowing(RuntimeException e) |
protected void |
DMAbstractServicePort.appendWithRelationships(NodeRef object,
PropertyFilter filter,
CMISRelationshipDirectionEnum includeRelationships,
boolean includeAllowableActions,
String renditionFilter,
CmisObjectType result) |
CmisACLType |
DMAclServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
CmisACLType |
ACLServicePort.applyACL(String repositoryId,
String objectId,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
CmisExtensionType extension) |
protected CmisACLType |
DMAbstractServicePort.applyAclCarefully(NodeRef object,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
EnumACLPropagation aclPropagation,
List<String> policies) |
protected void |
DMAbstractServicePort.applyPolicies(String objectId,
List<String> policies) |
void |
PolicyServicePort.applyPolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension) |
void |
DMPolicyServicePort.applyPolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension)
Applies a policy object to a target object.
|
void |
DMVersioningServicePort.cancelCheckOut(String repositoryId,
String objectId,
Holder<CmisExtensionType> extension)
Reverses the effect of a check-out.
|
void |
VersioningServicePort.cancelCheckOut(String repositoryId,
String objectId,
Holder<CmisExtensionType> extension) |
void |
DMVersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension)
Makes the private working copy the current version of the document.
|
void |
VersioningServicePort.checkIn(String repositoryId,
Holder<String> objectId,
Boolean major,
CmisPropertiesType properties,
CmisContentStreamType contentStream,
String checkinComment,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension) |
void |
DMVersioningServicePort.checkOut(String repositoryId,
Holder<String> objectId,
Holder<CmisExtensionType> extension,
Holder<Boolean> contentCopied)
Create a private working copy of the object, copies the metadata and optionally content.
|
void |
VersioningServicePort.checkOut(String repositoryId,
Holder<String> objectId,
Holder<CmisExtensionType> extension,
Holder<Boolean> contentCopied) |
protected void |
DMAbstractServicePort.checkRepositoryId(String repositoryId)
Checks specified in CMIS request parameters repository Id.
|
protected CmisObjectType |
DMAbstractServicePort.createCmisObject(Object object,
PropertyFilter filter,
CMISRelationshipDirectionEnum includeRelationships,
boolean includeAllowableActions,
String renditionFilter)
This method creates and configures CMIS object against appropriate Alfresco object (NodeRef or AssociationRef).
|
protected CmisObjectType |
DMAbstractServicePort.createCmisObject(Object object,
PropertyFilter filter,
EnumIncludeRelationships includeRelationships,
Boolean includeAllowableActions,
String renditionFilter)
This method creates and configures CMIS object against appropriate Alfresco object (NodeRef or AssociationRef).
|
protected void |
DMAbstractServicePort.createCmisObjectList(PropertyFilter filter,
CMISRelationshipDirectionEnum includeRelationships,
boolean includeAllowableActions,
String renditionFilter,
List<NodeRef> sourceList,
List<CmisObjectType> resultList)
This method converts Alfresco's NodeRef's to CMIS objects those will be stored in resultList-parameter.
|
void |
DMObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object of the specified type, and optionally adds the document to a folder
|
void |
ObjectServicePort.createDocument(String repositoryId,
CmisPropertiesType properties,
String folderId,
CmisContentStreamType contentStream,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a document object as a copy of the given source document in the specified location
|
void |
ObjectServicePort.createDocumentFromSource(String repositoryId,
String sourceId,
CmisPropertiesType properties,
String folderId,
EnumVersioningState versioningState,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a folder object of the specified type.
|
void |
ObjectServicePort.createFolder(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a policy object of the specified type, and optionally adds the policy to a folder.
|
void |
ObjectServicePort.createPolicy(String repositoryId,
CmisPropertiesType properties,
String folderId,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
protected PropertyFilter |
DMAbstractServicePort.createPropertyFilter(JAXBElement<String> element) |
protected PropertyFilter |
DMAbstractServicePort.createPropertyFilter(String filter) |
void |
DMObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId)
Creates a relationship object of the specified type.
|
void |
ObjectServicePort.createRelationship(String repositoryId,
CmisPropertiesType properties,
List<String> policies,
CmisAccessControlListType addACEs,
CmisAccessControlListType removeACEs,
Holder<CmisExtensionType> extension,
Holder<String> objectId) |
void |
DMObjectServicePort.deleteContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
Holder<CmisExtensionType> extension)
Deletes the content-stream of the specified document.
|
void |
ObjectServicePort.deleteContentStream(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
Holder<CmisExtensionType> extension) |
void |
DMObjectServicePort.deleteObject(String repositoryId,
String objectId,
Boolean allVersions,
Holder<CmisExtensionType> extension)
Deletes specified object.
|
void |
ObjectServicePort.deleteObject(String repositoryId,
String objectId,
Boolean allVersions,
Holder<CmisExtensionType> extension) |
DeleteTreeResponse.FailedToDelete |
DMObjectServicePort.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
EnumUnfileObject unfileObject,
Boolean continueOnFailure,
CmisExtensionType extension)
Deletes the tree rooted at specified folder (including that folder)
|
DeleteTreeResponse.FailedToDelete |
ObjectServicePort.deleteTree(String repositoryId,
String folderId,
Boolean allVersions,
EnumUnfileObject unfileObjects,
Boolean continueOnFailure,
CmisExtensionType extension) |
protected CmisAllowableActionsType |
DMAbstractServicePort.determineObjectAllowableActions(Object objectIdentifier) |
CmisACLType |
DMAclServicePort.getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension) |
CmisACLType |
ACLServicePort.getACL(String repositoryId,
String objectId,
Boolean onlyBasicPermissions,
CmisExtensionType extension) |
CmisAllowableActionsType |
DMObjectServicePort.getAllowableActions(String repositoryId,
String objectId,
CmisExtensionType extension)
Gets the list of allowable actions (CMIS service calls) for an object based on the current user's context, subject to any access constraints that are currently imposed by
the repository.
|
CmisAllowableActionsType |
ObjectServicePort.getAllowableActions(String repositoryId,
String objectId,
CmisExtensionType extension) |
List<CmisObjectType> |
DMVersioningServicePort.getAllVersions(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
CmisExtensionType extension)
Gets the list of all document versions for the specified version series.
|
List<CmisObjectType> |
VersioningServicePort.getAllVersions(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
CmisExtensionType extension) |
List<CmisObjectType> |
PolicyServicePort.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension) |
List<CmisObjectType> |
DMPolicyServicePort.getAppliedPolicies(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension)
Gets the list of policy objects currently applied to a target object.
|
CmisObjectListType |
NavigationServicePort.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisObjectListType |
DMNavigationServicePort.getCheckedOutDocs(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Gets the private working copies of checked-out objects that the user is allowed to update.
|
CmisObjectInFolderListType |
NavigationServicePort.getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisObjectInFolderListType |
DMNavigationServicePort.getChildren(String repositoryId,
String folderId,
String filter,
String orderBy,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Gets the list of child objects contained in the specified folder.
|
void |
DiscoveryServicePort.getContentChanges(String repositoryId,
Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeACL,
BigInteger maxItems,
CmisExtensionType extension,
Holder<CmisObjectListType> objects) |
void |
DMDiscoveryServicePort.getContentChanges(String repositoryId,
Holder<String> changeLogToken,
Boolean includeProperties,
String filter,
Boolean includePolicyIds,
Boolean includeACL,
BigInteger maxItems,
CmisExtensionType extension,
Holder<CmisObjectListType> objects)
Gets a list of content changes.
|
CmisContentStreamType |
DMObjectServicePort.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension)
Gets the content-stream for a document.
|
CmisContentStreamType |
ObjectServicePort.getContentStream(String repositoryId,
String objectId,
String streamId,
BigInteger offset,
BigInteger length,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
DMNavigationServicePort.getDescendants(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
Gets the list of descendant objects contained at one or more levels in the tree rooted at the specified folder.
|
CmisObjectType |
NavigationServicePort.getFolderParent(String repositoryId,
String folderId,
String filter,
CmisExtensionType extension) |
CmisObjectType |
DMNavigationServicePort.getFolderParent(String repositoryId,
String folderId,
String filter,
CmisExtensionType extension)
Returns the parent folder object, and optionally all ancestor folder objects, above a specified folder object.
|
List<CmisObjectInFolderContainerType> |
NavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegment,
CmisExtensionType extension) |
List<CmisObjectInFolderContainerType> |
DMNavigationServicePort.getFolderTree(String repositoryId,
String folderId,
BigInteger depth,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePathSegments,
CmisExtensionType extension)
Gets the list of descendant objects contained at one or more levels in the tree rooted at the specified folder.
|
CmisObjectType |
DMObjectServicePort.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
Gets the specified object
|
CmisObjectType |
ObjectServicePort.getObject(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
DMObjectServicePort.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension)
Gets the specified object by path
|
CmisObjectType |
ObjectServicePort.getObjectByPath(String repositoryId,
String path,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
DMVersioningServicePort.getObjectOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
CmisObjectType |
VersioningServicePort.getObjectOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includePolicyIds,
Boolean includeACL,
CmisExtensionType extension) |
List<CmisObjectParentsType> |
NavigationServicePort.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension) |
List<CmisObjectParentsType> |
DMNavigationServicePort.getObjectParents(String repositoryId,
String objectId,
String filter,
Boolean includeAllowableActions,
EnumIncludeRelationships includeRelationships,
String renditionFilter,
Boolean includeRelativePathSegment,
CmisExtensionType extension)
Returns the parent folders for the specified non-folder, fileable object.
|
CmisObjectListType |
DMRelationshipServicePort.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Gets a list of relationships associated with the object, optionally of a specified relationship type, and optionally in a specified direction.
|
CmisObjectListType |
RelationshipServicePort.getObjectRelationships(String repositoryId,
String objectId,
Boolean includeSubRelationshipTypes,
EnumRelationshipDirection relationshipDirection,
String typeId,
String filter,
Boolean includeAllowableActions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisPropertiesType |
DMObjectServicePort.getProperties(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension)
Gets the properties of an object, and optionally the operations that the user is allowed to perform on the object.
|
CmisPropertiesType |
ObjectServicePort.getProperties(String repositoryId,
String objectId,
String filter,
CmisExtensionType extension) |
CmisPropertiesType |
DMVersioningServicePort.getPropertiesOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
CmisExtensionType extension)
Gets the properties of the latest version, or the latest major version, of the specified version series.
|
CmisPropertiesType |
VersioningServicePort.getPropertiesOfLatestVersion(String repositoryId,
String objectId,
Boolean major,
String filter,
CmisExtensionType extension) |
protected List<CmisRenditionType> |
DMAbstractServicePort.getRenditions(Object object,
String renditionFilter) |
List<CmisRenditionType> |
DMObjectServicePort.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Gets the renditions of an object, and optionally the operations that the user is allowed to perform on the object.
|
List<CmisRenditionType> |
ObjectServicePort.getRenditions(String repositoryId,
String objectId,
String renditionFilter,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
List<CmisRepositoryEntryType> |
DMRepositoryServicePort.getRepositories(CmisExtensionType extension)
Gets a list of available repositories for this CMIS service endpoint.
|
List<CmisRepositoryEntryType> |
RepositoryServicePort.getRepositories(CmisExtensionType extension) |
CmisRepositoryInfoType |
DMRepositoryServicePort.getRepositoryInfo(String repositoryId,
CmisExtensionType extension)
Gets information about the CMIS repository and the capabilities it supports.
|
CmisRepositoryInfoType |
RepositoryServicePort.getRepositoryInfo(String repositoryId,
CmisExtensionType extension) |
CmisTypeDefinitionListType |
DMRepositoryServicePort.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension)
Returns the list of Object-Types defined for the Repository under the specified Type.
|
CmisTypeDefinitionListType |
RepositoryServicePort.getTypeChildren(String repositoryId,
String typeId,
Boolean includePropertyDefinitions,
BigInteger maxItems,
BigInteger skipCount,
CmisExtensionType extension) |
CmisTypeDefinitionType |
DMRepositoryServicePort.getTypeDefinition(String repositoryId,
String typeId,
CmisExtensionType extension)
Gets the definition for specified object type
|
CmisTypeDefinitionType |
RepositoryServicePort.getTypeDefinition(String repositoryId,
String typeId,
CmisExtensionType extension) |
List<CmisTypeContainer> |
DMRepositoryServicePort.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisExtensionType extension)
Returns the set of descendant Object-Types defined for the Repository under the specified Type.
|
List<CmisTypeContainer> |
RepositoryServicePort.getTypeDescendants(String repositoryId,
String typeId,
BigInteger depth,
Boolean includePropertyDefinitions,
CmisExtensionType extension) |
void |
DMObjectServicePort.moveObject(String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
Holder<CmisExtensionType> extension)
Moves the specified filed object from one folder to another
|
void |
ObjectServicePort.moveObject(String repositoryId,
Holder<String> objectId,
String targetFolderId,
String sourceFolderId,
Holder<CmisExtensionType> extension) |
QueryResponse |
DiscoveryServicePort.query(Query parameters) |
QueryResponse |
DMDiscoveryServicePort.query(Query parameters)
Queries the repository for queryable object based on properties or an optional full-text string.
|
void |
MultiFilingServicePort.removeObjectFromFolder(String repositoryId,
String objectId,
String folderId,
Holder<CmisExtensionType> extension) |
void |
DMMultiFilingServicePort.removeObjectFromFolder(String repositoryId,
String objectId,
String folderId,
Holder<CmisExtensionType> extension)
Removes a non-folder child object from a folder or from all folders.
|
void |
PolicyServicePort.removePolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension) |
void |
DMPolicyServicePort.removePolicy(String repositoryId,
String policyId,
String objectId,
Holder<CmisExtensionType> extension)
Removes a previously applied policy from a target object.
|
void |
DMObjectServicePort.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension)
Sets (creates or replaces) the content-stream for the specified document object.
|
void |
ObjectServicePort.setContentStream(String repositoryId,
Holder<String> objectId,
Boolean overwriteFlag,
Holder<String> changeToken,
CmisContentStreamType contentStream,
Holder<CmisExtensionType> extension) |
void |
DMObjectServicePort.updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension)
Updates properties of the specified object.
|
void |
ObjectServicePort.updateProperties(String repositoryId,
Holder<String> objectId,
Holder<String> changeToken,
CmisPropertiesType properties,
Holder<CmisExtensionType> extension) |
| Modifier and Type | Method and Description |
|---|---|
static CmisException |
ExceptionUtil.createCmisException(CMISServiceException exception) |
static CmisException |
ExceptionUtil.createCmisException(String message,
EnumServiceException exceptionType) |
static CmisException |
ExceptionUtil.createCmisException(String message,
EnumServiceException exceptionType,
Throwable cause) |
static CmisException |
ExceptionUtil.createCmisException(String message,
EnumServiceException exceptionType,
Throwable cause,
int errorCode) |
static CmisException |
ExceptionUtil.createCmisException(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
<ResultType> |
PropertyUtil.getCmisPropertyValue(CmisPropertiesType cmisProperties,
String property,
ResultType defaultValue)
Extracts from CmisPropertiesType instance property by its name and returns casted to appropriate type value of the extracted property
|
CmisPropertiesType |
PropertyUtil.getProperties(Object object,
PropertyFilter filter)
Get CMIS properties for object
|
Map<String,Serializable> |
PropertyUtil.getPropertiesMap(CmisPropertiesType cmisProperties)
Converts CmisPropertiesType properties representation to rapidly accessible form
|
void |
PropertyUtil.setProperties(NodeRef nodeRef,
CmisPropertiesType properties,
PropertyFilter ignoringPropertiesFilter)
Sets and checks all properties' fields for specified node
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.