Package org.pentaho.mantle.client
Class RepositoryFileUtils
java.lang.Object
org.pentaho.mantle.client.RepositoryFileUtils
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileDto
convertFromRepositoryFile
(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile file) static org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileTreeDto
convertFromRepositoryFileTree
(org.pentaho.gwt.widgets.client.filechooser.RepositoryFileTree tree) static org.pentaho.gwt.widgets.client.filechooser.RepositoryFile
convertToRepositoryFile
(org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileDto file) static org.pentaho.gwt.widgets.client.filechooser.RepositoryFileTree
convertToRepositoryFileTree
(org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileTreeDto tree)
-
Constructor Details
-
RepositoryFileUtils
public RepositoryFileUtils()
-
-
Method Details
-
convertToRepositoryFileTree
public static org.pentaho.gwt.widgets.client.filechooser.RepositoryFileTree convertToRepositoryFileTree(org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileTreeDto tree) -
convertToRepositoryFile
public static org.pentaho.gwt.widgets.client.filechooser.RepositoryFile convertToRepositoryFile(org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileDto file) -
convertFromRepositoryFileTree
public static org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileTreeDto convertFromRepositoryFileTree(org.pentaho.gwt.widgets.client.filechooser.RepositoryFileTree tree) -
convertFromRepositoryFile
public static org.pentaho.platform.api.repository2.unified.webservices.RepositoryFileDto convertFromRepositoryFile(org.pentaho.gwt.widgets.client.filechooser.RepositoryFile file)
-