Name: Dynamic Attributes
List of dynamic attributes, each holding a key-value pair that
can be configured to hold additional information for an
implementing institution.
getValues() -
Method in interface org.kuali.student.contract.model.test.source.SearchParam
Name: Values
The value(s) of the search parameter
Most parameters take only a single value but the list is available for
operations such as "IN" that take a list of values.
Name: Ignore Case?
Check if should ignore case when doing the comparison
Default is false
If true then the case of both the specified comparison value(s) and the data value from the field should be ignored
Status object returned by operations to indicate that the operation succeeded
Note: The success is always TRUE otherwise the method should have thrown an exception.