Package org.bedework.util.calendar
Interface ScheduleStates
-
- All Superinterfaces:
Serializable
public interface ScheduleStates extends Serializable
Scheduling messages can have one of the following states- Author:
- douglm
-
-
Field Summary
Fields Modifier and Type Field Description static intscheduleDeferredUser is external - will be contactedstatic intscheduleErrorFailed to sendstatic intscheduleIgnoredEarlier request so ignoredstatic intscheduleNoAccessstatic intscheduleOkAdded to users inboxstatic intscheduleUnprocessedUnprocessed
-
-
-
Field Detail
-
scheduleUnprocessed
static final int scheduleUnprocessed
Unprocessed- See Also:
- Constant Field Values
-
scheduleOk
static final int scheduleOk
Added to users inbox- See Also:
- Constant Field Values
-
scheduleNoAccess
static final int scheduleNoAccess
- See Also:
- Constant Field Values
-
scheduleDeferred
static final int scheduleDeferred
User is external - will be contacted- See Also:
- Constant Field Values
-
scheduleIgnored
static final int scheduleIgnored
Earlier request so ignored- See Also:
- Constant Field Values
-
scheduleError
static final int scheduleError
Failed to send- See Also:
- Constant Field Values
-
-