public class DMMultiFilingServicePort extends DMAbstractServicePort implements MultiFilingServicePort
authorityService, cmisAclService, cmisChangeLogService, cmisObjectFactory, cmisQueryService, cmisRenditionService, cmisService, descriptorService, fileFolderService, INCLUDE_RELATIONSHIPS_ENUM_MAPPING, nodeService, permissionService, propertiesUtil, searchService| Constructor and Description |
|---|
DMMultiFilingServicePort() |
| Modifier and Type | Method and Description |
|---|---|
void |
addObjectToFolder(String repositoryId,
String objectId,
String folderId,
Boolean allVersions,
Holder<CmisExtensionType> extension)
Adds an existing non-folder, fileable object to a folder.
|
void |
removeObjectFromFolder(String repositoryId,
String objectId,
String folderId,
Holder<CmisExtensionType> extension)
Removes a non-folder child object from a folder or from all folders.
|
appendWithAce, appendWithRelationships, applyAclCarefully, applyPolicies, checkRepositoryId, convertAclReportToCmisAclType, createCmisObject, createCmisObject, createCmisObjectList, createCursor, createPropertyFilter, createPropertyFilter, determineObjectAllowableActions, getRenditions, isObjectInFolder, setAuthorityService, setCmisAclService, setCmisChangeLogService, setCmisQueryService, setCmisRenditionService, setCmisService, setDescriptorService, setFileFolderService, setNodeService, setPermissionService, setPropertiesUtil, setSearchServicepublic void addObjectToFolder(String repositoryId, String objectId, String folderId, Boolean allVersions, Holder<CmisExtensionType> extension) throws CmisException
addObjectToFolder in interface MultiFilingServicePortrepositoryId - Repository IdobjectId - object Id to be added to a folderfolderId - folder Id to which the object is addedCmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME, CONSTRAINT)public void removeObjectFromFolder(String repositoryId, String objectId, String folderId, Holder<CmisExtensionType> extension) throws CmisException
removeObjectFromFolder in interface MultiFilingServicePortrepositoryId - repository IdobjectId - The object to be removed from a folderfolderId - The folder to be removed from.CmisException - (with following EnumServiceException : INVALID_ARGUMENT, OBJECT_NOT_FOUND, NOT_SUPPORTED, PERMISSION_DENIED, RUNTIME)Copyright © 2005–2014 Alfresco Software. All rights reserved.