Class BedeworkConnectorInstance
java.lang.Object
org.bedework.notifier.cnctrs.AbstractConnectorInstance
org.bedework.notifier.cnctrs.bedework.BedeworkConnectorInstance
- All Implemented Interfaces:
ConnectorInstance,org.bedework.util.logging.Logged
Handles bedework notifier interactions.
- Author:
- Mike Douglass
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.bedework.notifier.cnctrs.ConnectorInstance
ConnectorInstance.ItemInfo -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static org.bedework.util.timezones.TimezonesFields inherited from class org.bedework.notifier.cnctrs.AbstractConnectorInstance
sub -
Method Summary
Modifier and TypeMethodDescriptionbooleanchanged()booleanbooleancompleteItem(org.bedework.notifier.db.NotifyDb db, Note note) booleandeleteItem(Note note) nextItem(org.bedework.notifier.db.NotifyDb db) booleanreplaceItem(Note note) Methods inherited from class org.bedework.notifier.cnctrs.AbstractConnectorInstance
getDtstamp, getLogger, openMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, trace, warn
-
Field Details
-
timezones
protected static org.bedework.util.timezones.Timezones timezones
-
-
Method Details
-
getConnector
-
changed
public boolean changed() throws org.bedework.notifier.exception.NoteException- Throws:
org.bedework.notifier.exception.NoteException
-
check
public boolean check(org.bedework.notifier.db.NotifyDb db, String resource) throws org.bedework.notifier.exception.NoteException - Throws:
org.bedework.notifier.exception.NoteException
-
nextItem
public Note nextItem(org.bedework.notifier.db.NotifyDb db) throws org.bedework.notifier.exception.NoteException - Throws:
org.bedework.notifier.exception.NoteException
-
completeItem
public boolean completeItem(org.bedework.notifier.db.NotifyDb db, Note note) throws org.bedework.notifier.exception.NoteException - Throws:
org.bedework.notifier.exception.NoteException
-
deleteItem
- Throws:
org.bedework.notifier.exception.NoteException
-
replaceItem
- Throws:
org.bedework.notifier.exception.NoteException
-