Package org.bedework.calfacade
Class ScheduleResult
java.lang.Object
org.bedework.util.misc.response.Response
org.bedework.calfacade.ScheduleResult
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EventInfo.UpdateResult
public class ScheduleResult
extends org.bedework.util.misc.response.Response
Result for a call to a scheduling method
- Author:
- douglm
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classResult for a single recipient.Nested classes/interfaces inherited from class org.bedework.util.misc.response.Response
org.bedework.util.misc.response.Response.Status -
Field Summary
FieldsModifier and TypeFieldDescriptionRecipients external to the system.booleanTrue if an event had a previously seen sequence and dtstamp.Set of ScheduleRecipientResultbooleanFlagged by incremented sequence or dtstamp in event.booleanFlagged by same sequence and dtstamp in event. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bedework.util.misc.response.Response
error, error, fromResponse, getErrorTag, getException, getId, getMessage, getStatus, getWarnings, hasWarning, invalid, isError, isNotFound, isOk, notFound, notFound, notOk, notOk, notOk, ok, ok, ok, setErrorTag, setException, setId, setMessage, setStatus, toStringSegment, warning
-
Field Details
-
ignored
public boolean ignoredTrue if an event had a previously seen sequence and dtstamp. recipient results will be set but no action taken. -
reschedule
public boolean rescheduleFlagged by incremented sequence or dtstamp in event. -
update
public boolean updateFlagged by same sequence and dtstamp in event. -
recipientResults
Set of ScheduleRecipientResult -
externalRcs
Recipients external to the system.
-
-
Constructor Details
-
ScheduleResult
public ScheduleResult()
-
-
Method Details
-
addRecipientResult
-
toString
- Overrides:
toStringin classorg.bedework.util.misc.response.Response
-