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 Workspace.changeDescription(String itemId, String newDescription)
          Change an item description.
 WorkspaceItem Workspace.cloneItem(String itemId, String cloneName)
          Clone an item in the same folder.
 WorkspaceItem Workspace.copy(String itemId, String destinationFolderId)
          Copy an item from a folder to another folder.
 WorkspaceItem Workspace.copy(String itemId, String newName, String destinationFolderId)
          Copy an item from a folder to another folder.
 WorkspaceFolder Workspace.createFolder(String name, String description, String destinationFolderId)
          Create a new folder with specified name.
 WorkspaceSharedFolder Workspace.createSharedFolder(String name, String description, List<String> users, String destinationFolderId)
          Create a shared folder with a list of users
 WorkspaceFolder Workspace.decomposeAquaMapsItem(String itemId, String folderName, String destinationWorkspaceId)
          Decompose the specified AquaMaps item.
 boolean Workspace.exists(String name, String folderId)
          Check if an item with the specified name exists in the specified folder.
 WorkspaceItem Workspace.find(String name, String folderId)
          Get an item with the specified name in the specified folder.
 Capabilities Workspace.getCapabilities(String itemId)
          Return all capabilities associated with the item.
 WorkspaceItem Workspace.getItem(String itemId)
          Return the item with the specified id.
 WorkspaceSmartFolder Workspace.getSmartFolder(String folderId)
           
 void Workspace.moveItem(String itemId, String destinationFolderId)
          Move a workspaceItem to a specified destination.
 void Workspace.remove(String itemName, String folderId)
          Remove an item from a folder.
 void Workspace.removeChild(String childId, String folderId)
          Remove an item from a folder.
 void Workspace.removeItem(String itemId)
          Remove an item.
 void Workspace.renameItem(String itemId, String newName)
          Rename an item.
 WorkspaceSharedFolder Workspace.shareFolder(List<String> users, String destinationFolderId)
          Shared an exist WorkspaceFolder with a list of users
 

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
 WorkspaceMessage WorkspaceMessageManager.getReceivedMessage(String requestId)
           
 WorkspaceMessage WorkspaceMessageManager.getSentMessage(String id)
           
 WorkspaceItem WorkspaceMessage.saveAttachment(String attachmentId, String destinationFolderId)
           
 void WorkspaceMessage.saveAttachments(String destinationFolderId)
           
 



Copyright © 2013. All Rights Reserved.