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

Packages that use DataPropertyDto
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 DataPropertyDto in org.pentaho.platform.repository2.unified.webservices
 

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

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