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<String> |
getParentIds()
return a list of parents the principal has access to.
|
String |
getPathSegment()
get the path segment of this object.
|
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.
|
static final String PATH_SEPARATOR
List<String> getParentIds()
boolean hasParent()
String getPathSegment()
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.