Package de.xima.fc
Class I18nKeys.FormRecordMessagesExport
- java.lang.Object
-
- de.xima.fc.I18nKeys.FormRecordMessagesExport
-
-
Field Summary
Fields Modifier and Type Field Description static String
ATTACHMENTS
static String
CREATED_ON
static String
FORM_NAME
static String
FORM_RECORD_SUBJECT
static String
NO_CHATS_FOUND
static String
PROCESS_ID
static String
RECEIVER_PREFIX
static String
UPLOAD_REQUEST_RESPONSE_FORM_ELEMENT
static String
UPLOAD_REQUEST_RESPONSE_FORM_ELEMENT_WITH_REPETITION
static String
UPLOAD_REQUEST_RESPONSE_FULFILLED
static String
UPLOAD_REQUEST_RESPONSE_NOT_FULFILLED
static String
UPLOAD_REQUEST_RESPONSE_SENT
static String
UPLOAD_REQUEST_RESPONSES
static String
USER_UNKNOWN
-
Constructor Summary
Constructors Constructor Description FormRecordMessagesExport()
-
-
-
Field Detail
-
PROCESS_ID
public static final String PROCESS_ID
- See Also:
- Constant Field Values
-
FORM_RECORD_SUBJECT
public static final String FORM_RECORD_SUBJECT
- See Also:
- Constant Field Values
-
CREATED_ON
public static final String CREATED_ON
- See Also:
- Constant Field Values
-
FORM_NAME
public static final String FORM_NAME
- See Also:
- Constant Field Values
-
ATTACHMENTS
public static final String ATTACHMENTS
- See Also:
- Constant Field Values
-
RECEIVER_PREFIX
public static final String RECEIVER_PREFIX
- See Also:
- Constant Field Values
-
USER_UNKNOWN
public static final String USER_UNKNOWN
- See Also:
- Constant Field Values
-
NO_CHATS_FOUND
public static final String NO_CHATS_FOUND
- See Also:
- Constant Field Values
-
UPLOAD_REQUEST_RESPONSES
public static final String UPLOAD_REQUEST_RESPONSES
- See Also:
- Constant Field Values
-
UPLOAD_REQUEST_RESPONSE_SENT
public static final String UPLOAD_REQUEST_RESPONSE_SENT
- See Also:
- Constant Field Values
-
UPLOAD_REQUEST_RESPONSE_FULFILLED
public static final String UPLOAD_REQUEST_RESPONSE_FULFILLED
- See Also:
- Constant Field Values
-
UPLOAD_REQUEST_RESPONSE_FORM_ELEMENT
public static final String UPLOAD_REQUEST_RESPONSE_FORM_ELEMENT
- See Also:
- Constant Field Values
-
UPLOAD_REQUEST_RESPONSE_FORM_ELEMENT_WITH_REPETITION
public static final String UPLOAD_REQUEST_RESPONSE_FORM_ELEMENT_WITH_REPETITION
- See Also:
- Constant Field Values
-
UPLOAD_REQUEST_RESPONSE_NOT_FULFILLED
public static final String UPLOAD_REQUEST_RESPONSE_NOT_FULFILLED
- See Also:
- Constant Field Values
-
-