Uses of Class
org.gcube.portlets.user.homelibrary.home.workspace.exceptions.ItemNotFoundException

Packages that use ItemNotFoundException
org.gcube.portlets.user.homelibrary.home.workspace   
org.gcube.portlets.user.homelibrary.home.workspace.sharing   
 

Uses of ItemNotFoundException in org.gcube.portlets.user.homelibrary.home.workspace
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace that throw ItemNotFoundException
 void WorkspaceArea.changeDescription(java.lang.String itemId, java.lang.String newDescription)
          Change an item description.
 WorkspaceAreaItem WorkspaceArea.cloneItem(java.lang.String itemId, java.lang.String cloneName)
          Clone an item in the same folder.
 WorkspaceAreaItem WorkspaceArea.copy(java.lang.String itemId, java.lang.String destinationFolderId)
          Copy an item from a folder to another folder.
 WorkspaceAreaItem WorkspaceArea.copy(java.lang.String itemId, java.lang.String newName, java.lang.String destinationFolderId)
          Copy an item from a folder to another folder.
 Workspace WorkspaceArea.createWorkspace(java.lang.String name, java.lang.String description, java.lang.String destinationWorkspaceId)
          Create a new workspace with specified name.
 boolean WorkspaceArea.exists(java.lang.String name, java.lang.String folderId)
          Check if an item with the specified name exists in the specified folder.
 WorkspaceAreaItem WorkspaceArea.find(java.lang.String name, java.lang.String folderId)
          Get an item with the specified name in the specified folder.
 Capabilities WorkspaceArea.getCapabilities(java.lang.String itemId)
          Return all capabilities associated with the item.
 WorkspaceAreaItem WorkspaceArea.getItem(java.lang.String itemId)
          Return the item with the specified id.
 void WorkspaceArea.moveItem(java.lang.String itemId, java.lang.String destinationFolderId)
          Move a workspaceItem to a specified destination.
 void WorkspaceArea.removeChild(java.lang.String childId, java.lang.String folderId)
          Remove an item from a folder.
 void WorkspaceArea.removeItem(java.lang.String itemId)
          Remove an item.
 void WorkspaceArea.renameItem(java.lang.String itemId, java.lang.String newName)
          Rename an item.
 

Uses of ItemNotFoundException in org.gcube.portlets.user.homelibrary.home.workspace.sharing
 

Methods in org.gcube.portlets.user.homelibrary.home.workspace.sharing that throw ItemNotFoundException
 void ItemSendRequestManager.sendRequest(java.lang.String workspaceItemId, java.util.List<java.lang.String> addressees)
          Create a new send request.
 void ItemSendRequestManager.sendRequestToUsers(java.lang.String workspaceItemId, java.util.List<User> addressees)
          Create a new send request.