Class | Description | |
---|---|---|
ColumnsOutput |
Represents the settings for the handling of a OutputParameter of
a DataFunction. This class will add columns to an existing table when first executed and
when updated it will either update those column or add new columns depending on the settings.
|
|
ColumnsOutput PropertyNames |
Contains property name constants for the public properties of ColumnsOutput.
|
|
ColumnsOutputBuilder |
Represents a builder class for creating a ColumnsOutput for a DataFunction.
Used as input in DataFunctionOutputCollection.
|
|
DataFunction |
Represents an execution of a data function defined from a DataFunctionDefinition.
|
|
DataFunction PropertyNames |
Contains property name constants for the public properties of DataFunction.
|
|
DataFunctionCollection |
Represents a list of DataFunction instances.
|
|
DataFunctionCollection PropertyNames |
Contains property name constants for the public properties of
DocumentNodeListBase T .
|
|
DataFunctionDefinition |
Represents a definition of an data function.
The definition describes the information needed to invoke the function and enough information to provide a user interface for specifying how the inputs and outputs should be handled. If the function definition represents a script it also contains the script definition. The function definition provides methods to save and load the definition from the Spotfire library. |
|
DataFunctionDefinitionBuilder |
Responsible for building a DataFunctionDefinition.
|
|
DataFunctionExecutorService |
This is a global service that can be used to execute functions through data function executors
without using the document directly.
|
|
DataFunctionExecutorTypeIdentifiers |
Type identifiers for function providers.
|
|
DataFunctionExpressionFunction |
Represents a data function expression function.
|
|
DataFunctionExpressionFunctionCollection |
This class represents a collection of data function expression functions. These functions
calls data functions through the Spotfire expression language.
|
|
DataFunctionExpressionFunctionCollection PropertyNames |
Contains property name constants for the public properties of DataFunctionExpressionFunctionCollection.
|
|
DataFunctionInput |
Defines how to retrieve the input for an InputParameter in
a DataFunction.
An input to a data function is an expression representing a list of columns and optionally a set of selections that can be used to define the rows that the expression should be calculated on. The expression is calculated on the intersection of all the included selections. Instances of this class is created in the DataFunctionInputCollection class. |
|
DataFunctionInput PropertyNames |
Contains property name constants for the public properties of DataFunctionInput.
|
|
DataFunctionInputCollection |
Represents the declarations on how to retrieve the values for
InputParameters in a DataFunction.
|
|
DataFunctionInputCollection PropertyNames |
Contains property name constants for the public properties of DataFunctionInputCollection.
|
|
DataFunctionInvocation |
Represents an invocation of a data function.
|
|
DataFunctionInvocationBuilder |
A builder that is used to create a DataFunctionInvocation which is used as a transient
object when executing the function defined by a DataFunctionDefinition using the DataFunctionExecutorService.
|
|
DataFunctionOutput |
The data function output mapping.
|
|
DataFunctionOutput PropertyNames |
Contains property name constants for the public properties of DataFunctionOutput.
|
|
DataFunctionOutputBuilder |
Represents a builder for output mappings.
|
|
DataFunctionOutputCollection |
Represents the declarations on how to handle the results for
OutputParameters in a DataFunction.
|
|
DataFunctionOutputCollection PropertyNames |
Contains property name constants for the public properties of DataFunctionOutputCollection.
|
|
InputParameter |
Represents an input parameter to an data function.
|
|
InputParameterBuilder |
Responsible for building an input parameter to a data function.
|
|
JoinOutput |
Output mapping class for adding columns to a new table using a join.
|
|
JoinOutput PropertyNames |
Contains property name constants for the public properties of JoinOutput.
|
|
JoinOutputBuilder |
Represents a builder class for outputmappings that add columns to a table. Used as input in DataFunctionOutputCollection.
|
|
OutputParameter |
An output parameter from an data function.
|
|
OutputParameterBuilder |
Responsible for building an input argument to a data function.
|
|
PropertyOutput |
Output mapping class for setting the values of properties as output.
|
|
PropertyOutput PropertyNames |
Contains property name constants for the public properties of PropertyOutput.
|
|
PropertyOutputBuilder |
Represents a builder class for outputmappings that create a new table. Used as input in DataFunctionOutputCollection.
|
|
ReplaceDataOutput |
Output mapping class for replacing data.
|
|
ReplaceDataOutput PropertyNames |
Contains property name constants for the public properties of ReplaceDataOutput.
|
|
ReplaceDataOutputBuilder |
Represents a builder class for outputmappings that replace a datatable. Used as input in DataFunctionOutputCollection.
|
|
RowsOutput |
Represents the settings for the handling of a OutputParameter of
a DataFunction. This class will add rows to an existing table when first executed and
when updated it will either update those rows or add new rows depending on the settings.
|
|
RowsOutput PropertyNames |
Contains property name constants for the public properties of RowsOutput.
|
|
RowsOutputBuilder |
Represents a builder class for creating a RowsOutput for a DataFunction.
Used as input in DataFunctionOutputCollection.
|
|
TableOutput |
Output mapping class for adding a new table.
|
|
TableOutput PropertyNames |
Contains property name constants for the public properties of TableOutput.
|
|
TableOutputBuilder |
Represents a builder class for outputmappings that create a new table. Used as input in DataFunctionOutputCollection.
|
Delegate | Description | |
---|---|---|
DataFunctionCompletionCallback |
A delegate the is used to provide a callback for the execution of a DataFunction.
|
Enumeration | Description | |
---|---|---|
DataFunctionNameHandling |
Specifies how name handling should be performed for a custom data function executor.
|
|
DataFunctionUpdateBehavior |
The update behavior for a data function.
|
|
ParameterType |
The type of a input or output parameter of a data function.
|