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 CarteObjectEntryJobMap. getFirstCarteObjectEntry(String jobName)CarteObjectEntryTransformationMap. getFirstCarteObjectEntry(String transName)CarteObjectEntryJobMap. 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 intCarteObjectEntry. compare(CarteObjectEntry o1, CarteObjectEntry o2)intCarteObjectEntry. compareTo(CarteObjectEntry o)voidTransformationMap. deallocateServerSocketPorts(CarteObjectEntry entry)Deallocate all the ports for the given transformation entry, across all hosts.JobConfigurationJobMap. getConfiguration(CarteObjectEntry entry)TransConfigurationTransformationMap. getConfiguration(CarteObjectEntry entry)JobJobMap. getJob(CarteObjectEntry entry)TransTransformationMap. getTransformation(CarteObjectEntry entry)voidJobMap. removeJob(CarteObjectEntry entry)voidTransformationMap. removeTransformation(CarteObjectEntry entry)voidJobMap. 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 CarteObjectEntryCarteResource. 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()
-