|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FolderItem
| Method Summary | |
|---|---|
FolderItemType |
getFolderItemType()
The folder item type. |
long |
getLength()
The folder item length. |
String |
getMimeType()
|
String |
getWorkflowData()
Returns the workflow data. |
String |
getWorkflowId()
Returns the workflow id. |
String |
getWorkflowStatus()
Returns the workflow status. |
void |
setWorkflowData(String data)
Sets the workflow data. |
void |
setWorkflowId(String id)
Sets the workflow id. |
void |
setWorkflowStatus(String status)
Sets the workflow status. |
| Methods inherited from interface org.gcube.portlets.user.homelibrary.home.workspace.WorkspaceItem |
|---|
cloneItem, getAccounting, getCapabilities, getChildren, getCreationTime, getDescription, getId, getIdSharedFolder, getLastAction, getLastModificationTime, getName, getOwner, getParent, getPath, getProperties, getReaders, getType, isMarkedAsRead, isRoot, isShared, markAsRead, move, remove, removeChild, rename, setDescription |
| Method Detail |
|---|
FolderItemType getFolderItemType()
long getLength()
throws InternalErrorException
InternalErrorException - if an internal error occurs.
String getMimeType()
throws InternalErrorException
InternalErrorException
String getWorkflowId()
throws InternalErrorException
InternalErrorException - if an internal error occurs.
void setWorkflowId(String id)
throws InternalErrorException
id - the workflow id.
InternalErrorException - if an internal error occurs.
String getWorkflowStatus()
throws InternalErrorException
InternalErrorException - if an internal error occurs.
void setWorkflowStatus(String status)
throws InternalErrorException
status - the workflow status.
InternalErrorException - if an internal error occurs.
String getWorkflowData()
throws InternalErrorException
InternalErrorException - if an internal error occurs.
void setWorkflowData(String data)
throws InternalErrorException
data - the workflow data.
InternalErrorException - if an internal error occurs.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||