Interface ExecutionContextOnTable
-
- All Superinterfaces:
ExecutionContext,ExecutionContextOnDataset,ExecutionContextOnDataspace
- All Known Subinterfaces:
ExecutionContextOnField
public interface ExecutionContextOnTable extends ExecutionContextOnDataset
Context for execution of a function at the table level.- Since:
- 4.2.0
- See Also:
FunctionExecutionOnTable.execute(ExecutionContextOnTable)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.onwbp.adaptation.AdaptationTablegetCurrentTable()Returns the current table.java.lang.StringgetXpathFilterPredicate()Returns the XPath predicate to filter records.booleanisLinkedRecordEnabled()Returnstrueif linked records are enabled.-
Methods inherited from interface com.orchestranetworks.addon.dpra.function.execution.context.ExecutionContext
getCurrentSession, getInputValue, getInputValues, newValueSequence
-
Methods inherited from interface com.orchestranetworks.addon.dpra.function.execution.context.ExecutionContextOnDataset
getCurrentDataset
-
Methods inherited from interface com.orchestranetworks.addon.dpra.function.execution.context.ExecutionContextOnDataspace
getCurrentDataspace
-
-
-
-
Method Detail
-
getCurrentTable
com.onwbp.adaptation.AdaptationTable getCurrentTable()
Returns the current table.
-
getXpathFilterPredicate
java.lang.String getXpathFilterPredicate()
Returns the XPath predicate to filter records.
-
isLinkedRecordEnabled
boolean isLinkedRecordEnabled()
Returnstrueif linked records are enabled.
-
-