Package | Description |
---|---|
org.kuali.rice.kns.workflow.attribute | |
org.kuali.rice.krad.datadictionary | |
org.kuali.rice.krad.service | |
org.kuali.rice.krad.service.impl | |
org.kuali.rice.krad.uif.view |
Modifier and Type | Method and Description |
---|---|
protected DocumentEntry |
DataDictionaryQualifierResolver.getDocumentEntry(RouteContext context)
Retrieves the data dictionary entry for the document being operated on by the given route context
|
Modifier and Type | Method and Description |
---|---|
protected void |
DataDictionaryQualifierResolver.addCommonQualifiersToMap(Map<String,String> qualifier,
Document document,
DocumentEntry documentEntry,
String routeLevel)
Adds common qualifiers to a given Map
|
protected void |
DataDictionaryQualifierResolver.decorateWithCommonQualifiers(List<Map<String,String>> qualifiers,
Document document,
DocumentEntry documentEntry,
String routeLevel)
Add common qualifiers to every Map
|
protected RoutingTypeDefinition |
DataDictionaryQualifierResolver.getWorkflowAttributeDefintion(DocumentEntry documentEntry,
String routeLevelName)
Retrieves the proper List of WorkflowAttributes for the given route level from the data dictionary
document entry
|
Modifier and Type | Class and Description |
---|---|
class |
MaintenanceDocumentEntry
Data dictionary entry class for
MaintenanceDocument |
class |
TransactionalDocumentEntry
TransactionalDocumentEntry
|
Modifier and Type | Method and Description |
---|---|
DocumentEntry |
DataDictionaryMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey)
Returns the KNS document entry for the given lookup key.
|
DocumentEntry |
DataDictionaryIndexMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey) |
DocumentEntry |
DataDictionary.getDocumentEntry(String documentTypeDDKey)
Returns the KNS document entry for the given lookup key.
|
Modifier and Type | Method and Description |
---|---|
Map<String,DocumentEntry> |
DataDictionaryIndex.getDocumentEntries() |
Map<String,DocumentEntry> |
DataDictionary.getDocumentEntries() |
Map<String,DocumentEntry> |
DataDictionaryMapper.getDocumentEntries(DataDictionaryIndex index) |
Map<String,DocumentEntry> |
DataDictionaryIndexMapper.getDocumentEntries(DataDictionaryIndex index) |
Map<Class,DocumentEntry> |
DataDictionaryIndex.getDocumentEntriesByBusinessObjectClass() |
Map<Class,DocumentEntry> |
DataDictionaryIndex.getDocumentEntriesByMaintainableClass() |
Modifier and Type | Method and Description |
---|---|
DocumentEntry |
DocumentDictionaryService.getDocumentEntry(String docTypeName)
Retrieves the document entry that is associated with the given document type name
|
DocumentEntry |
DocumentDictionaryService.getDocumentEntryByClass(Class<? extends Document> documentClass)
Retrieves the document entry that is associated with the given document class
|
Modifier and Type | Method and Description |
---|---|
protected DocumentEntry |
DocumentDictionaryServiceImpl.getDocumentEntry(Document document)
Retrieves the document entry for the document type of the given document instance
|
DocumentEntry |
DocumentDictionaryServiceImpl.getDocumentEntry(String documentTypeName) |
DocumentEntry |
DocumentDictionaryServiceImpl.getDocumentEntryByClass(Class<? extends Document> documentClass) |
Modifier and Type | Method and Description |
---|---|
protected Component |
DataDictionaryComponentPublisherServiceImpl.deriveComponentFromDocumentEntry(DocumentEntry documentEntry) |
Modifier and Type | Method and Description |
---|---|
protected DocumentEntry |
DocumentView.getDocumentEntryForView()
Retrieves the associated
DocumentEntry for the document view |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.