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, String carteObjectId)
           
 WebResult SlaveServer.deAllocateServerSockets(String transName, String clusteredRunId)
           
 WebResult SlaveServer.pauseResumeTransformation(String transName, String carteObjectId)
           
 WebResult SlaveServer.removeJob(String jobName, String carteObjectId)
           
 WebResult SlaveServer.removeTransformation(String transName, String carteObjectId)
           
 WebResult SlaveServer.startJob(String jobName, String carteObjectId)
           
 WebResult SlaveServer.startTransformation(String transName, String carteObjectId)
           
 WebResult SlaveServer.stopJob(String transName, String carteObjectId)
           
 WebResult SlaveServer.stopTransformation(String transName, String carteObjectId)
           
 

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)