Package | Description |
---|---|
com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDefinition> |
DefaultDECIndicator.getInputParametersDefinition()
Returns an empty list of
ParameterDefinition . |
List<ParameterDefinition> |
IndicatorDefinition.getInputParametersDefinition()
Returns the input parameters of the indicator.
|
List<ParameterDefinition> |
DefaultWorkflowIndicator.getInputParametersDefinition()
Returns an empty list of
ParameterDefinition . |
List<ParameterDefinition> |
LinkedRecordDefinition.getOptions()
Returns the extra options.
|
List<ParameterDefinition> |
IndicatorDefinition.getOutputParametersDefinition()
Returns the output parameters of the indicator.
|
Modifier and Type | Method and Description |
---|---|
void |
LinkedRecordDefinition.addOption(ParameterDefinition options)
Adds an extra option to help users customize the rule.
|