Package | Description |
---|---|
org.apache.chemistry.opencmis.client.api |
The OpenCMIS Client API.
|
org.apache.chemistry.opencmis.client.util | |
org.apache.chemistry.opencmis.tck.impl | |
org.apache.chemistry.opencmis.tck.tests.crud | |
org.apache.chemistry.opencmis.tck.tests.query |
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.
|
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.
|
protected Policy |
AbstractSessionTest.createPolicy(Session session,
Folder parent,
String name,
String policyText)
Creates a policy.
|
protected Policy |
AbstractSessionTest.createPolicy(Session session,
Folder parent,
String name,
String policyText,
String objectTypeId)
Creates a policy.
|
Modifier and Type | Method and Description |
---|---|
void |
OperationContextTest.runHighLevelApiTests(Session session,
Folder testFolder,
Document testDocument)
Checks for not requested properties, Allowable Actions, ACLs, renditions,
relationships, and policies.
|
void |
OperationContextTest.runLowLevelApiTests(Session session,
Folder testFolder,
Document testDocument)
Checks for change events and path segments.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryForObject.runFolderQuery(Session session,
Folder testFolder) |
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.