Package | Description |
---|---|
org.pentaho.platform.api.engine |
Modifier and Type | Method and Description |
---|---|
IPentahoUrlFactory |
IRuntimeContext.getUrlFactory()
The Url Factory is used for building URL's that link to this or another application
|
Modifier and Type | Method and Description |
---|---|
IRuntimeContext |
ISolutionEngine.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 parameters
|
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
|
void |
IContentGenerator.setUrlFactory(IPentahoUrlFactory urlFactory)
called before createContent(), this is used to build URLs
|
Copyright © 2020 Hitachi Vantara. All rights reserved.