public interface DataDictionaryService
Modifier and Type | Method and Description |
---|---|
DictionaryEntryInfo |
getDataDictionaryEntry(String entryKey,
ContextInfo contextInfo)
Get the data dictionary entry for the specified entry key.
|
List<String> |
getDataDictionaryEntryKeys(ContextInfo contextInfo)
Get the list of entry keys in this dictionary.
|
List<String> getDataDictionaryEntryKeys(ContextInfo contextInfo) throws OperationFailedException, MissingParameterException, PermissionDeniedException
contextInfo
- information containing the principalId and
locale information about the caller of service operationOperationFailedException
- unable to complete requestMissingParameterException
- contextInfo is missing or nullPermissionDeniedException
- an authorization failure occurredDictionaryEntryInfo getDataDictionaryEntry(String entryKey, ContextInfo contextInfo) throws OperationFailedException, MissingParameterException, PermissionDeniedException, DoesNotExistException
entryKey
- the identifier for the dictionary entry, this
is done by specifying a refObjectURIcontextInfo
- information containing the principalId and
locale information about the caller of service operationOperationFailedException
- unable to complete requestMissingParameterException
- entryKey or contextInfo is
missing or nullDoesNotExistException
- entryKey is not foundPermissionDeniedException
- an authorization failure occurredCopyright © 2004-2013 The Kuali Foundation. All Rights Reserved.