Uses of Interface
org.pentaho.platform.api.repository.IRuntimeElement
-
Packages that use IRuntimeElement Package Description org.pentaho.platform.api.repository -
-
Uses of IRuntimeElement in org.pentaho.platform.api.repository
Methods in org.pentaho.platform.api.repository that return IRuntimeElement Modifier and Type Method Description IRuntimeElement
IRuntimeRepository. loadElementById(String instanceId, Collection allowableReadAttributeNames)
Loads a runtimeElement by it's ID.IRuntimeElement
IRuntimeRepository. newRuntimeElement(String parentId, String parentType, boolean transientOnly)
Constructs a new Runtime Element.IRuntimeElement
IRuntimeRepository. newRuntimeElement(String parId, String parType, String solutionId, boolean transientOnly)
Constructs a new Runtime Element.
-