org.kuali.rice.kew.api.util
Class CodeTranslator
java.lang.Object
org.kuali.rice.kew.api.util.CodeTranslator
public class CodeTranslator
- extends Object
Utility class to translate the various codes into labels and vice versa.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
arLabels
public static final Map<String,String> arLabels
atLabels
public static final Map<String,String> atLabels
arStatusLabels
public static final Map<String,String> arStatusLabels
routeStatusLabels
public static final Map<String,String> routeStatusLabels
activeIndicatorLabels
public static final Map<Boolean,String> activeIndicatorLabels
activationPolicyLabels
public static final Map<String,String> activationPolicyLabels
policyLabels
public static final Map<String,String> policyLabels
approvePolicyLabels
public static final Map<String,String> approvePolicyLabels
CodeTranslator
public CodeTranslator()
getActionRequestLabel
public static String getActionRequestLabel(String actionRequestCode)
- Given an actionRequest code return the appropriate label.
- Parameters:
actionRequestCode
- The actionRequestCode to be translated.
- Returns:
- action request label
getActionTakenLabel
public static String getActionTakenLabel(String actionTakenCode)
- Given an action taken code return the appropriate label for it.
- Parameters:
actionTakenCode
- action taken code to use to find the label.
- Returns:
- action taken label
getActionRequestStatusLabel
public static String getActionRequestStatusLabel(String status)
- Return the label for the given request status level.
- Parameters:
status
- code of the request status
- Returns:
- label for the corresponding code.
getRouteStatusLabel
public static String getRouteStatusLabel(String status)
getActiveIndicatorLabel
public static String getActiveIndicatorLabel(Boolean indicator)
getActivationPolicyLabel
public static String getActivationPolicyLabel(String code)
getPolicyLabel
public static String getPolicyLabel(String code)
Copyright © 2005-2014 The Kuali Foundation. All Rights Reserved.