Click or drag to resize

EPDataFlowService Methods

The EPDataFlowService type exposes the following members.

Methods
  NameDescription
Public methodGetDataFlow
Returns a descriptor for the given data flow, or null if the data flow has not been declared.
Public methodGetSavedConfiguration
Returns a saved dataflow configuration or null if it is not found.
Public methodGetSavedInstance
Returns a specific saved data flow instance, or null if it has not been found
Public methodInstantiate(String, String)
Instantiate a data flow.
Public methodInstantiate(String, String, EPDataFlowInstantiationOptions)
Instantiate a data flow, with options.
Public methodInstantiateSavedConfiguration
Instantiate a data flow from a saved configuration.
Public methodRemoveSavedConfiguration
Remove a previously saved data flow configuration.
Public methodRemoveSavedInstance
Remove an instance previously saved.
Public methodSaveConfiguration
Save an existing data flow configuration (data flow name and its options) for later retrieval.
Public methodSaveInstance
Save an existing instance with the runtime, for later retrieval.
Top
See Also