public interface Filing
Modifier and Type | Field and Description |
---|---|
static String |
PATH_SEPARATOR
character indicating how folders are separated within a path string.
|
Modifier and Type | Method and Description |
---|---|
List<Folder> |
getParents(String user)
return a list of parents the principal has access to.
|
boolean |
hasParent()
usually true except for the root folder, optimized call that just tests
existence to provide information for AtomPub links (much cheaper than
calling getParents() and test for empty result.
|
void |
move(Folder oldParent,
Folder newParent)
Move an object to a different folder.
|
static final String PATH_SEPARATOR
List<Folder> getParents(String user)
user
- user idboolean hasParent()
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.