public interface MultiFiling extends Filing
PATH_SEPARATOR
Modifier and Type | Method and Description |
---|---|
void |
addParent(Folder parent)
Add this document to a new parent folder as child object
|
String |
getPathSegment()
retrieve the path segment of this folder
|
void |
removeParent(Folder parent)
Remove this object from the children of parent
|
getParents, hasParent, move
String getPathSegment()
void addParent(Folder parent)
parent
- new parent folder of the document.void removeParent(Folder parent)
parent
- parent folder of the documentCopyright © 2009-2012 The Apache Software Foundation. All Rights Reserved.