Package org.openiam.constants
Class AccessReviewConstant
- java.lang.Object
-
- org.openiam.constants.AccessReviewConstant
-
public class AccessReviewConstant extends Object
Created by: Alexander Duckardt Date: 5/27/14.
-
-
Field Summary
Fields Modifier and Type Field Description static intDESCRIPTION_FILTER_SETstatic StringGROUP_ICON_DESCRstatic StringGROUP_TYPEstatic StringGROUP_VIEWstatic intINITIAL_LEVELstatic intNAME_FILTER_SETstatic StringRESOURCE_TYPEstatic StringRESOURCE_VIEWstatic intRISK_FILTER_SETstatic StringROLE_ICON_DESCRstatic StringROLE_TYPEstatic StringROLE_VIEWstatic intSHOW_ALLstatic intSHOW_EXCEPTIONS_FILTER_SETstatic intSHOW_GROUP_ONLYstatic intSHOW_MNGSYS_ONLYstatic intSHOW_ROLE_ONLY
-
Constructor Summary
Constructors Constructor Description AccessReviewConstant()
-
-
-
Field Detail
-
INITIAL_LEVEL
public static final int INITIAL_LEVEL
- See Also:
- Constant Field Values
-
SHOW_ALL
public static final int SHOW_ALL
- See Also:
- Constant Field Values
-
SHOW_ROLE_ONLY
public static final int SHOW_ROLE_ONLY
- See Also:
- Constant Field Values
-
SHOW_GROUP_ONLY
public static final int SHOW_GROUP_ONLY
- See Also:
- Constant Field Values
-
SHOW_MNGSYS_ONLY
public static final int SHOW_MNGSYS_ONLY
- See Also:
- Constant Field Values
-
NAME_FILTER_SET
public static final int NAME_FILTER_SET
- See Also:
- Constant Field Values
-
DESCRIPTION_FILTER_SET
public static final int DESCRIPTION_FILTER_SET
- See Also:
- Constant Field Values
-
RISK_FILTER_SET
public static final int RISK_FILTER_SET
- See Also:
- Constant Field Values
-
SHOW_EXCEPTIONS_FILTER_SET
public static final int SHOW_EXCEPTIONS_FILTER_SET
- See Also:
- Constant Field Values
-
ROLE_TYPE
public static final String ROLE_TYPE
- See Also:
- Constant Field Values
-
GROUP_TYPE
public static final String GROUP_TYPE
- See Also:
- Constant Field Values
-
RESOURCE_TYPE
public static final String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
ROLE_ICON_DESCR
public static final String ROLE_ICON_DESCR
- See Also:
- Constant Field Values
-
GROUP_ICON_DESCR
public static final String GROUP_ICON_DESCR
- See Also:
- Constant Field Values
-
GROUP_VIEW
public static final String GROUP_VIEW
- See Also:
- Constant Field Values
-
RESOURCE_VIEW
public static final String RESOURCE_VIEW
- See Also:
- Constant Field Values
-
ROLE_VIEW
public static final String ROLE_VIEW
- See Also:
- Constant Field Values
-
-