public interface MultiFilingService
See the CMIS 1.0 and CMIS 1.1 specifications for details on the operations, parameters, exceptions and the domain model.
| Modifier and Type | Method and Description | 
|---|---|
void | 
addObjectToFolder(String repositoryId,
                 String objectId,
                 String folderId,
                 Boolean allVersions,
                 ExtensionsData extension)
Adds an existing fileable non-folder object to a folder. 
 | 
void | 
removeObjectFromFolder(String repositoryId,
                      String objectId,
                      String folderId,
                      ExtensionsData extension)
Removes an existing fileable non-folder object from a folder. 
 | 
void addObjectToFolder(String repositoryId, String objectId, String folderId, Boolean allVersions, ExtensionsData extension)
void removeObjectFromFolder(String repositoryId, String objectId, String folderId, ExtensionsData extension)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.