|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.kuali.rice.kns.workflow.attribute.QualifierResolverBase
@Deprecated public abstract class QualifierResolverBase
Field Summary | |
---|---|
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 Summary | |
---|---|
QualifierResolverBase()
Deprecated. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kew.role.QualifierResolver |
---|
resolve |
Field Detail |
---|
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
Constructor Detail |
---|
public QualifierResolverBase()
Method Detail |
---|
protected Document getDocument(RouteContext context)
context
- the current route context
protected String getDocumentId(RouteContext context)
context
- the current route context
public 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 level
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |