public class DMMultiFilingServicePort extends DMAbstractServicePort implements org.alfresco.repo.cmis.ws.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(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String folderId,
java.lang.Boolean allVersions,
javax.xml.ws.Holder extension)
Adds an existing non-folder, fileable object to a folder.
|
void |
removeObjectFromFolder(java.lang.String repositoryId,
java.lang.String objectId,
java.lang.String folderId,
javax.xml.ws.Holder 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, setSearchService
public void addObjectToFolder(java.lang.String repositoryId, java.lang.String objectId, java.lang.String folderId, java.lang.Boolean allVersions, javax.xml.ws.Holder extension) throws org.alfresco.repo.cmis.ws.CmisException
addObjectToFolder
in interface org.alfresco.repo.cmis.ws.MultiFilingServicePort
repositoryId
- 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(java.lang.String repositoryId, java.lang.String objectId, java.lang.String folderId, javax.xml.ws.Holder extension) throws org.alfresco.repo.cmis.ws.CmisException
removeObjectFromFolder
in interface org.alfresco.repo.cmis.ws.MultiFilingServicePort
repositoryId
- 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 - 2013 Alfresco Software, Inc. All Rights Reserved.