public interface PluginProperty
Modifier and Type | Field and Description |
---|---|
static String |
BOOLEAN_STRING_TRUE
The true value.
|
static Boolean |
DEFAULT_BOOLEAN_VALUE
The default value.
|
static Double |
DEFAULT_DOUBLE_VALUE
The default double value.
|
static Integer |
DEFAULT_INTEGER_VALUE
The default integer value.
|
static String |
DEFAULT_STRING_VALUE
The default string value.
|
Modifier and Type | Method and Description |
---|---|
void |
appendXml(StringBuilder builder) |
boolean |
evaluate() |
void |
loadXml(Node node) |
void |
readFromPreferences(Preferences node) |
void |
readFromRepositoryStep(Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId stepId) |
void |
saveToPreferences(Preferences node) |
void |
saveToRepositoryStep(Repository repository,
org.pentaho.metastore.api.IMetaStore metaStore,
ObjectId transformationId,
ObjectId stepId) |
static final String DEFAULT_STRING_VALUE
static final Boolean DEFAULT_BOOLEAN_VALUE
static final Integer DEFAULT_INTEGER_VALUE
static final Double DEFAULT_DOUBLE_VALUE
static final String BOOLEAN_STRING_TRUE
boolean evaluate()
void saveToPreferences(Preferences node)
node
- preferences nodevoid readFromPreferences(Preferences node)
node
- preferences node.void appendXml(StringBuilder builder)
builder
- builder to append to.void loadXml(Node node)
node
- the node.void saveToRepositoryStep(Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId transformationId, ObjectId stepId) throws KettleException
repository
- the repository.metaStore
- the MetaStoretransformationId
- the transformationId.stepId
- the stepId.KettleException
- ...void readFromRepositoryStep(Repository repository, org.pentaho.metastore.api.IMetaStore metaStore, ObjectId stepId) throws KettleException
repository
- the repository.stepId
- the stepId.KettleException
- ...Copyright © 2018 Hitachi Vantara. All rights reserved.