Uses of Class
org.gcube.portlets.user.homelibrary.home.manager.ContentCopyMode

Packages that use ContentCopyMode
org.gcube.portlets.user.homelibrary.home.manager   
 

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

Methods in org.gcube.portlets.user.homelibrary.home.manager that return ContentCopyMode
static ContentCopyMode ContentCopyMode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ContentCopyMode[] ContentCopyMode.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.gcube.portlets.user.homelibrary.home.manager with parameters of type ContentCopyMode
 void HomeLibraryManager.copyScopeHomes(java.lang.String sourceScope, java.lang.String destinationScope, ContentCopyMode mode)
          Copy the specified vre homes to destination vre.
 boolean HomeLibraryManager.copyWorkspaceContent(java.lang.String sourceScope, java.lang.String sourceUser, java.lang.String destinationScope, java.lang.String destinationUser, ContentCopyMode mode)
          Copy the a user workspace content to another user workspace.