|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ParameterContract
This is the contract for a Parameter. The concept of a parameter is a key=value pair that is associated with a rice enabled application.
When thinking of a parameter in terms of a key=value pair, the following defines the key and value parts: the key of a parameter consists of the following pieces:
the value consists of thevalue
Method Summary | |
---|---|
String |
getApplicationId()
This is the application id for the Parameter. |
String |
getComponentCode()
This is the component code for the parameter. |
String |
getDescription()
This is the description for what the parameter is used for. |
EvaluationOperator |
getEvaluationOperator()
This is the evaluation operator for the parameter. |
String |
getName()
The name of the parameter. |
String |
getNamespaceCode()
This is the namespace for the parameter. |
ParameterTypeContract |
getParameterType()
This is the type for the parameter. |
String |
getValue()
The value of the parameter. |
Methods inherited from interface org.kuali.rice.core.api.mo.common.Versioned |
---|
getVersionNumber |
Methods inherited from interface org.kuali.rice.core.api.mo.common.GloballyUnique |
---|
getObjectId |
Method Detail |
---|
String getApplicationId()
It is a way of assigning the Parameter to a specific rice application or rice ecosystem.
String getNamespaceCode()
It is a way of assigning the parameter to a logical grouping within a rice application or rice ecosystem.
String getComponentCode()
It is a way of assigning a parameter to a functional component within a rice application or rice ecosystem.
String getName()
String getValue()
String getDescription()
EvaluationOperator getEvaluationOperator()
This allows parameters to be used as primitive business rules.
ParameterTypeContract getParameterType()
Some parameters have special types in rice which may have special meaning
and is related to the getEvaluationOperator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |