Interface StandardMessageCodes
public interface StandardMessageCodes
This interface contains some standard message codes to be used for rendering template messages using
TemplateMessageUtil
.- 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 java.lang.String
CONVERSATION_ADD_PARTICIPANTS
static java.lang.String
CONVERSATION_DROP_PARTICIPANTS
static java.lang.String
CONVERSATION_OUT_OF_OFFICE
static java.lang.String
CONVERSATION_START_TOPIC
static java.lang.String
CONVERSATION_START_TOPIC_WELCOME
-
Field Details
-
CONVERSATION_ADD_PARTICIPANTS
static final java.lang.String CONVERSATION_ADD_PARTICIPANTS- See Also:
- Constant Field Values
-
CONVERSATION_DROP_PARTICIPANTS
static final java.lang.String CONVERSATION_DROP_PARTICIPANTS- See Also:
- Constant Field Values
-
CONVERSATION_START_TOPIC
static final java.lang.String CONVERSATION_START_TOPIC- See Also:
- Constant Field Values
-
CONVERSATION_START_TOPIC_WELCOME
static final java.lang.String CONVERSATION_START_TOPIC_WELCOME- See Also:
- Constant Field Values
-
CONVERSATION_OUT_OF_OFFICE
static final java.lang.String CONVERSATION_OUT_OF_OFFICE- See Also:
- Constant Field Values
-