Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.util | |
org.apache.chemistry.opencmis.tck.impl |
Modifier and Type | Method and Description |
---|---|
Folder |
TransientFolder.createFolder(Map<String,?> properties)
Deprecated.
|
Folder |
Folder.createFolder(Map<String,?> properties)
Creates a new subfolder in this folder.
|
Folder |
TransientFolder.createFolder(Map<String,?> properties,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context)
Deprecated.
|
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 |
TransientFolder.getFolderParent()
Deprecated.
|
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> |
TransientFileableCmisObject.getParents()
Deprecated.
|
List<Folder> |
FileableCmisObject.getParents()
Returns the parents of this object.
|
List<Folder> |
FileableCmisObject.getParents(OperationContext context)
Returns the parents of this object.
|
Modifier and Type | Method and Description |
---|---|
static Folder |
FileUtils.createFolder(Folder parentFolder,
String name,
String type)
Creates a child folder with the name specified of the type specified.
|
static Folder |
FileUtils.createFolder(String parentIdOrPath,
String name,
String type,
Session session)
Creates a folder using a String identifier.
|
static Folder |
FileUtils.getFolder(String pathOrIdOfObject,
Session session)
Gets a folder by path or object id.
|
Modifier and Type | Method and Description |
---|---|
static Folder |
FileUtils.createFolder(Folder parentFolder,
String name,
String type)
Creates a child folder with the name specified of the type specified.
|
Modifier and Type | Method and Description |
---|---|
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
String name)
Creates a folder.
|
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
String name,
String objectTypeId)
Creates a folder.
|
protected Folder |
AbstractSessionTest.createTestFolder(Session session)
Creates a test folder.
|
protected Folder |
AbstractSessionTest.getTestFolder()
Get the test folder.
|
Modifier and Type | Method and Description |
---|---|
protected CmisTestResult |
AbstractSessionTest.checkChildren(Session session,
Folder folder,
String message) |
protected int |
AbstractSessionTest.countFolderChildren(Folder folder)
Counts the children in a folder.
|
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
String name,
String content)
Creates a document.
|
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
String name,
String objectTypeId,
String[] secondaryTypeIds,
String content)
Creates a document.
|
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
String name)
Creates a folder.
|
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
String name,
String objectTypeId)
Creates a folder.
|
protected Item |
AbstractSessionTest.createItem(Session session,
Folder parent,
String name)
Creates a item.
|
protected Item |
AbstractSessionTest.createItem(Session session,
Folder parent,
String name,
String objectTypeId)
Creates a item.
|
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.