Uses of Class
org.pentaho.di.www.WebResult

Packages that use WebResult
org.pentaho.di.cluster   
org.pentaho.di.www   
 

Uses of WebResult in org.pentaho.di.cluster
 

Methods in org.pentaho.di.cluster that return WebResult
 WebResult SlaveServer.cleanupTransformation(String transName)
           
 WebResult SlaveServer.deallocatePorts(String transName)
           
 WebResult SlaveServer.startJob(String transName)
           
 WebResult SlaveServer.startTransformation(String transName)
           
 WebResult SlaveServer.stopJob(String transName)
           
 WebResult SlaveServer.stopTransformation(String transName)
           
 

Uses of WebResult in org.pentaho.di.www
 

Fields in org.pentaho.di.www declared as WebResult
static WebResult WebResult.OK
           
 

Methods in org.pentaho.di.www that return WebResult
static WebResult WebResult.fromXMLString(String xml)