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 | Class and Description |
---|---|
class |
FolderImpl |
Modifier and Type | Method and Description |
---|---|
Folder |
FolderImpl.createFolder(Map<String,?> properties) |
Folder |
FolderImpl.createFolder(Map<String,?> properties,
List<Policy> policies,
List<Ace> addAces,
List<Ace> removeAces,
OperationContext context) |
Folder |
FolderImpl.getFolderParent() |
Folder |
SessionImpl.getRootFolder() |
Folder |
SessionImpl.getRootFolder(OperationContext context) |
Modifier and Type | Method and Description |
---|---|
List<Folder> |
AbstractFilableCmisObject.getParents() |
List<Folder> |
FolderImpl.getParents(OperationContext context) |
List<Folder> |
AbstractFilableCmisObject.getParents(OperationContext context) |
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
Folder |
ClientModel.getCurrentFolder() |
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.