Package | Description |
---|---|
org.pentaho.di.core.jdbc | |
org.pentaho.di.core.sql |
Modifier and Type | Method and Description |
---|---|
ServiceCacheMethod |
TransDataService.getCacheMethod() |
Modifier and Type | Method and Description |
---|---|
void |
TransDataService.setCacheMethod(ServiceCacheMethod cacheMethod) |
Constructor and Description |
---|
TransDataService(String name,
String fileName,
ObjectId objectId,
String serviceStepName,
List<FieldVariableMapping> fieldVariableMappings,
ServiceCacheMethod cacheMethod) |
Modifier and Type | Method and Description |
---|---|
static ServiceCacheMethod |
ServiceCacheMethod.getMethodByDescription(String description) |
static ServiceCacheMethod |
ServiceCacheMethod.getMethodByName(String string) |
static ServiceCacheMethod |
ServiceCacheMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceCacheMethod[] |
ServiceCacheMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|