Class BedeworkConnectorInstance
- java.lang.Object
-
- org.bedework.synch.shared.cnctrs.AbstractConnectorInstance<BedeworkConnector,BedeworkSubscriptionInfo,BedeworkConnectorConfig>
-
- org.bedework.synch.cnctrs.bedework.BedeworkConnectorInstance
-
- All Implemented Interfaces:
ConnectorInstance<BedeworkSubscriptionInfo>,org.bedework.util.logging.Logged
public class BedeworkConnectorInstance extends AbstractConnectorInstance<BedeworkConnector,BedeworkSubscriptionInfo,BedeworkConnectorConfig>
Handles bedework synch interactions.- Author:
- Mike Douglass
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.bedework.synch.shared.cnctrs.ConnectorInstance
ConnectorInstance.ItemInfo, ConnectorInstance.SynchItemsInfo
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.oasis_open.docs.ws_calendar.ns.soap.AddItemResponseTypeaddItem(ietf.params.xml.ns.icalendar_2.IcalendarType val)booleanchanged()org.oasis_open.docs.ws_calendar.ns.soap.DeleteItemResponseTypedeleteItem(String uid)org.oasis_open.docs.ws_calendar.ns.soap.FetchItemResponseTypefetchItem(String uid)List<org.oasis_open.docs.ws_calendar.ns.soap.FetchItemResponseType>fetchItems(List<String> uids)ConnectorInstance.SynchItemsInfogetItemsInfo()org.oasis_open.docs.ws_calendar.ns.soap.UpdateItemResponseTypeupdateItem(org.oasis_open.docs.ws_calendar.ns.soap.UpdateItemType updates)-
Methods inherited from class org.bedework.synch.shared.cnctrs.AbstractConnectorInstance
getClient, getConnector, getLastCrudCts, getLogger, getSubInfo, getTotalCrudCts, open, setLastCrudCts, setTotalCrudCts, subscribe, unsubscribe, validateActiveSubInfo, validateSubInfo
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
changed
public boolean changed() throws SynchException- Throws:
SynchException
-
getItemsInfo
public ConnectorInstance.SynchItemsInfo getItemsInfo() throws SynchException
- Throws:
SynchException
-
addItem
public org.oasis_open.docs.ws_calendar.ns.soap.AddItemResponseType addItem(ietf.params.xml.ns.icalendar_2.IcalendarType val) throws SynchException- Throws:
SynchException
-
fetchItem
public org.oasis_open.docs.ws_calendar.ns.soap.FetchItemResponseType fetchItem(String uid) throws SynchException
- Throws:
SynchException
-
fetchItems
public List<org.oasis_open.docs.ws_calendar.ns.soap.FetchItemResponseType> fetchItems(List<String> uids) throws SynchException
- Throws:
SynchException
-
updateItem
public org.oasis_open.docs.ws_calendar.ns.soap.UpdateItemResponseType updateItem(org.oasis_open.docs.ws_calendar.ns.soap.UpdateItemType updates) throws SynchException- Throws:
SynchException
-
deleteItem
public org.oasis_open.docs.ws_calendar.ns.soap.DeleteItemResponseType deleteItem(String uid) throws SynchException
- Throws:
SynchException
-
-