| Package | Description |
|---|---|
| org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
| Modifier and Type | Method and Description |
|---|---|
Folder |
Folder.createFolder(Map<String,?> properties)
Creates a new subfolder in this folder.
|
Folder |
Folder.createFolder(Map<String,?> properties,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context)
Creates a new subfolder in this folder.
|
Folder |
Folder.getFolderParent()
Gets the parent folder object.
|
Folder |
Session.getRootFolder()
Gets the root folder of the repository.
|
Folder |
Session.getRootFolder(OperationContext context)
Gets the root folder of the repository with the given
OperationContext. |
| Modifier and Type | Method and Description |
|---|---|
List<Folder> |
FileableCmisObject.getParents()
Returns the parents of this object.
|
List<Folder> |
FileableCmisObject.getParents(OperationContext context)
Returns the parents of this object.
|
Copyright © 2009–2016 The Apache Software Foundation. All rights reserved.