Uses of Interface
org.pentaho.platform.api.engine.IPentahoUrlFactory
-
Packages that use IPentahoUrlFactory Package Description org.pentaho.platform.api.engine -
-
Uses of IPentahoUrlFactory in org.pentaho.platform.api.engine
Methods in org.pentaho.platform.api.engine that return IPentahoUrlFactory Modifier and Type Method Description IPentahoUrlFactoryIRuntimeContext. getUrlFactory()The Url Factory is used for building URL's that link to this or another applicationMethods in org.pentaho.platform.api.engine with parameters of type IPentahoUrlFactory Modifier and Type Method Description IRuntimeContextISolutionEngine. execute(String actionPath, 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 parametersIRuntimeContextISolutionEngine. 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 specifiedvoidIContentGenerator. setUrlFactory(IPentahoUrlFactory urlFactory)called before createContent(), this is used to build URLs
-