Name | Parameter | |
---|---|---|
Usage | ParameterRepositoryService | |
createParameter updateParameter getParameter | ||
ParameterQueryResults | Type | Complex |
To construct an instance of a Parameter, use the {@link Parameter.Builder} class.
ShortName | Name | Type | Description | Required? | Read only? | Cardinality | XML Attribute? | Implementation Notes |
---|---|---|---|---|---|---|---|---|
applicationId | Application Id | String | This is the application id for the Parameter. This cannot be null or a blank string.
|
Required | One | No | ||
namespaceCode | Namespace Code | String | This is the namespace for the parameter. This cannot be null or a blank string.
|
Required | One | No | ||
componentCode | Component Code | String | This is the component code for the parameter. This cannot be null.
|
Required | One | No | ||
name | Name | String | The name of the parameter. This cannot be null or a blank string. | Required | One | No | ||
value | Value | String | The value of the parameter. This can be null or a blank string. | One | No | |||
description | Description | String | This is the description for what the parameter is used for. This can be null or a blank string. | One | No | |||
parameterType | Parameter Type | ParameterType | This is the type for the parameter. This cannot be null.
|
Required | One | No | ||
evaluationOperator | Evaluation Operator | EvaluationOperator | This is the evaluation operator for the parameter. This can be null.
|
One | No | |||
versionNumber | Version Number | Long | Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking. |
One | No | |||
objectId | Object Id | String | Return the globally unique object id of this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. |
One | No |