Class QualifierResolverBase

java.lang.Object
org.kuali.rice.kns.workflow.attribute.QualifierResolverBase
All Implemented Interfaces:
QualifierResolver
Direct Known Subclasses:
DataDictionaryQualifierResolver, KimTypeQualifierResolver

@Deprecated public abstract class QualifierResolverBase extends Object implements QualifierResolver
Deprecated.
Only used by KNS classes, no replacement.
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Field Details

    • KIM_ATTRIBUTE_DOCUMENT_TYPE_NAME

      protected static final String KIM_ATTRIBUTE_DOCUMENT_TYPE_NAME
      Deprecated.
      See Also:
    • KIM_ATTRIBUTE_DOCUMENT_NUMBER

      protected static final String KIM_ATTRIBUTE_DOCUMENT_NUMBER
      Deprecated.
      See Also:
    • KIM_ATTRIBUTE_ROUTE_LEVEL_NAME

      protected static final String KIM_ATTRIBUTE_ROUTE_LEVEL_NAME
      Deprecated.
      See Also:
  • Constructor Details

    • QualifierResolverBase

      public QualifierResolverBase()
      Deprecated.
  • Method Details

    • getDocument

      protected Document getDocument(RouteContext context)
      Deprecated.
      Retrieves the document that the current route context is operating on
      Parameters:
      context - the current route context
      Returns:
      the document
    • getDocumentId

      protected String getDocumentId(RouteContext context)
      Deprecated.
      Retrieves the id of the current document from the RouteContext
      Parameters:
      context - the current route context
      Returns:
      the id of the document
    • getDocumentService

      public DocumentService getDocumentService()
      Deprecated.
    • decorateWithCommonQualifiers

      protected void decorateWithCommonQualifiers(List<Map<String,String>> qualifiers, RouteContext context, String customDocTypeName)
      Deprecated.
      Add common qualifiers to every Map<String, String> in the given List of Map<String, String>
      Parameters:
      qualifiers - a List of Map<String, String>s to add common qualifiers to
      document - the document currently being routed
      documentEntry - the data dictionary entry of the type of document currently being routed
      routeLevel - the document's current route level
    • addCommonQualifiersToMap

      protected void addCommonQualifiersToMap(Map<String,String> qualifier, RouteContext context, String customDocTypeName)
      Deprecated.
      Adds common qualifiers to a given Map<String, String>
      Parameters:
      qualifier - an Map<String, String> to add common qualifiers to
      document - the document currently being routed
      documentEntry - the data dictionary entry of the type of document currently being routed
      routeLevel - the document's current route level