Uses of Interface
org.pentaho.platform.api.engine.IOutputDef

Packages that use IOutputDef
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.core.output   
org.pentaho.platform.engine.services.actionsequence   
org.pentaho.platform.repository.content   
org.pentaho.platform.web.http   
 

Uses of IOutputDef in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IOutputDef
 IOutputDef IOutputHandler.getOutputDef(String name)
          Retrieve a single output parameter definition by name
 

Uses of IOutputDef in org.pentaho.platform.engine.core.output
 

Methods in org.pentaho.platform.engine.core.output that return IOutputDef
 IOutputDef SimpleOutputHandler.getOutputDef(String name)
           
 

Uses of IOutputDef in org.pentaho.platform.engine.services.actionsequence
 

Classes in org.pentaho.platform.engine.services.actionsequence that implement IOutputDef
 class OutputDef
           
 

Uses of IOutputDef in org.pentaho.platform.repository.content
 

Methods in org.pentaho.platform.repository.content that return IOutputDef
 IOutputDef CoreContentRepositoryOutputHandler.getOutputDef(String name)
           
 

Uses of IOutputDef in org.pentaho.platform.web.http
 

Methods in org.pentaho.platform.web.http that return IOutputDef
 IOutputDef HttpOutputHandler.getOutputDef(String name)