Interface StandardMessageCodes
-
public interface StandardMessageCodes
This interface contains some standard message codes to be used for rendering template messages usingTemplateMessageUtil
.- Author:
- Micha Kiener
- See Also:
for further information about how to create an own standard message
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONVERSATION_ADD_PARTICIPANTS
static String
CONVERSATION_DROP_PARTICIPANTS
static String
CONVERSATION_OUT_OF_OFFICE
static String
CONVERSATION_START_TOPIC
static String
CONVERSATION_START_TOPIC_WELCOME
-
-
-
Field Detail
-
CONVERSATION_ADD_PARTICIPANTS
static final String CONVERSATION_ADD_PARTICIPANTS
- See Also:
- Constant Field Values
-
CONVERSATION_DROP_PARTICIPANTS
static final String CONVERSATION_DROP_PARTICIPANTS
- See Also:
- Constant Field Values
-
CONVERSATION_START_TOPIC
static final String CONVERSATION_START_TOPIC
- See Also:
- Constant Field Values
-
CONVERSATION_START_TOPIC_WELCOME
static final String CONVERSATION_START_TOPIC_WELCOME
- See Also:
- Constant Field Values
-
CONVERSATION_OUT_OF_OFFICE
static final String CONVERSATION_OUT_OF_OFFICE
- See Also:
- Constant Field Values
-
-