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

Packages that use WorkspaceFolderNotFoundException
org.gcube.portlets.user.homelibrary.home   
org.gcube.portlets.user.homelibrary.home.manager   
org.gcube.portlets.user.homelibrary.home.workspace   
org.gcube.portlets.user.homelibrary.util   
 

Uses of WorkspaceFolderNotFoundException in org.gcube.portlets.user.homelibrary.home
 

Methods in org.gcube.portlets.user.homelibrary.home that throw WorkspaceFolderNotFoundException
static Workspace HomeLibrary.getUserWorkspace(org.gcube.application.framework.core.session.ASLSession session)
          Return the Workspace for the user in session.
 Workspace Home.getWorkspace()
          Retrieves the user workspace.
 

Uses of WorkspaceFolderNotFoundException in org.gcube.portlets.user.homelibrary.home.manager
 

Methods in org.gcube.portlets.user.homelibrary.home.manager that throw WorkspaceFolderNotFoundException
 void HomeLibraryManager.copyScopeHomes(String sourceScope, String destinationScope, ContentCopyMode mode)
          Copy the specified scope homes to destination scope.
 boolean HomeLibraryManager.copyWorkspaceContent(String sourceScope, String sourceUser, String destinationScope, String destinationUser, ContentCopyMode mode)
          Copy the a user workspace content to another user workspace.
 

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

Methods in org.gcube.portlets.user.homelibrary.home.workspace that throw WorkspaceFolderNotFoundException
 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.
 Annotation Workspace.createAnnotation(String name, String description, String oid, Map<String,String> data, String destinationfolderId)
          Create a new annotation.
 WorkspaceFolder WorkspaceFolder.createAquaMapsItem(String name, String description, String mapName, String mapType, String author, int numberOfSpecies, String boundingBox, float psoThreshold, int numberOfGeneratedImages, InputStream metadata, Map<String,InputStream> images)
          Create a new AquaMaps Item into this folder.
 WorkspaceFolder Workspace.createAquaMapsItem(String name, String description, String mapName, String mapType, String author, int numberOfSpecies, String boundingBox, float psoThreshold, int numberOfGeneratedImages, InputStream metadata, Map<String,InputStream> images, String destinationfolderId)
          Create a new AquaMaps Item into a folder.
 Document Workspace.createDocument(String name, String description, String oid, String mimeType, InputStream documentData, Map<String,String> metadata, Map<String,String> annotations, String collectionName, String destinationfolderId)
          Create a new document into a folder.
 DocumentLink Workspace.createDocumentLink(String name, String description, String oid, Map<String,String> metadata, Map<String,String> annotations, String collectionName, String mimeType, String destinationfolderId)
          Create a new document link into a folder.
 ExternalFile Workspace.createExternalFile(String name, String description, String mimeType, InputStream fileData, String destinationFolderId)
          Create a new External File into a folder.
 ExternalImage Workspace.createExternalImage(String name, String description, String mimeType, InputStream imageData, String destinationFolderId)
          Create a new External Image into a folder.
 ExternalPDFFile Workspace.createExternalPDFFile(String name, String description, String mimeType, InputStream fileData, String destinationFolderId)
          Create a new External PDF File into a folder.
 ExternalResourceLink Workspace.createExternalResourceLink(String name, String description, String mimeType, String resourceId, String pluginName, String destinationFolderId)
           
 ExternalUrl Workspace.createExternalUrl(String name, String description, InputStream url, String destinationfolderId)
          Create a new External URL into a folder.
 ExternalUrl Workspace.createExternalUrl(String name, String description, String url, String destinationFolderId)
          Create a new External URL into a folder.
 WorkspaceFolder Workspace.createFolder(String name, String description, String destinationFolderId)
          Create a new folder with specified name.
 ImageDocument Workspace.createImageDocument(String name, String description, String oid, String mimeType, InputStream imageData, Map<String,String> metadata, Map<String,String> annotations, String collectionName, String destinationfolderId)
          Create a new Image Document into a folder.
 ImageDocumentLink Workspace.createImageDocumentLink(String name, String description, String oid, Map<String,String> metadata, Map<String,String> annotations, String collectionName, String mimeType, String destinationfolderId)
          Create a new Image Document link into a folder.
 Metadata Workspace.createMetadata(String name, String description, String oid, String schema, String language, String data, String collectionName, String destinationfolderId)
          Create a new metadata info object.
 PDFDocument Workspace.createPDFDocument(String name, String description, String oid, String mimeType, InputStream data, Map<String,String> metadata, Map<String,String> annotations, String collectionName, String destinationfolderId)
          Create a new PDF Document into a folder.
 PDFDocumentLink Workspace.createPDFDocumentLink(String name, String description, String oid, Map<String,String> metadata, Map<String,String> annotations, String collectionName, String mimeType, String destinationfolderId)
          Create a new PDF Document link into a folder.
 Query Workspace.createQuery(String name, String description, InputStream query, QueryType queryType, String destinationfolderId)
          Create a new query into a folder.
 Query Workspace.createQuery(String name, String description, String query, QueryType queryType, String destinationfolderId)
          Create a new query into a folder.
 Report Workspace.createReport(String name, String description, Calendar created, Calendar lastEdit, String author, String lastEditBy, String templateName, int numberOfSections, String status, InputStream reportData, String destinationfolderId)
          Create a new Report into a folder.
 ReportTemplate Workspace.createReportTemplate(String name, String description, Calendar created, Calendar lastEdit, String author, String lastEditBy, int numberOfSections, String status, InputStream templateData, String destinationfolderId)
          Create a new Report Template into a folder.
 WorkspaceSharedFolder Workspace.createSharedFolder(String name, String description, List<String> users, String destinationFolderId)
          Create a shared folder with a list of users
 TabularDataLink Workspace.createTabularDataLink(String name, String description, String tableId, String template, String provenance, String runtimeResourceName, String destinationFolderId)
           
 TimeSeries Workspace.createTimeSeries(String name, String description, String timeseriesId, String title, String creator, String timeseriesDescription, String timeseriesCreationDate, String publisher, String sourceId, String sourceName, String rights, long dimension, List<String> headerLabels, InputStream compressedCSV, String destinationfolderId)
          Create a new Time Series.
 UrlDocument Workspace.createUrlDocument(String name, String description, String oid, String mimeType, InputStream documentData, Map<String,String> metadata, Map<String,String> annotations, String collectionName, String destinationfolderId)
          Create a new URL document into a folder.
 WorkflowReport Workspace.createWorkflowReport(String name, String description, String workflowId, String workflowStatus, String workflowData, String destinationfolderId)
          Creates a Workflow Report.
 WorkflowTemplate Workspace.createWorkflowTemplate(String name, String description, String workflowId, String workflowStatus, String workflowData, String destinationfolderId)
          Creates a Workflow Template.
 WorkspaceFolder Workspace.decomposeAquaMapsItem(String itemId, String folderName, String destinationWorkspaceId)
          Decompose the specified AquaMaps item.
 FolderBulkCreator Workspace.getNewFolderBulkCreator(String folderId)
          Create a new folderBulkCreator for the specified folder.
 void Workspace.moveItem(String itemId, String destinationFolderId)
          Move a workspaceItem to a specified destination.
 WorkspaceSharedFolder Workspace.shareFolder(List<String> users, String destinationFolderId)
          Shared an exist WorkspaceFolder with a list of users
 

Uses of WorkspaceFolderNotFoundException in org.gcube.portlets.user.homelibrary.util
 

Methods in org.gcube.portlets.user.homelibrary.util that throw WorkspaceFolderNotFoundException
 boolean ScopeHomesComparator.compareHomeManager(HomeManager manager1, HomeManager manager2)
           
 boolean ScopeHomesComparator.compareScopes(String scope1, String scope2, HomeManagerFactory factory)
           
 void HomeLibraryVisitor.visitHomeLibrary(HomeManagerFactory factory)
          Visit the specified home library.
protected  void HomeLibraryVisitor.visitHomeManager(HomeManager homeManager)
           
protected  void HomeLibraryVisitor.visitUser(Home home)
           
 void HomeLibraryVisitor.visitUser(Home home, org.gcube.common.core.scope.GCUBEScope scope)
           
 



Copyright © 2013. All Rights Reserved.