Class ScheduleResult

java.lang.Object
org.bedework.calfacade.ScheduleResult

public class ScheduleResult extends Object
Result for a call to a scheduling method
Author:
douglm
  • Field Details

    • errorCode

      public String errorCode
      If non-null error from CalFacadeException
    • extraInfo

      public Object extraInfo
      To go with the error code
    • ignored

      public boolean ignored
      True if an event had a previously seen sequence and dtstamp. recipient results will be set but no action taken.
    • reschedule

      public boolean reschedule
      Flagged by incremented sequence or dtstamp in event.
    • update

      public boolean update
      Flagged by same sequence and dtstamp in event.
    • recipientResults

      Set of ScheduleRecipientResult
    • externalRcs

      public Set<String> externalRcs
      Recipients external to the system.
  • Constructor Details

    • ScheduleResult

      public ScheduleResult()
  • Method Details