Modifier and Type | Method and Description |
---|---|
protected DocumentEntry |
DataDictionaryQualifierResolver.getDocumentEntry(RouteContext context)
Deprecated.
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)
Deprecated.
Adds common qualifiers to a given Map
|
protected void |
DataDictionaryQualifierResolver.decorateWithCommonQualifiers(List<Map<String,String>> qualifiers,
Document document,
DocumentEntry documentEntry,
String routeLevel)
Deprecated.
Add common qualifiers to every Map
|
protected RoutingTypeDefinition |
DataDictionaryQualifierResolver.getWorkflowAttributeDefintion(DocumentEntry documentEntry,
String routeLevelName)
Deprecated.
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
Data dictionary entry class for
TransactionalDocument . |
Modifier and Type | Method and Description |
---|---|
DocumentEntry |
DataDictionaryIndexMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey) |
DocumentEntry |
DataDictionaryMapper.getDocumentEntry(DataDictionaryIndex index,
String documentTypeDDKey)
Returns the KNS document entry for the given lookup key.
|
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> |
DataDictionaryIndexMapper.getDocumentEntries(DataDictionaryIndex index) |
Map<String,DocumentEntry> |
DataDictionaryMapper.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 |
Modifier and Type | Method and Description |
---|---|
static boolean |
LegacyUtils.isKnsDocumentEntry(DocumentEntry documentEntry)
Indicates whether or not the given DocumentEntry represents a legacy KNS document entry.
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.