public interface SubscriptionInfo<T> extends SerializableProperties<T>
| Modifier and Type | Field and Description |
|---|---|
static String |
propnameAlarmProcessing
Strip out alarms if true
|
static String |
propnameDeleteSuppressed
If true suppress deletion of events missing in feed.
|
static String |
propnameSchedulingProcessing
Strip out scheduling properties if true
|
static String |
propnameXcategories
Turn categories into x-properties.
|
static String |
propnameXlocXcontacts
Turn locations and contacts into x-properties.
|
| Modifier and Type | Method and Description |
|---|---|
org.bedework.synch.wsmessages.CalProcessingType |
getAlarmsProcessing()
AlarmsProcessing - CalProcessingType
|
boolean |
getDeletionsSuppressed()
Processing of deletions - boolean
|
org.bedework.synch.wsmessages.CalProcessingType |
getSchedulingProcessing()
SchedulingProcessing - CalProcessingType
|
boolean |
getXlocXcategories()
Processing of categories - boolean
|
boolean |
getXlocXcontact()
Processing of locations and contacts - boolean
|
void |
setAlarmsProcessing(org.bedework.synch.wsmessages.CalProcessingType val)
AlarmsProcessing - CalProcessingType
|
void |
setDeletionsSuppressed(boolean val)
Processing of deletions - boolean
|
void |
setSchedulingProcessing(org.bedework.synch.wsmessages.CalProcessingType val)
SchedulingProcessing - CalProcessingType
|
void |
setXlocXcategories(boolean val)
Processing of categories - boolean
|
void |
setXlocXcontact(boolean val)
Processing of locations and contacts - boolean
|
getAllSynchProperties, getChanged, getProperty, getSynchProperties, loadProperties, resetChanged, setChanged, setProperty, setSynchPropertiescompareTostatic final String propnameAlarmProcessing
static final String propnameSchedulingProcessing
static final String propnameXlocXcontacts
static final String propnameXcategories
static final String propnameDeleteSuppressed
void setAlarmsProcessing(org.bedework.synch.wsmessages.CalProcessingType val)
throws SynchException
val - SynchExceptionorg.bedework.synch.wsmessages.CalProcessingType getAlarmsProcessing()
throws SynchException
SynchExceptionvoid setSchedulingProcessing(org.bedework.synch.wsmessages.CalProcessingType val)
throws SynchException
val - SynchExceptionorg.bedework.synch.wsmessages.CalProcessingType getSchedulingProcessing()
throws SynchException
SynchExceptionvoid setXlocXcontact(boolean val)
throws SynchException
val - true to enable processing of locations and contactsSynchExceptionboolean getXlocXcontact()
throws SynchException
SynchExceptionvoid setXlocXcategories(boolean val)
throws SynchException
val - true to enable processing of categoriesSynchExceptionboolean getXlocXcategories()
throws SynchException
SynchExceptionvoid setDeletionsSuppressed(boolean val)
throws SynchException
val - true to suppress deletion of missing eventsSynchExceptionboolean getDeletionsSuppressed()
throws SynchException
SynchExceptionCopyright © 2018 Bedework. All rights reserved.