|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WorkspaceFolder
Method Summary | |
---|---|
boolean |
exists(java.lang.String name)
Check if an item with the specified name exists. |
WorkspaceAreaItem |
find(java.lang.String name)
Get an item with the specified name. |
Workspace |
getParent()
Return this item parent. |
java.util.List<WorkspaceFolder> |
listFolders()
List all folders in this folder. |
Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.WorkspaceAreaItem |
---|
cloneItem, getCapabilities, getChildren, getCreationTime, getDescription, getId, getLastAction, getLastModificationTime, getName, getOwner, getPath, getProperties, getType, isRoot, move, remove, removeChild, rename, setDescription |
Method Detail |
---|
Workspace getParent() throws InternalErrorException
getParent
in interface WorkspaceAreaItem
InternalErrorException
- if an internal error occurs.java.util.List<WorkspaceFolder> listFolders()
boolean exists(java.lang.String name) throws InternalErrorException
name
- the name to check.
true
if the item exists, false
otherwise.
InternalErrorException
- if an error occurs.WorkspaceAreaItem find(java.lang.String name) throws InternalErrorException
name
- the item name to find.
null
otherwise.
InternalErrorException
- if an error occurs.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |