Package org.bedework.synch.shared
Interface SubscriptionInfo<T>
- All Superinterfaces:
Comparable<T>,SerializableProperties<T>
Serializable form of information about the whole subscription.
- Author:
- douglm
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringStrip out alarms if truestatic final StringIf true suppress deletion of events missing in feed.static final StringStrip out scheduling properties if truestatic final StringTurn categories into x-properties.static final StringTurn locations and contacts into x-properties. -
Method Summary
Modifier and TypeMethodDescriptionorg.bedework.synch.wsmessages.CalProcessingTypeAlarmsProcessing - CalProcessingTypebooleanProcessing of deletions - booleanorg.bedework.synch.wsmessages.CalProcessingTypeSchedulingProcessing - CalProcessingTypebooleanProcessing of categories - booleanbooleanProcessing of locations and contacts - booleanvoidsetAlarmsProcessing(org.bedework.synch.wsmessages.CalProcessingType val) AlarmsProcessing - CalProcessingTypevoidsetDeletionsSuppressed(boolean val) Processing of deletions - booleanvoidsetSchedulingProcessing(org.bedework.synch.wsmessages.CalProcessingType val) SchedulingProcessing - CalProcessingTypevoidsetXlocXcategories(boolean val) Processing of categories - booleanvoidsetXlocXcontact(boolean val) Processing of locations and contacts - booleanMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface org.bedework.synch.shared.SerializableProperties
getAllSynchProperties, getChanged, getProperty, getSynchProperties, loadProperties, resetChanged, setChanged, setProperty, setSynchProperties
-
Field Details
-
propnameAlarmProcessing
Strip out alarms if true- See Also:
-
propnameSchedulingProcessing
Strip out scheduling properties if true- See Also:
-
propnameXlocXcontacts
Turn locations and contacts into x-properties. The receiving end may reinstate them as real curated values- See Also:
-
propnameXcategories
Turn categories into x-properties. The receiving end may reinstate them as real curated values- See Also:
-
propnameDeleteSuppressed
If true suppress deletion of events missing in feed.- See Also:
-
-
Method Details
-
setAlarmsProcessing
AlarmsProcessing - CalProcessingType- Parameters:
val-- Throws:
SynchException
-
getAlarmsProcessing
AlarmsProcessing - CalProcessingType- Returns:
- boolean
- Throws:
SynchException
-
setSchedulingProcessing
void setSchedulingProcessing(org.bedework.synch.wsmessages.CalProcessingType val) throws SynchException SchedulingProcessing - CalProcessingType- Parameters:
val-- Throws:
SynchException
-
getSchedulingProcessing
SchedulingProcessing - CalProcessingType- Returns:
- CalProcessingType
- Throws:
SynchException
-
setXlocXcontact
Processing of locations and contacts - boolean- Parameters:
val- true to enable processing of locations and contacts- Throws:
SynchException
-
getXlocXcontact
Processing of locations and contacts - boolean- Returns:
- boolean
- Throws:
SynchException
-
setXlocXcategories
Processing of categories - boolean- Parameters:
val- true to enable processing of categories- Throws:
SynchException
-
getXlocXcategories
Processing of categories - boolean- Returns:
- boolean
- Throws:
SynchException
-
setDeletionsSuppressed
Processing of deletions - boolean- Parameters:
val- true to suppress deletion of missing events- Throws:
SynchException
-
getDeletionsSuppressed
Processing of deletions - boolean- Returns:
- boolean true to suppress deletion of missing events
- Throws:
SynchException
-