Uses of Class
org.pentaho.di.www.CarteObjectEntry
-
Packages that use CarteObjectEntry Package Description org.pentaho.di.www org.pentaho.di.www.jaxrs -
-
Uses of CarteObjectEntry in org.pentaho.di.www
Methods in org.pentaho.di.www that return CarteObjectEntry Modifier and Type Method Description CarteObjectEntry
JobMap. getFirstCarteObjectEntry(String jobName)
CarteObjectEntry
TransformationMap. getFirstCarteObjectEntry(String transName)
CarteObjectEntry
JobMap. getUniqueCarteObjectEntry(String jobName)
Methods in org.pentaho.di.www that return types with arguments of type CarteObjectEntry Modifier and Type Method Description List<CarteObjectEntry>
JobMap. getJobObjects()
List<CarteObjectEntry>
TransformationMap. getTransformationObjects()
Methods in org.pentaho.di.www with parameters of type CarteObjectEntry Modifier and Type Method Description int
CarteObjectEntry. compare(CarteObjectEntry o1, CarteObjectEntry o2)
int
CarteObjectEntry. compareTo(CarteObjectEntry o)
void
TransformationMap. deallocateServerSocketPorts(CarteObjectEntry entry)
Deallocate all the ports for the given transformation entry, across all hosts.JobConfiguration
JobMap. getConfiguration(CarteObjectEntry entry)
TransConfiguration
TransformationMap. getConfiguration(CarteObjectEntry entry)
Job
JobMap. getJob(CarteObjectEntry entry)
Trans
TransformationMap. getTransformation(CarteObjectEntry entry)
void
JobMap. removeJob(CarteObjectEntry entry)
void
TransformationMap. removeTransformation(CarteObjectEntry entry)
void
JobMap. replaceJob(CarteObjectEntry entry, Job job, JobConfiguration jobConfiguration)
-
Uses of CarteObjectEntry in org.pentaho.di.www.jaxrs
Methods in org.pentaho.di.www.jaxrs that return CarteObjectEntry Modifier and Type Method Description static CarteObjectEntry
CarteResource. getCarteObjectEntry(String id)
Methods in org.pentaho.di.www.jaxrs that return types with arguments of type CarteObjectEntry Modifier and Type Method Description List<CarteObjectEntry>
CarteResource. getJobs()
List<CarteObjectEntry>
CarteResource. getTransformations()
-