Package org.xwiki.filemanager
Interface Folder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<org.xwiki.model.reference.DocumentReference>getChildFileReferences()List<org.xwiki.model.reference.DocumentReference>getChildFolderReferences()org.xwiki.model.reference.DocumentReferencegetParentReference()voidsetParentReference(org.xwiki.model.reference.DocumentReference parentReference)Sets the parent folder reference.-
Methods inherited from interface org.xwiki.filemanager.Document
getName, getReference, setName
-
-
-
-
Method Detail
-
getParentReference
org.xwiki.model.reference.DocumentReference getParentReference()
- Returns:
- the reference to the parent folder
-
setParentReference
void setParentReference(org.xwiki.model.reference.DocumentReference parentReference)
Sets the parent folder reference.- Parameters:
parentReference- the reference to the parent folder
-
getChildFolderReferences
List<org.xwiki.model.reference.DocumentReference> getChildFolderReferences()
- Returns:
- the read-only list of references to the child folders
-
getChildFileReferences
List<org.xwiki.model.reference.DocumentReference> getChildFileReferences()
- Returns:
- the read-only list of references to the child files
-
-