| Name | DataDictionary | |
|---|---|---|
| Version | 1.0 (Dev) | |
| Included Services | ||
| Java Package | org.kuali.student.r2.common.datadictionary.service | |
| Method | getDataDictionaryEntryKeys | ||
|---|---|---|---|
| Description | Get the list of entry keys in this dictionary. The list of keys is stored in the ref object URI strcture E.g http://student.kuali.org/wsdl/luService/CluInfo will be the objectTypeURI for the CluInfo structure The refObjectURI has three parts:
|
||
| Parameters | ContextInfo | contextInfo | information containing the principalId and locale information about the caller of service operation |
| Return | StringList | a list of all the known data dictionary entry keys in the ref object URI structure. |
|
| Errors | OperationFailedException | unable to complete request | |
| MissingParameterException | contextInfo is missing or null | ||
| PermissionDeniedException | an authorization failure occurred | ||
| Method | getDataDictionaryEntry | ||
|---|---|---|---|
| Description | Get the data dictionary entry for the specified entry key. | ||
| Parameters | String | entryKey | the identifier for the dictionary entry, this is done by specifying a refObjectURI |
| ContextInfo | contextInfo | information containing the principalId and locale information about the caller of service operation |
|
| Return | DictionaryEntryInfo | the data dictionary entry requested | |
| Errors | OperationFailedException | unable to complete request | |
| MissingParameterException | entryKey or contextInfo is missing or null |
||
| PermissionDeniedException | an authorization failure occurred | ||
| DoesNotExistException | entryKey is not found | ||