Class QualifierResolverBase
java.lang.Object
org.kuali.rice.kns.workflow.attribute.QualifierResolverBase
- All Implemented Interfaces:
QualifierResolver
- Direct Known Subclasses:
DataDictionaryQualifierResolver,KimTypeQualifierResolver
Deprecated.
Only used by KNS classes, no replacement.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddCommonQualifiersToMap(Map<String, String> qualifier, RouteContext context, String customDocTypeName) Deprecated.Adds common qualifiers to a given Mapinvalid input: '<'String, String>protected voiddecorateWithCommonQualifiers(List<Map<String, String>> qualifiers, RouteContext context, String customDocTypeName) Deprecated.Add common qualifiers to every Mapinvalid input: '<'String, String> in the given List of Mapinvalid input: '<'String, String>protected org.kuali.rice.krad.document.DocumentgetDocument(RouteContext context) Deprecated.Retrieves the document that the current route context is operating onprotected StringgetDocumentId(RouteContext context) Deprecated.Retrieves the id of the current document from the RouteContextorg.kuali.rice.krad.service.DocumentServiceDeprecated.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kew.role.QualifierResolver
resolve
-
Field Details
-
KIM_ATTRIBUTE_DOCUMENT_TYPE_NAME
Deprecated.- See Also:
-
KIM_ATTRIBUTE_DOCUMENT_NUMBER
Deprecated.- See Also:
-
KIM_ATTRIBUTE_ROUTE_LEVEL_NAME
Deprecated.- See Also:
-
-
Constructor Details
-
QualifierResolverBase
public QualifierResolverBase()Deprecated.
-
-
Method Details
-
getDocument
Deprecated.Retrieves the document that the current route context is operating on- Parameters:
context- the current route context- Returns:
- the document
-
getDocumentId
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 org.kuali.rice.krad.service.DocumentService getDocumentService()Deprecated. -
decorateWithCommonQualifiers
protected void decorateWithCommonQualifiers(List<Map<String, String>> qualifiers, RouteContext context, String customDocTypeName) Deprecated.Add common qualifiers to every Mapinvalid input: '<'String, String> in the given List of Mapinvalid input: '<'String, String>- Parameters:
qualifiers- a List of Mapinvalid input: '<'String, String>s to add common qualifiers todocument- the document currently being routeddocumentEntry- the data dictionary entry of the type of document currently being routedrouteLevel- 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 Mapinvalid input: '<'String, String>- Parameters:
qualifier- an Mapinvalid input: '<'String, String> to add common qualifiers todocument- the document currently being routeddocumentEntry- the data dictionary entry of the type of document currently being routedrouteLevel- the document's current route level
-