public class KimCommonUtils extends Object
Constructor and Description |
---|
KimCommonUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
copyProperties(Object targetToCopyTo,
Object sourceToCopyFrom) |
static boolean |
doesPropertyNameMatch(String requestedDetailsPropertyName,
String permissionDetailsPropertyName) |
static String |
getClosestParentDocumentTypeName(org.kuali.rice.kew.api.doctype.DocumentType documentType,
Set<String> potentialParentDocumentTypeNames) |
static String |
getComponentFullName(Class<? extends Object> clazz) |
static String |
getComponentSimpleName(Class<? extends Object> clazz) |
static String |
getKimBasePath() |
static String |
getPathWithKimContext(String path,
String kimActionName) |
static boolean |
storedValueNotSpecifiedOrInputValueMatches(Map<String,String> storedValues,
Map<String,String> inputValues,
String attributeName) |
public KimCommonUtils()
public static String getClosestParentDocumentTypeName(org.kuali.rice.kew.api.doctype.DocumentType documentType, Set<String> potentialParentDocumentTypeNames)
public static boolean storedValueNotSpecifiedOrInputValueMatches(Map<String,String> storedValues, Map<String,String> inputValues, String attributeName)
public static boolean doesPropertyNameMatch(String requestedDetailsPropertyName, String permissionDetailsPropertyName)
public static String getComponentSimpleName(Class<? extends Object> clazz)
public static String getComponentFullName(Class<? extends Object> clazz)
public static void copyProperties(Object targetToCopyTo, Object sourceToCopyFrom)
public static String getKimBasePath()
public static String getPathWithKimContext(String path, String kimActionName)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.