Uses of Interface
org.pentaho.platform.api.repository.IContentLocation

Packages that use IContentLocation
org.pentaho.platform.api.repository   
org.pentaho.platform.plugin.action.jfreereport.repository   
org.pentaho.platform.repository.content   
 

Uses of IContentLocation in org.pentaho.platform.api.repository
 

Methods in org.pentaho.platform.api.repository that return IContentLocation
 IContentLocation IContentRepository.getContentLocationById(String theId)
          Retrieves a content location by Id.
 IContentLocation IContentRepository.getContentLocationByPath(String thePath)
          Retrieves a content location by the path.
 IContentLocation IContentRepository.newContentLocation(String thePath, String theName, String description, String solutionId, boolean createIfNotExists)
          Creates a new Content Location.
 

Uses of IContentLocation in org.pentaho.platform.plugin.action.jfreereport.repository
 

Constructors in org.pentaho.platform.plugin.action.jfreereport.repository with parameters of type IContentLocation
ReportContentLocation(IContentLocation location, ReportContentRepository repository, String actionName)
           
ReportContentRepository(IContentLocation root, String actionName)
           
 

Uses of IContentLocation in org.pentaho.platform.repository.content
 

Classes in org.pentaho.platform.repository.content that implement IContentLocation
 class ContentLocation
           
 

Methods in org.pentaho.platform.repository.content that return IContentLocation
 IContentLocation ContentRepository.getContentLocationById(String theId)
           
 IContentLocation ContentRepository.getContentLocationByPath(String thePath)
           
 IContentLocation ContentRepository.newContentLocation(String thePath, String theName, String description, String solId, boolean createIfNotExists)