public final class CleansingExecutionEnvironment extends Object
Constructor and Description |
---|
CleansingExecutionEnvironment(com.onwbp.adaptation.AdaptationTable table,
com.onwbp.adaptation.PrimaryKey primaryKey,
com.orchestranetworks.schema.SchemaNode field,
List<com.orchestranetworks.schema.SchemaNode> additionalFields,
Object inputValue,
boolean isWorkflow) |
CleansingExecutionEnvironment(com.onwbp.adaptation.AdaptationTable table,
com.onwbp.adaptation.PrimaryKey primaryKey,
com.orchestranetworks.schema.SchemaNode field,
Object inputValue,
boolean isWorkflow)
Constructor for CleansingExecutionEnvironment in case of Operation execution.
|
CleansingExecutionEnvironment(com.onwbp.adaptation.AdaptationTable table,
com.orchestranetworks.schema.SchemaNode field,
List<com.orchestranetworks.schema.SchemaNode> additionalFields,
boolean isWorkflow) |
Modifier and Type | Method and Description |
---|---|
List<com.orchestranetworks.schema.SchemaNode> |
getAdditionalFields()
Returns the list of additional fields.
|
List<com.orchestranetworks.schema.SchemaNode> |
getAllFields()
Returns the list of all configured fields.
|
com.onwbp.adaptation.Adaptation |
getDataset()
Returns the current data set.
|
com.orchestranetworks.schema.SchemaNode |
getField()
Returns the current input field.
|
com.onwbp.adaptation.AdaptationHome |
getHome()
Returns the current data space.
|
Object |
getInputValue()
Returns the value of input field.
|
com.onwbp.adaptation.PrimaryKey |
getPrimaryKey()
Returns the primary key of current record.
|
com.orchestranetworks.instance.Repository |
getRepository()
Returns the current repository.
|
com.onwbp.adaptation.AdaptationTable |
getTable()
Returns the current table.
|
boolean |
isWorkflow()
Returns
true if in a workflow. |
public CleansingExecutionEnvironment(com.onwbp.adaptation.AdaptationTable table, com.orchestranetworks.schema.SchemaNode field, List<com.orchestranetworks.schema.SchemaNode> additionalFields, boolean isWorkflow)
public CleansingExecutionEnvironment(com.onwbp.adaptation.AdaptationTable table, com.onwbp.adaptation.PrimaryKey primaryKey, com.orchestranetworks.schema.SchemaNode field, Object inputValue, boolean isWorkflow)
public CleansingExecutionEnvironment(com.onwbp.adaptation.AdaptationTable table, com.onwbp.adaptation.PrimaryKey primaryKey, com.orchestranetworks.schema.SchemaNode field, List<com.orchestranetworks.schema.SchemaNode> additionalFields, Object inputValue, boolean isWorkflow)
public com.orchestranetworks.instance.Repository getRepository()
public com.onwbp.adaptation.AdaptationHome getHome()
public com.onwbp.adaptation.Adaptation getDataset()
public com.onwbp.adaptation.AdaptationTable getTable()
public com.onwbp.adaptation.PrimaryKey getPrimaryKey()
public com.orchestranetworks.schema.SchemaNode getField()
public List<com.orchestranetworks.schema.SchemaNode> getAdditionalFields()
public Object getInputValue()
public boolean isWorkflow()
true
if in a workflow.public List<com.orchestranetworks.schema.SchemaNode> getAllFields()