|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface VFSContainer
Description:
TODO: Felix Jost Class Description for VFSContainer
Initial Date: 23.06.2005
| Method Summary | |
|---|---|
VFSStatus |
copyFrom(VFSItem source)
copy either a file or a folder to this folder. |
VFSContainer |
createChildContainer(java.lang.String name)
Create a new child container (of same type) if possible. |
VFSLeaf |
createChildLeaf(java.lang.String name)
Create a new leaf (of same type) if possible, |
VFSItemFilter |
getDefaultItemFilter()
|
java.util.List<VFSItem> |
getItems()
|
java.util.List<VFSItem> |
getItems(VFSItemFilter filter)
|
void |
setDefaultItemFilter(VFSItemFilter defaultFilter)
Set a default filter that will be applied to this container getItems method |
| Methods inherited from interface org.olat.core.util.vfs.VFSItem |
|---|
canCopy, canDelete, canRename, canWrite, delete, getLastModified, getLocalSecurityCallback, getName, getParentContainer, isSame, rename, resolve, setLocalSecurityCallback, setParentContainer |
| Method Detail |
|---|
java.util.List<VFSItem> getItems()
java.util.List<VFSItem> getItems(VFSItemFilter filter)
VFSStatus copyFrom(VFSItem source)
source - the source (must exist)
VFSContainer createChildContainer(java.lang.String name)
name -
VFSLeaf createChildLeaf(java.lang.String name)
name -
void setDefaultItemFilter(VFSItemFilter defaultFilter)
defaultFilter - VFSItemFilter getDefaultItemFilter()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||