public interface ExecutionPlanProvider
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getExecutionXML(Properties properties,
ExtensionObject extensionObject,
SystemSession session)
Returns the execution XML specifying a set of operations for the application to perform
|
java.lang.String getExecutionXML(Properties properties, ExtensionObject extensionObject, SystemSession session) throws ExtensionException
properties
- the current property settingsextensionObject
- the extension object whose output data model is being computedsession
- the session through which the locale and data model factory can be accessedExtensionException
- if the execution XML cannot be generated for some reason(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.