Uses of Class
org.pentaho.platform.api.repository2.unified.VersionSummary

Packages that use VersionSummary
org.pentaho.platform.api.repository2.unified   
org.pentaho.platform.repository2.unified   
org.pentaho.platform.repository2.unified.jcr Notes 
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. 
org.pentaho.platform.repository2.unified.webservices.jaxws   
 

Uses of VersionSummary in org.pentaho.platform.api.repository2.unified
 

Methods in org.pentaho.platform.api.repository2.unified that return VersionSummary
 VersionSummary IUnifiedRepository.getVersionSummary(Serializable fileId, Serializable versionId)
          Returns a version summary for the given file id and version id.
 

Methods in org.pentaho.platform.api.repository2.unified that return types with arguments of type VersionSummary
 List<VersionSummary> IUnifiedRepository.getVersionSummaries(Serializable fileId)
          Returns a list of version summary instances.
 

Uses of VersionSummary in org.pentaho.platform.repository2.unified
 

Methods in org.pentaho.platform.repository2.unified that return VersionSummary
 VersionSummary DefaultUnifiedRepository.getVersionSummary(Serializable fileId, Serializable versionId)
          Returns a version summary for the given file id and version id.
 VersionSummary ExceptionLoggingDecorator.getVersionSummary(Serializable fileId, Serializable versionId)
           
 VersionSummary IRepositoryFileDao.getVersionSummary(Serializable fileId, Serializable versionId)
           
 

Methods in org.pentaho.platform.repository2.unified that return types with arguments of type VersionSummary
 List<VersionSummary> DefaultUnifiedRepository.getVersionSummaries(Serializable fileId)
          Returns a list of version summary instances.
 List<VersionSummary> ExceptionLoggingDecorator.getVersionSummaries(Serializable fileId)
           
 List<VersionSummary> IRepositoryFileDao.getVersionSummaries(Serializable fileId)
           
 

Uses of VersionSummary in org.pentaho.platform.repository2.unified.jcr
 

Methods in org.pentaho.platform.repository2.unified.jcr that return VersionSummary
 VersionSummary JcrRepositoryFileDao.getVersionSummary(Serializable fileId, Serializable versionId)
          
 

Methods in org.pentaho.platform.repository2.unified.jcr that return types with arguments of type VersionSummary
 List<VersionSummary> JcrRepositoryFileDao.getVersionSummaries(Serializable fileId)
          
 

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

Methods in org.pentaho.platform.repository2.unified.webservices that return VersionSummary
 VersionSummary VersionSummaryAdapter.unmarshal(VersionSummaryDto v)
           
 

Methods in org.pentaho.platform.repository2.unified.webservices with parameters of type VersionSummary
 VersionSummaryDto VersionSummaryAdapter.marshal(VersionSummary v)
           
 

Uses of VersionSummary in org.pentaho.platform.repository2.unified.webservices.jaxws
 

Methods in org.pentaho.platform.repository2.unified.webservices.jaxws that return VersionSummary
 VersionSummary UnifiedRepositoryToWebServiceAdapter.getVersionSummary(Serializable fileId, Serializable versionId)
           
 

Methods in org.pentaho.platform.repository2.unified.webservices.jaxws that return types with arguments of type VersionSummary
 List<VersionSummary> UnifiedRepositoryToWebServiceAdapter.getVersionSummaries(Serializable fileId)