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

Packages that use WrongItemTypeException
org.gcube.portlets.user.homelibrary.home.workspace   
 

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

Methods in org.gcube.portlets.user.homelibrary.home.workspace that throw WrongItemTypeException
 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.
 BasketBulkCreator WorkspaceArea.getNewBasketBulkCreator(java.lang.String basketId)
          Create a new BasketBulkCreator for the specified basket.