Module: OpenWFE::Extras

Defined in:
lib/openwfe/extras/listeners/sqslisteners.rb,
lib/openwfe/extras/engine/db_persisted_engine.rb,
lib/openwfe/extras/participants/csvparticipants.rb,
lib/openwfe/extras/participants/sqsparticipants.rb,
lib/openwfe/extras/participants/activeparticipants.rb,
lib/openwfe/extras/participants/twitterparticipants.rb,
lib/openwfe/extras/participants/atompub_participants.rb,
lib/openwfe/extras/participants/atomfeed_participants.rb,
lib/openwfe/extras/participants/basecamp_participants.rb,
lib/openwfe/extras/expool/dberrorjournal.rb,
lib/openwfe/extras/expool/dbexpstorage.rb,
lib/openwfe/extras/misc/activityfeed.rb

Defined Under Namespace

Classes: ActiveParticipant, ActiveStoreParticipant, ActivityFeedService, AtomFeedParticipant, AtomPubParticipant, BasecampParticipant, BlogParticipant, CachedDbPersistedEngine, CsvParticipant, DbErrorJournal, DbExpressionStorage, DbPersistedEngine, Entry, Expression, ExpressionTables, Field, ProcessError, ProcessErrorTables, SqsListener, SqsParticipant, ThreadedDbExpressionStorage, TwitterParticipant, Workitem, WorkitemTables

Constant Summary collapse

SPECIAL_FIELD_CLASSES =

A workaround is in place for some classes when then have to get serialized. The names of thoses classes are listed in this array.

[ 'Time', 'Date', 'DateTime' ]