Interface ExtensionStatementIF
- All Superinterfaces:
ConfigurableItemIF, IdentifierAble, Serializable
- All Known Subinterfaces:
FilterExtensionStatementIF, SetExtensionStatementIF
- All Known Implementing Classes:
SetExtension, SimpleExtension
Each extension statement has exactly one command, or you could say a
statement is of a certain command type. There are two derived interfaces:
SetExtensionStatementIF and FilterExtensionStatementIF.- Version:
- 10.1.1
- Author:
- jmback
-
Method Summary
Modifier and TypeMethodDescriptionvoidExecute the statement.Methods inherited from interface ConfigurableItemIF
checkConstraints, checkConstraints, getBaseItem, getConfigurableItems, getConfigurationTag, getItem, getKnownParameters, getName, getParentItem, getParentItem, setBaseItem, setConfigurationContext, setConfigurationTag, setParentMethods inherited from interface IdentifierAble
getId, setId
-
Method Details
-
execute
Execute the statement.- Parameters:
work- all stores with all belonging mapping elements- Throws:
RemoteExceptionM2MException
-