Uses of Class
org.pentaho.platform.repository2.unified.webservices.DataNodeDto

Packages that use DataNodeDto
org.pentaho.platform.repository2.unified.webservices This package contains a variation of the IUnifiedRepository interface that has been modified to work within the restrictions imposed by various Java RPC technologies like JAX-WS and GWT. 
 

Uses of DataNodeDto in org.pentaho.platform.repository2.unified.webservices
 

Methods in org.pentaho.platform.repository2.unified.webservices that return DataNodeDto
 DataNodeDto NodeRepositoryFileDataDto.getNode()
           
 

Methods in org.pentaho.platform.repository2.unified.webservices that return types with arguments of type DataNodeDto
 List<DataNodeDto> DataNodeDto.getChildNodes()
           
 

Methods in org.pentaho.platform.repository2.unified.webservices with parameters of type DataNodeDto
 void NodeRepositoryFileDataDto.setNode(DataNodeDto node)
           
 

Method parameters in org.pentaho.platform.repository2.unified.webservices with type arguments of type DataNodeDto
 void DataNodeDto.setChildNodes(List<DataNodeDto> childNodes)