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

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

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

Methods in org.gcube.portlets.user.homelibrary.home.workspace that throw WrongDestinationException
 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 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
 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.
 void WorkspaceItem.move(WorkspaceFolder destination)
          Move this item to a new folder.
 void Workspace.moveItem(String itemId, String destinationFolderId)
          Move a workspaceItem to a specified destination.
 WorkspaceSharedFolder WorkspaceFolder.share(List<String> useers)
           
 WorkspaceSharedFolder Workspace.shareFolder(List<String> users, String destinationFolderId)
          Shared an exist WorkspaceFolder with a list of users
 

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

Methods in org.gcube.portlets.user.homelibrary.home.workspace.sharing that throw WrongDestinationException
 void WorkspaceMessage.saveAttachment(String attachmentId, String destinationFolderId)
           
 void WorkspaceMessage.saveAttachments(String destinationFolderId)
           
 



Copyright © 2013. All Rights Reserved.