org.kuali.rice.kim.util
Class KimConstants.KimUIConstants

java.lang.Object
  extended by org.kuali.rice.kim.util.KimConstants.KimUIConstants
Enclosing class:
KimConstants

public static class KimConstants.KimUIConstants
extends Object


Field Summary
static String COMMA_SEPARATOR
           
static String DELEGATION_PRIMARY
           
static String DELEGATION_PRIMARY_LABEL
           
static String DELEGATION_SECONDARY
           
static String DELEGATION_SECONDARY_LABEL
           
static Map<String,String> DELEGATION_TYPES
           
static String KIM_APPLICATION
           
static String KIM_DOCUMENT_ROLE_MEMBER_LOOKUPABLE_IMPL
           
static Map<String,String> KIM_DOCUMENT_TYPE_NAMES_MAP
           
static Map<String,String> KIM_DOCUMENTS_ACTIONS_MAP
           
static String KIM_GROUP_DOCUMENT_ACTION
           
static String KIM_GROUP_DOCUMENT_SHORT_KEY
           
static String KIM_GROUP_DOCUMENT_TYPE_NAME
           
static String KIM_GROUP_INQUIRY_ACTION
           
static Map<String,String> KIM_MEMBER_TYPES_MAP
           
static String KIM_PERMISSION_DOCUMENT_TYPE_NAME
           
static String KIM_PERSON_DOCUMENT_ACTION
           
static String KIM_PERSON_DOCUMENT_SHORT_KEY
           
static String KIM_PERSON_DOCUMENT_TYPE_NAME
           
static String KIM_PERSON_INQUIRY_ACTION
           
static String KIM_REVIEW_RESPONSIBILITY_DOCUMENT_TYPE_NAME
           
static String KIM_ROLE_DOCUMENT_ACTION
           
static String KIM_ROLE_DOCUMENT_SHORT_KEY
           
static String KIM_ROLE_DOCUMENT_TYPE_NAME
           
static String KIM_ROLE_INQUIRY_ACTION
           
static String KIM_URL_KEY
           
static String MEMBER_ID_PREFIX
           
static String MEMBER_NAME
           
static String MEMBER_NAMESPACE_CODE
           
static String MEMBER_TYPE_GROUP
           
static String MEMBER_TYPE_GROUP_CODE
           
static String MEMBER_TYPE_PRINCIPAL
           
static String MEMBER_TYPE_PRINCIPAL_CODE
           
static String MEMBER_TYPE_ROLE
           
static String MEMBER_TYPE_ROLE_CODE
           
static String NAME_VALUE_SEPARATOR
           
static String OR_OPERATOR
           
static String PARAMETERIZED_URL_SEPARATOR
           
static String ROLE_LOOKUPABLE_IMPL
           
static String ROLE_MEMBER_LOOKUPABLE_IMPL
           
static String ROLE_MEMBERS_COLLECTION_NAME
           
static String URL_SEPARATOR
           
 
Constructor Summary
KimConstants.KimUIConstants()
           
 
Method Summary
private static Map<String,String> getDelegationTypesMap()
           
private static Map<String,String> getDocumentActionsMap()
           
private static Map<String,String> getDocumentTypeNamesMap()
           
private static Map<String,String> getKimMemberTypesMap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAME_VALUE_SEPARATOR

public static final String NAME_VALUE_SEPARATOR
See Also:
Constant Field Values

COMMA_SEPARATOR

public static final String COMMA_SEPARATOR
See Also:
Constant Field Values

OR_OPERATOR

public static final String OR_OPERATOR
See Also:
Constant Field Values

URL_SEPARATOR

public static final String URL_SEPARATOR
See Also:
Constant Field Values

PARAMETERIZED_URL_SEPARATOR

public static final String PARAMETERIZED_URL_SEPARATOR
See Also:
Constant Field Values

KIM_URL_KEY

public static final String KIM_URL_KEY
See Also:
Constant Field Values

KIM_APPLICATION

public static final String KIM_APPLICATION
See Also:
Constant Field Values

MEMBER_ID_PREFIX

public static final String MEMBER_ID_PREFIX
See Also:
Constant Field Values

MEMBER_NAME

public static final String MEMBER_NAME
See Also:
Constant Field Values

MEMBER_NAMESPACE_CODE

public static final String MEMBER_NAMESPACE_CODE
See Also:
Constant Field Values

MEMBER_TYPE_PRINCIPAL_CODE

public static final String MEMBER_TYPE_PRINCIPAL_CODE
See Also:
Constant Field Values

MEMBER_TYPE_GROUP_CODE

public static final String MEMBER_TYPE_GROUP_CODE
See Also:
Constant Field Values

MEMBER_TYPE_ROLE_CODE

public static final String MEMBER_TYPE_ROLE_CODE
See Also:
Constant Field Values

MEMBER_TYPE_PRINCIPAL

public static final String MEMBER_TYPE_PRINCIPAL
See Also:
Constant Field Values

MEMBER_TYPE_GROUP

public static final String MEMBER_TYPE_GROUP
See Also:
Constant Field Values

MEMBER_TYPE_ROLE

public static final String MEMBER_TYPE_ROLE
See Also:
Constant Field Values

KIM_MEMBER_TYPES_MAP

public static final Map<String,String> KIM_MEMBER_TYPES_MAP

KIM_ROLE_DOCUMENT_TYPE_NAME

public static final String KIM_ROLE_DOCUMENT_TYPE_NAME
See Also:
Constant Field Values

KIM_GROUP_DOCUMENT_TYPE_NAME

public static final String KIM_GROUP_DOCUMENT_TYPE_NAME
See Also:
Constant Field Values

KIM_PERSON_DOCUMENT_TYPE_NAME

public static final String KIM_PERSON_DOCUMENT_TYPE_NAME
See Also:
Constant Field Values

KIM_PERMISSION_DOCUMENT_TYPE_NAME

public static final String KIM_PERMISSION_DOCUMENT_TYPE_NAME
See Also:
Constant Field Values

KIM_REVIEW_RESPONSIBILITY_DOCUMENT_TYPE_NAME

public static final String KIM_REVIEW_RESPONSIBILITY_DOCUMENT_TYPE_NAME
See Also:
Constant Field Values

KIM_ROLE_DOCUMENT_SHORT_KEY

public static final String KIM_ROLE_DOCUMENT_SHORT_KEY
See Also:
Constant Field Values

KIM_GROUP_DOCUMENT_SHORT_KEY

public static final String KIM_GROUP_DOCUMENT_SHORT_KEY
See Also:
Constant Field Values

KIM_PERSON_DOCUMENT_SHORT_KEY

public static final String KIM_PERSON_DOCUMENT_SHORT_KEY
See Also:
Constant Field Values

KIM_ROLE_DOCUMENT_ACTION

public static final String KIM_ROLE_DOCUMENT_ACTION
See Also:
Constant Field Values

KIM_ROLE_INQUIRY_ACTION

public static final String KIM_ROLE_INQUIRY_ACTION
See Also:
Constant Field Values

KIM_PERSON_DOCUMENT_ACTION

public static final String KIM_PERSON_DOCUMENT_ACTION
See Also:
Constant Field Values

KIM_PERSON_INQUIRY_ACTION

public static final String KIM_PERSON_INQUIRY_ACTION
See Also:
Constant Field Values

KIM_GROUP_DOCUMENT_ACTION

public static final String KIM_GROUP_DOCUMENT_ACTION
See Also:
Constant Field Values

KIM_GROUP_INQUIRY_ACTION

public static final String KIM_GROUP_INQUIRY_ACTION
See Also:
Constant Field Values

KIM_DOCUMENTS_ACTIONS_MAP

public static final Map<String,String> KIM_DOCUMENTS_ACTIONS_MAP

KIM_DOCUMENT_TYPE_NAMES_MAP

public static final Map<String,String> KIM_DOCUMENT_TYPE_NAMES_MAP

DELEGATION_PRIMARY

public static final String DELEGATION_PRIMARY
See Also:
Constant Field Values

DELEGATION_SECONDARY

public static final String DELEGATION_SECONDARY
See Also:
Constant Field Values

DELEGATION_PRIMARY_LABEL

public static final String DELEGATION_PRIMARY_LABEL
See Also:
Constant Field Values

DELEGATION_SECONDARY_LABEL

public static final String DELEGATION_SECONDARY_LABEL
See Also:
Constant Field Values

DELEGATION_TYPES

public static final Map<String,String> DELEGATION_TYPES

ROLE_LOOKUPABLE_IMPL

public static final String ROLE_LOOKUPABLE_IMPL
See Also:
Constant Field Values

KIM_DOCUMENT_ROLE_MEMBER_LOOKUPABLE_IMPL

public static final String KIM_DOCUMENT_ROLE_MEMBER_LOOKUPABLE_IMPL
See Also:
Constant Field Values

ROLE_MEMBER_LOOKUPABLE_IMPL

public static final String ROLE_MEMBER_LOOKUPABLE_IMPL
See Also:
Constant Field Values

ROLE_MEMBERS_COLLECTION_NAME

public static final String ROLE_MEMBERS_COLLECTION_NAME
See Also:
Constant Field Values
Constructor Detail

KimConstants.KimUIConstants

public KimConstants.KimUIConstants()
Method Detail

getKimMemberTypesMap

private static Map<String,String> getKimMemberTypesMap()

getDocumentActionsMap

private static Map<String,String> getDocumentActionsMap()

getDocumentTypeNamesMap

private static Map<String,String> getDocumentTypeNamesMap()

getDelegationTypesMap

private static Map<String,String> getDelegationTypesMap()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.