Class AuditLocalizationConstants
- java.lang.Object
-
- com.evolveum.midpoint.schema.constants.AuditLocalizationConstants
-
public class AuditLocalizationConstants extends Object
Constants for localization key of COLUMN_NAMEs labels of audit widget report.- Author:
- skublik
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTORNEY_COLUMN_KEYstatic StringCHANNEL_COLUMN_KEYstatic StringDELTA_COLUMN_KEYstatic StringEVENT_STAGE_COLUMN_KEYstatic StringEVENT_TYPE_COLUMN_KEYstatic StringINITIATOR_COLUMN_KEYstatic StringMESSAGE_COLUMN_KEYstatic StringNODE_IDENTIFIER_COLUMN_KEYstatic StringOUTCOME_COLUMN_KEYstatic StringRESOURCE_OID_COLUMN_KEYstatic StringRESULT_COLUMN_KEYstatic StringTARGET_COLUMN_KEYstatic StringTARGET_OWNER_COLUMN_KEYstatic StringTASK_OID_COLUMN_KEYstatic StringTIME_COLUMN_KEY
-
Constructor Summary
Constructors Constructor Description AuditLocalizationConstants()
-
-
-
Field Detail
-
TIME_COLUMN_KEY
public static final String TIME_COLUMN_KEY
- See Also:
- Constant Field Values
-
INITIATOR_COLUMN_KEY
public static final String INITIATOR_COLUMN_KEY
- See Also:
- Constant Field Values
-
EVENT_STAGE_COLUMN_KEY
public static final String EVENT_STAGE_COLUMN_KEY
- See Also:
- Constant Field Values
-
EVENT_TYPE_COLUMN_KEY
public static final String EVENT_TYPE_COLUMN_KEY
- See Also:
- Constant Field Values
-
TARGET_COLUMN_KEY
public static final String TARGET_COLUMN_KEY
- See Also:
- Constant Field Values
-
DELTA_COLUMN_KEY
public static final String DELTA_COLUMN_KEY
- See Also:
- Constant Field Values
-
MESSAGE_COLUMN_KEY
public static final String MESSAGE_COLUMN_KEY
- See Also:
- Constant Field Values
-
TARGET_OWNER_COLUMN_KEY
public static final String TARGET_OWNER_COLUMN_KEY
- See Also:
- Constant Field Values
-
CHANNEL_COLUMN_KEY
public static final String CHANNEL_COLUMN_KEY
- See Also:
- Constant Field Values
-
OUTCOME_COLUMN_KEY
public static final String OUTCOME_COLUMN_KEY
- See Also:
- Constant Field Values
-
TASK_OID_COLUMN_KEY
public static final String TASK_OID_COLUMN_KEY
- See Also:
- Constant Field Values
-
NODE_IDENTIFIER_COLUMN_KEY
public static final String NODE_IDENTIFIER_COLUMN_KEY
- See Also:
- Constant Field Values
-
ATTORNEY_COLUMN_KEY
public static final String ATTORNEY_COLUMN_KEY
- See Also:
- Constant Field Values
-
RESULT_COLUMN_KEY
public static final String RESULT_COLUMN_KEY
- See Also:
- Constant Field Values
-
RESOURCE_OID_COLUMN_KEY
public static final String RESOURCE_OID_COLUMN_KEY
- See Also:
- Constant Field Values
-
-