| Package | Description |
|---|---|
| com.orchestranetworks.addon.dqid |
Provides classes and interfaces to define, publish and execute indicators.
|
| Modifier and Type | Method and Description |
|---|---|
ListConstraint |
ParameterDefinition.getListConstraint()
Returns the list constraint.
|
| Constructor and Description |
|---|
ParameterDefinition(String name,
com.orchestranetworks.schema.SchemaTypeName type,
com.onwbp.base.text.UserMessage label,
com.onwbp.base.text.UserMessage description,
ListConstraint listConstraint)
A parameter definition with a list of values.
|
ParameterDefinition(String name,
com.orchestranetworks.schema.SchemaTypeName type,
com.onwbp.base.text.UserMessage label,
com.onwbp.base.text.UserMessage description,
ListConstraint listConstraint,
HTMLComponent htmlComponent)
A parameter definition with a list of values and a UI component type.
|