Package org.pentaho.di.www.jaxrs
Class CarteResource
java.lang.Object
org.pentaho.di.www.jaxrs.CarteResource
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CarteResource
public CarteResource()
-
-
Method Details
-
getTransformation
-
getJob
-
getCarteObjectEntry
-
getSystemInfo
-
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
-
getJobsDetails
-