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

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

Methods in org.pentaho.platform.repository2.unified.webservices that return types with arguments of type StringKeyStringValueDto
 List<StringKeyStringValueDto> RepositoryFileDto.getDescriptionMapEntries()
           
 List<StringKeyStringValueDto> RepositoryFileDto.getTitleMapEntries()
           
 

Method parameters in org.pentaho.platform.repository2.unified.webservices with type arguments of type StringKeyStringValueDto
 void RepositoryFileDto.setDescriptionMapEntries(List<StringKeyStringValueDto> descriptionMapEntries)
           
 void RepositoryFileDto.setTitleMapEntries(List<StringKeyStringValueDto> titleMapEntries)