|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Folder | |
---|---|
org.apache.chemistry.opencmis.client.api | The OpenCMIS Client API. |
org.apache.chemistry.opencmis.client.util | |
org.apache.chemistry.opencmis.tck.impl |
Uses of Folder in org.apache.chemistry.opencmis.client.api |
---|
Methods in org.apache.chemistry.opencmis.client.api that return Folder | |
---|---|
Folder |
TransientFolder.createFolder(java.util.Map<java.lang.String,?> properties)
|
Folder |
Folder.createFolder(java.util.Map<java.lang.String,?> properties)
Creates a new subfolder in this folder. |
Folder |
TransientFolder.createFolder(java.util.Map<java.lang.String,?> properties,
java.util.List<Policy> policies,
java.util.List<Ace> addAces,
java.util.List<Ace> removeAces,
OperationContext context)
|
Folder |
Folder.createFolder(java.util.Map<java.lang.String,?> properties,
java.util.List<Policy> policies,
java.util.List<Ace> addAces,
java.util.List<Ace> removeAces,
OperationContext context)
Creates a new subfolder in this folder. |
Folder |
TransientFolder.getFolderParent()
|
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 . |
Methods in org.apache.chemistry.opencmis.client.api that return types with arguments of type Folder | |
---|---|
java.util.List<Folder> |
TransientFileableCmisObject.getParents()
|
java.util.List<Folder> |
FileableCmisObject.getParents()
Returns the parents of this object. |
java.util.List<Folder> |
FileableCmisObject.getParents(OperationContext context)
Returns the parents of this object. |
Uses of Folder in org.apache.chemistry.opencmis.client.util |
---|
Methods in org.apache.chemistry.opencmis.client.util that return Folder | |
---|---|
static Folder |
FileUtils.createFolder(Folder parentFolder,
java.lang.String name,
java.lang.String type)
Creates a child folder with the name specified of the type specified. |
static Folder |
FileUtils.createFolder(java.lang.String parentIdOrPath,
java.lang.String name,
java.lang.String type,
Session session)
Creates a folder using a String identifier. |
static Folder |
FileUtils.getFolder(java.lang.String pathOrIdOfObject,
Session session)
Gets a folder by path or object id. |
Methods in org.apache.chemistry.opencmis.client.util with parameters of type Folder | |
---|---|
static Folder |
FileUtils.createFolder(Folder parentFolder,
java.lang.String name,
java.lang.String type)
Creates a child folder with the name specified of the type specified. |
Uses of Folder in org.apache.chemistry.opencmis.tck.impl |
---|
Methods in org.apache.chemistry.opencmis.tck.impl that return Folder | |
---|---|
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
java.lang.String name)
Creates a folder. |
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
java.lang.String name,
java.lang.String objectTypeId)
Creates a folder. |
protected Folder |
AbstractSessionTest.createTestFolder(Session session)
Creates a test folder. |
protected Folder |
AbstractSessionTest.getTestFolder()
Get the test folder. |
Methods in org.apache.chemistry.opencmis.tck.impl with parameters of type Folder | |
---|---|
protected CmisTestResult |
AbstractSessionTest.checkChildren(Session session,
Folder folder,
java.lang.String message)
|
protected int |
AbstractSessionTest.countFolderChildren(Folder folder)
Counts the children in a folder. |
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
java.lang.String name,
java.lang.String content)
Creates a document. |
protected Document |
AbstractSessionTest.createDocument(Session session,
Folder parent,
java.lang.String name,
java.lang.String objectTypeId,
java.lang.String content)
Creates a document. |
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
java.lang.String name)
Creates a folder. |
protected Folder |
AbstractSessionTest.createFolder(Session session,
Folder parent,
java.lang.String name,
java.lang.String objectTypeId)
Creates a folder. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |