@Deprecated public class DataDictionaryQualifierResolver extends QualifierResolverBase
KIM_ATTRIBUTE_DOCUMENT_NUMBER, KIM_ATTRIBUTE_DOCUMENT_TYPE_NAME, KIM_ATTRIBUTE_ROUTE_LEVEL_NAME| Constructor and Description |
|---|
DataDictionaryQualifierResolver()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCommonQualifiersToMap(Map<String,String> qualifier,
Document document,
DocumentEntry documentEntry,
String routeLevel)
Deprecated.
Adds common qualifiers to a given Map
|
protected void |
decorateWithCommonQualifiers(List<Map<String,String>> qualifiers,
Document document,
DocumentEntry documentEntry,
String routeLevel)
Deprecated.
Add common qualifiers to every Map
|
protected DocumentEntry |
getDocumentEntry(RouteContext context)
Deprecated.
Retrieves the data dictionary entry for the document being operated on by the given route context
|
protected RoutingTypeDefinition |
getWorkflowAttributeDefintion(DocumentEntry documentEntry,
String routeLevelName)
Deprecated.
Retrieves the proper List of WorkflowAttributes for the given route level from the data dictionary
document entry
|
List<Map<String,String>> |
resolve(RouteContext context)
Deprecated.
Given the RouteContext, determines the document type of the document being routed and the current
route nodes; generates a List of qualifier Map
|
addCommonQualifiersToMap, decorateWithCommonQualifiers, getDocument, getDocumentId, getDocumentServicepublic DataDictionaryQualifierResolver()
public List<Map<String,String>> resolve(RouteContext context)
protected DocumentEntry getDocumentEntry(RouteContext context)
context - the current route contextprotected RoutingTypeDefinition getWorkflowAttributeDefintion(DocumentEntry documentEntry, String routeLevelName)
documentEntry - the data dictionary document entry for the currently routed documentrouteLevelName - the name of the route levelprotected void decorateWithCommonQualifiers(List<Map<String,String>> qualifiers, Document document, DocumentEntry documentEntry, String routeLevel)
qualifiers - a List of Mapdocument - the document currently being routeddocumentEntry - the data dictionary entry of the type of document currently being routedrouteLevel - the document's current route levelprotected void addCommonQualifiersToMap(Map<String,String> qualifier, Document document, DocumentEntry documentEntry, String routeLevel)
qualifier - an Mapdocument - the document currently being routeddocumentEntry - the data dictionary entry of the type of document currently being routedrouteLevel - the document's current route levelCopyright © 2005–2016 The Kuali Foundation. All rights reserved.