public interface SignupMessageTypes
This interface defines the constants of message type for email purpose
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTENDEE_EDIT_COMMENT_NOTE |
static String |
ORGANIZER_EDIT_COMMENT_NOTE |
static String |
SEND_EMAIL_ALL_PARTICIPANTS |
static String |
SEND_EMAIL_ONLY_ORGANIZER_COORDINATORS |
static String |
SEND_EMAIL_ONLY_SIGNED_UP_ATTENDEES |
static String |
SIGNUP_ATTENDEE_CANCEL |
static String |
SIGNUP_ATTENDEE_PROMOTE |
static String |
SIGNUP_ATTENDEE_SIGNUP |
static String |
SIGNUP_ATTENDEE_SIGNUP_MOVE |
static String |
SIGNUP_ATTENDEE_SIGNUP_REPLACE |
static String |
SIGNUP_ATTENDEE_SIGNUP_SWAP |
static String |
SIGNUP_CANCEL_MEETING |
static String |
SIGNUP_MEETING_MODIFIED |
static String |
SIGNUP_NEW_MEETING |
static String |
SIGNUP_ORGANIZER_ADD |
static String |
SIGNUP_ORGANIZER_REMOVE |
static String |
SIGNUP_PRE_ASSIGN |
static Set<String> |
VALID_SEND_EMAIL_TO_SELECTED_PEOPLE_ONLY |
static final String SIGNUP_NEW_MEETING
static final String SIGNUP_CANCEL_MEETING
static final String SIGNUP_PRE_ASSIGN
static final String SIGNUP_ORGANIZER_ADD
static final String SIGNUP_ORGANIZER_REMOVE
static final String SIGNUP_ATTENDEE_SIGNUP
static final String SIGNUP_ATTENDEE_SIGNUP_MOVE
static final String SIGNUP_ATTENDEE_SIGNUP_REPLACE
static final String SIGNUP_ATTENDEE_SIGNUP_SWAP
static final String SIGNUP_ATTENDEE_CANCEL
static final String SIGNUP_ATTENDEE_PROMOTE
static final String SIGNUP_MEETING_MODIFIED
static final String ATTENDEE_EDIT_COMMENT_NOTE
static final String ORGANIZER_EDIT_COMMENT_NOTE
static final String SEND_EMAIL_ALL_PARTICIPANTS
static final String SEND_EMAIL_ONLY_SIGNED_UP_ATTENDEES
static final String SEND_EMAIL_ONLY_ORGANIZER_COORDINATORS
Copyright © 2003–2020 Sakai Project. All rights reserved.