Uses of Interface
org.pentaho.platform.api.engine.IPentahoUrlFactory

Packages that use IPentahoUrlFactory
org.pentaho.platform.api.engine   
org.pentaho.platform.api.ui   
org.pentaho.platform.engine.services   
org.pentaho.platform.engine.services.runtime   
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.scheduler   
org.pentaho.platform.uifoundation.chart   
org.pentaho.platform.uifoundation.component   
org.pentaho.platform.uifoundation.component.xml   
org.pentaho.platform.util.web   
org.pentaho.platform.web.http.request   
org.pentaho.platform.web.portal   
org.pentaho.platform.web.refactor   
org.pentaho.platform.web.servlet   
 

Uses of IPentahoUrlFactory in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IPentahoUrlFactory
 IPentahoUrlFactory IRuntimeContext.getUrlFactory()
          The Url Factory is used for building URL's that link to this or another application
 

Methods in org.pentaho.platform.api.engine with parameters of type IPentahoUrlFactory
 IRuntimeContext ISolutionEngine.execute(String actionSequenceXML, String sequenceName, String processId, boolean async, boolean instanceEnds, String instanceId, boolean persisted, Map parameterProviderMap, IOutputHandler outputHandler, IActionCompleteListener pListener, IPentahoUrlFactory urlFactory, List messages)
          Executes the in memory action sequence specified
 IRuntimeContext ISolutionEngine.execute(String solutionName, String actionPath, String actionName, String processId, boolean async, boolean instanceEnds, String instanceId, boolean persisted, Map parameterProviderMap, IOutputHandler outputHandler, IActionCompleteListener listener, IPentahoUrlFactory urlFactory, List messages)
          Executes the action sequence specified in the manner described in the parameters
 void IContentGenerator.setUrlFactory(IPentahoUrlFactory urlFactory)
          called before createContent(), this is used to build URLs
 

Uses of IPentahoUrlFactory in org.pentaho.platform.api.ui
 

Methods in org.pentaho.platform.api.ui with parameters of type IPentahoUrlFactory
 void INavigationComponent.setUrlFactory(IPentahoUrlFactory urlFactory)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.engine.services
 

Constructors in org.pentaho.platform.engine.services with parameters of type IPentahoUrlFactory
BaseRequestHandler(IPentahoSession session, String instanceId, IOutputHandler outputHandler, IParameterProvider parameterProvider, IPentahoUrlFactory urlFactory)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.engine.services.runtime
 

Methods in org.pentaho.platform.engine.services.runtime that return IPentahoUrlFactory
 IPentahoUrlFactory RuntimeContext.getUrlFactory()
           
 

Constructors in org.pentaho.platform.engine.services.runtime with parameters of type IPentahoUrlFactory
RuntimeContext(String instanceId, ISolutionEngine solutionEngine, String solutionName, IRuntimeElement runtimeData, IPentahoSession session, IOutputHandler outputHandler, String processId, IPentahoUrlFactory urlFactory, Map parameterProviders, List messages, ICreateFeedbackParameterCallback createFeedbackParameterCallback)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.engine.services.solution
 

Methods in org.pentaho.platform.engine.services.solution with parameters of type IPentahoUrlFactory
 IRuntimeContext SolutionEngine.execute(String actionSequenceXML, String sequenceName, String processId, boolean async, boolean instanceEnds, String instanceId, boolean isPersisted, Map parameterProviderMap, IOutputHandler outputHandler, IActionCompleteListener pListener, IPentahoUrlFactory urlFactory, List messages)
           
 IRuntimeContext SolutionEngine.execute(String solutionName, String sequencePath, String sequenceName, String processId, boolean async, boolean instanceEnds, String instanceId, boolean isPersisted, Map parameterProviderMap, IOutputHandler outputHandler, IActionCompleteListener pListener, IPentahoUrlFactory urlFactory, List messages)
           
 void BaseContentGenerator.setUrlFactory(IPentahoUrlFactory urlFactory)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.scheduler
 

Constructors in org.pentaho.platform.scheduler with parameters of type IPentahoUrlFactory
SchedulerAdminUIComponent(IPentahoUrlFactory urlFactory, List<String> messages)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.uifoundation.chart
 

Constructors in org.pentaho.platform.uifoundation.chart with parameters of type IPentahoUrlFactory
CategoryDatasetChartComponent(int chartType, String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
           
CategoryDatasetChartComponent(IPentahoUrlFactory urlFactory, List messages)
           
CategoryDatasetChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)
           
DashboardWidgetComponent(int type, String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
          Creates a DashboardWidgetComponent.
DialChartComponent(int chartType, String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
           
DialChartComponent(IPentahoUrlFactory urlFactory, List messages)
           
DialChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)
           
FlashChartComponent(String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
           
PieDatasetChartComponent(int chartType, String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
           
PieDatasetChartComponent(IPentahoUrlFactory urlFactory, List messages)
           
PieDatasetChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)
           
TimeSeriesCollectionChartComponent(int chartType, String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
           
TimeSeriesCollectionChartComponent(IPentahoUrlFactory urlFactory, List messages)
           
TimeSeriesCollectionChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)
           
XYSeriesCollectionChartComponent(int chartType, String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
           
XYSeriesCollectionChartComponent(IPentahoUrlFactory urlFactory, List messages)
           
XYSeriesCollectionChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)
           
XYZSeriesCollectionChartComponent(int chartType, String definitionPath, int width, int height, IPentahoUrlFactory urlFactory, List messages)
           
XYZSeriesCollectionChartComponent(IPentahoUrlFactory urlFactory, List messages)
           
XYZSeriesCollectionChartComponent(String definitionPath, IPentahoUrlFactory urlFactory, ArrayList messages)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.uifoundation.component
 

Methods in org.pentaho.platform.uifoundation.component with parameters of type IPentahoUrlFactory
 void BaseUIComponent.setUrlFactory(IPentahoUrlFactory urlFactory)
           
 

Constructors in org.pentaho.platform.uifoundation.component with parameters of type IPentahoUrlFactory
ActionComponent(String actionString, String instanceId, int outputPreference, IPentahoUrlFactory urlFactory, List messages)
           
ActionComponent(String solutionName, String actionPath, String actionName, String instanceId, int outputPreference, IPentahoUrlFactory urlFactory, List messages)
           
BaseUIComponent(IPentahoUrlFactory urlFactory, List messages, String sourcePath)
           
HtmlComponent(int type, String location, String errorMessage, IPentahoUrlFactory urlFactory, List messages)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.uifoundation.component.xml
 

Constructors in org.pentaho.platform.uifoundation.component.xml with parameters of type IPentahoUrlFactory
FilterPanelComponent(String definitionPath, String xslName, IPentahoUrlFactory urlFactory, List messages)
           
InputFormComponent(IPentahoUrlFactory urlFactory, String instanceId, String templateName, String stylesheetName, String solution, String path, String actionName, List messages)
           
LoadDBRepositoryUIComponent(IPentahoUrlFactory urlFactory, List messages, IPentahoSession session)
           
PMDUIComponent(IPentahoUrlFactory urlFactory, List messages)
           
PropertiesEditorUIComponent(IPentahoUrlFactory urlFactory, List messages, IPentahoSession session)
           
PropertiesPanelUIComponent(IPentahoUrlFactory urlFactory, List messages, IPentahoSession session)
           
SolutionTreeUIComponent(IPentahoUrlFactory urlFactory, List messages, IPentahoSession session)
           
WidgetGridComponent(String definitionPath, IPentahoUrlFactory urlFactory, List messages)
          Creates a WidgetGrid
XmlComponent(IPentahoUrlFactory urlFactory, List messages, String sourcePath)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.util.web
 

Classes in org.pentaho.platform.util.web that implement IPentahoUrlFactory
 class SimpleUrlFactory
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.web.http.request
 

Constructors in org.pentaho.platform.web.http.request with parameters of type IPentahoUrlFactory
HttpWebServiceRequestHandler(IPentahoSession session, String instanceId, IOutputHandler outputHandler, IParameterProvider parameterProvider, IPentahoUrlFactory urlFactory)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.web.portal
 

Classes in org.pentaho.platform.web.portal that implement IPentahoUrlFactory
 class PortletUrlFactory
          Factories up implementations of IPentahoUrl.
 

Uses of IPentahoUrlFactory in org.pentaho.platform.web.refactor
 

Constructors in org.pentaho.platform.web.refactor with parameters of type IPentahoUrlFactory
SolutionManagerUIComponent(IPentahoUrlFactory urlFactory, List messages, IPentahoSession session)
           
SubscriptionAdminUIComponent(IPentahoUrlFactory urlFactory, List messages)
           
UserFilesComponent(IPentahoUrlFactory urlFactory, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, List messages)
           
 

Uses of IPentahoUrlFactory in org.pentaho.platform.web.servlet
 

Constructors in org.pentaho.platform.web.servlet with parameters of type IPentahoUrlFactory
HttpServletRequestHandler(IPentahoSession session, String instanceId, javax.servlet.http.HttpServletRequest request, IOutputHandler outputHandler, IPentahoUrlFactory urlFactory)