Class CarteResource

java.lang.Object
org.pentaho.di.www.jaxrs.CarteResource

@Path("/carte") public class CarteResource extends Object
  • Constructor Details

    • CarteResource

      public CarteResource()
  • Method Details

    • getTransformation

      public static Trans getTransformation(String id)
    • getJob

      public static Job getJob(String id)
    • getCarteObjectEntry

      public static CarteObjectEntry getCarteObjectEntry(String id)
    • getSystemInfo

      @GET @Path("/systemInfo") @Produces("application/json") public ServerStatus getSystemInfo()
    • getConfigDetails

      @GET @Path("/configDetails") @Produces("application/json") public List<NVPair> getConfigDetails()
    • getTransformations

      @GET @Path("/transformations") @Produces("application/json") public List<CarteObjectEntry> getTransformations()
    • getTransformationsDetails

      @GET @Path("/transformations/detailed") @Produces("application/json") public List<TransformationStatus> getTransformationsDetails()
    • getJobs

      @GET @Path("/jobs") @Produces("application/json") public List<CarteObjectEntry> getJobs()
    • getJobsDetails

      @GET @Path("/jobs/detailed") @Produces("application/json") public List<JobStatus> getJobsDetails()