Package org.bedework.calfacade
Class ScheduleResult
java.lang.Object
org.bedework.calfacade.ScheduleResult
Result for a call to a scheduling method
- Author:
- douglm
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classResult for a single recipient. -
Field Summary
FieldsModifier and TypeFieldDescriptionIf non-null error from CalFacadeExceptionRecipients external to the system.To go with the error codebooleanTrue 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
-
Field Details
-
errorCode
If non-null error from CalFacadeException -
extraInfo
To go with the error code -
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