@Deprecated public abstract class QualifierResolverBase extends Object implements QualifierResolver
Modifier and Type | Field and Description |
---|---|
protected static String |
KIM_ATTRIBUTE_DOCUMENT_NUMBER
Deprecated.
|
protected static String |
KIM_ATTRIBUTE_DOCUMENT_TYPE_NAME
Deprecated.
|
protected static String |
KIM_ATTRIBUTE_ROUTE_LEVEL_NAME
Deprecated.
|
Constructor and Description |
---|
QualifierResolverBase()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
addCommonQualifiersToMap(Map<String,String> qualifier,
RouteContext context,
String customDocTypeName)
Deprecated.
Adds common qualifiers to a given Map
|
protected void |
decorateWithCommonQualifiers(List<Map<String,String>> qualifiers,
RouteContext context,
String customDocTypeName)
Deprecated.
Add common qualifiers to every Map
|
protected Document |
getDocument(RouteContext context)
Deprecated.
Retrieves the document that the current route context is operating on
|
protected String |
getDocumentId(RouteContext context)
Deprecated.
Retrieves the id of the current document from the RouteContext
|
DocumentService |
getDocumentService()
Deprecated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
resolve
protected static final String KIM_ATTRIBUTE_DOCUMENT_TYPE_NAME
protected static final String KIM_ATTRIBUTE_DOCUMENT_NUMBER
protected static final String KIM_ATTRIBUTE_ROUTE_LEVEL_NAME
public QualifierResolverBase()
protected Document getDocument(RouteContext context)
context
- the current route contextprotected String getDocumentId(RouteContext context)
context
- the current route contextpublic DocumentService getDocumentService()
protected void decorateWithCommonQualifiers(List<Map<String,String>> qualifiers, RouteContext context, String customDocTypeName)
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, RouteContext context, String customDocTypeName)
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–2015 The Kuali Foundation. All rights reserved.