|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRuntimeElement | |
---|---|
org.pentaho.platform.api.repository | |
org.pentaho.platform.engine.services.runtime | |
org.pentaho.platform.repository | |
org.pentaho.platform.repository.runtime |
Uses of IRuntimeElement in org.pentaho.platform.api.repository |
---|
Methods in org.pentaho.platform.api.repository that return IRuntimeElement | |
---|---|
IRuntimeElement |
IRuntimeRepository.loadElementById(java.lang.String instanceId,
java.util.Collection allowableReadAttributeNames)
Loads a runtimeElement by it's ID. |
IRuntimeElement |
IRuntimeRepository.newRuntimeElement(java.lang.String parentId,
java.lang.String parentType,
boolean transientOnly)
Constructs a new Runtime Element. |
IRuntimeElement |
IRuntimeRepository.newRuntimeElement(java.lang.String parentId,
java.lang.String parentType,
java.lang.String solutionId,
boolean transientOnly)
Constructs a new Runtime Element. |
Uses of IRuntimeElement in org.pentaho.platform.engine.services.runtime |
---|
Classes in org.pentaho.platform.engine.services.runtime that implement IRuntimeElement | |
---|---|
class |
SimpleRuntimeElement
|
Constructors in org.pentaho.platform.engine.services.runtime with parameters of type IRuntimeElement | |
---|---|
RuntimeContext(java.lang.String instanceId,
ISolutionEngine solutionEngine,
java.lang.String solutionName,
IRuntimeElement runtimeData,
IPentahoSession session,
IOutputHandler outputHandler,
java.lang.String processId,
IPentahoUrlFactory urlFactory,
java.util.Map parameterProviders,
java.util.List messages,
ICreateFeedbackParameterCallback createFeedbackParameterCallback)
|
Uses of IRuntimeElement in org.pentaho.platform.repository |
---|
Methods in org.pentaho.platform.repository that return IRuntimeElement | |
---|---|
IRuntimeElement |
SimpleRuntimeRepository.loadElementById(java.lang.String instanceId,
java.util.Collection allowableReadAttributeNames)
Loads an existing RuntimeElement |
IRuntimeElement |
SimpleRuntimeRepository.newRuntimeElement(java.lang.String parId,
java.lang.String parType,
boolean transientOnly)
Creates a new RuntimeElement |
IRuntimeElement |
SimpleRuntimeRepository.newRuntimeElement(java.lang.String parId,
java.lang.String parType,
java.lang.String solnId,
boolean transientOnly)
Creates a new RuntimeElement |
Uses of IRuntimeElement in org.pentaho.platform.repository.runtime |
---|
Classes in org.pentaho.platform.repository.runtime that implement IRuntimeElement | |
---|---|
class |
RuntimeElement
|
Methods in org.pentaho.platform.repository.runtime that return IRuntimeElement | |
---|---|
IRuntimeElement |
RuntimeRepository.loadElementById(java.lang.String instId,
java.util.Collection allowableReadAttributeNames)
Loads an existing RuntimeElement |
IRuntimeElement |
RuntimeRepository.newRuntimeElement(java.lang.String parId,
java.lang.String parType,
boolean transientOnly)
Creates a new RuntimeElement |
IRuntimeElement |
RuntimeRepository.newRuntimeElement(java.lang.String parId,
java.lang.String parType,
java.lang.String solnId,
boolean transientOnly)
Creates a new RuntimeElement |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |