Uses of Interface
org.pentaho.platform.api.repository.IRuntimeElement

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(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 parentId, String parentType, 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(String instanceId, ISolutionEngine solutionEngine, String solutionName, IRuntimeElement runtimeData, IPentahoSession session, IOutputHandler outputHandler, String processId, IPentahoUrlFactory urlFactory, Map parameterProviders, List messages, ICreateFeedbackParameterCallback createFeedbackParameterCallback)
           
 

Uses of IRuntimeElement in org.pentaho.platform.repository
 

Methods in org.pentaho.platform.repository that return IRuntimeElement
 IRuntimeElement SimpleRuntimeRepository.loadElementById(String instanceId, Collection allowableReadAttributeNames)
          Loads an existing RuntimeElement
 IRuntimeElement SimpleRuntimeRepository.newRuntimeElement(String parId, String parType, boolean transientOnly)
          Creates a new RuntimeElement
 IRuntimeElement SimpleRuntimeRepository.newRuntimeElement(String parId, String parType, 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(String instId, Collection allowableReadAttributeNames)
          Loads an existing RuntimeElement
 IRuntimeElement RuntimeRepository.newRuntimeElement(String parId, String parType, boolean transientOnly)
          Creates a new RuntimeElement
 IRuntimeElement RuntimeRepository.newRuntimeElement(String parId, String parType, String solnId, boolean transientOnly)
          Creates a new RuntimeElement