|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CarteObjectEntry | |
---|---|
org.pentaho.di.www |
Uses of CarteObjectEntry in org.pentaho.di.www |
---|
Methods in org.pentaho.di.www that return CarteObjectEntry | |
---|---|
CarteObjectEntry |
JobMap.getFirstCarteObjectEntry(String jobName)
|
CarteObjectEntry |
TransformationMap.getFirstCarteObjectEntry(String transName)
|
Methods in org.pentaho.di.www that return types with arguments of type CarteObjectEntry | |
---|---|
Map<CarteObjectEntry,JobConfiguration> |
JobMap.getConfigurationMap()
|
Map<CarteObjectEntry,TransConfiguration> |
TransformationMap.getConfigurationMap()
|
List<CarteObjectEntry> |
JobMap.getJobObjects()
|
List<CarteObjectEntry> |
TransformationMap.getTransformationObjects()
|
Methods in org.pentaho.di.www with parameters of type CarteObjectEntry | |
---|---|
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)
|
Method parameters in org.pentaho.di.www with type arguments of type CarteObjectEntry | |
---|---|
void |
JobMap.setConfigurationMap(Map<CarteObjectEntry,JobConfiguration> configurationMap)
|
void |
TransformationMap.setConfigurationMap(Map<CarteObjectEntry,TransConfiguration> configurationMap)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |