Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

AbstractCompositeFilter - Class in won.bot.framework.eventbot.filter
Composite filter.
AbstractCompositeFilter() - Constructor for class won.bot.framework.eventbot.filter.AbstractCompositeFilter
 
AbstractCompositeFilter(List<EventFilter>) - Constructor for class won.bot.framework.eventbot.filter.AbstractCompositeFilter
 
AbstractCompositeFilter(EventFilter...) - Constructor for class won.bot.framework.eventbot.filter.AbstractCompositeFilter
 
AbstractCompositeNeedProducer - Class in won.bot.framework.component.needproducer.impl
NeedProducer that needFactories to a list of need factories.
AbstractCompositeNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
 
AbstractCreateNeedAction - Class in won.bot.framework.eventbot.action.impl.needlifecycle
Base class for actions that create needs.
AbstractCreateNeedAction(EventListenerContext, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
Creates a need with the specified facets.
AbstractCreateNeedAction(EventListenerContext, String, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
Creates a need with the specified facets.
AbstractCreateNeedAction(EventListenerContext, String, boolean, boolean, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
Creates a need with the specified facets.
AbstractDelegatingAction - Class in won.bot.framework.eventbot.action.impl
Base action with capabilities for delegating to another action
AbstractDelegatingAction(EventListenerContext, EventBotAction) - Constructor for class won.bot.framework.eventbot.action.impl.AbstractDelegatingAction
 
AbstractDelegatingFilter - Class in won.bot.framework.eventbot.filter
Abstract base class for delegating filters.
AbstractDelegatingFilter(EventFilter) - Constructor for class won.bot.framework.eventbot.filter.AbstractDelegatingFilter
 
AbstractDoOnceAfterNEventsListener - Class in won.bot.framework.eventbot.listener
Counts how often it is called, offers to call a callback when a certain number is reached.
AbstractDoOnceAfterNEventsListener(EventListenerContext, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
AbstractDoOnceAfterNEventsListener(EventListenerContext, EventFilter, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
AbstractDoOnceAfterNEventsListener(EventListenerContext, String, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
AbstractDoOnceAfterNEventsListener(EventListenerContext, String, EventFilter, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
AbstractFinishingListener - Class in won.bot.framework.eventbot.listener
Base class for listeners that eventually stop listening.
AbstractFinishingListener(EventListenerContext) - Constructor for class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
AbstractFinishingListener(EventListenerContext, EventFilter) - Constructor for class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
AbstractFinishingListener(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
AbstractFinishingListener(EventListenerContext, String, EventFilter) - Constructor for class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
AbstractHandleFirstNEventsListener - Class in won.bot.framework.eventbot.listener
Counts how often it is called, offers to call a callback when a certain number is reached.
AbstractHandleFirstNEventsListener(EventListenerContext, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
AbstractHandleFirstNEventsListener(EventListenerContext, EventFilter, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
AbstractHandleFirstNEventsListener(EventListenerContext, String, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
AbstractHandleFirstNEventsListener(EventListenerContext, String, EventFilter, int) - Constructor for class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
AbstractMessageCommandResultEvent - Class in won.bot.framework.eventbot.event.impl.command.base
Base class for command results (failure and successes).
AbstractMessageCommandResultEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.base.AbstractMessageCommandResultEvent
 
AbstractMessageCommandResultEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.base.AbstractMessageCommandResultEvent
 
AbstractMessageCommandResultEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.base.AbstractMessageCommandResultEvent
 
AbstractMessageCommandResultEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.base.AbstractMessageCommandResultEvent
 
AbstractNamedUriListFilter - Class in won.bot.framework.eventbot.filter.impl
Event filter that accepts need specific events the URI of which is found in the specified named URI list.
AbstractNamedUriListFilter(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.filter.impl.AbstractNamedUriListFilter
 
AbstractNeedProducerWrapper - Class in won.bot.framework.component.needproducer.impl
User: fkleedorfer Date: 17.12.13
AbstractNeedProducerWrapper() - Constructor for class won.bot.framework.component.needproducer.impl.AbstractNeedProducerWrapper
 
accept(Event) - Method in class won.bot.framework.eventbot.action.impl.trigger.BotTriggerFilter
 
accept(Event) - Method in interface won.bot.framework.eventbot.filter.EventFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.AbstractNamedUriListFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.AcceptAllEventsFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.AcceptNTimesFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.AndFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.CommandResultFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.ConnectionUriEventFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.FinishedEventFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.NeedUriEventFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.NotFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.OrFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.OriginalMessageUriRemoteResponseEventFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.OriginalMessageUriResponseEventFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.SameEventFilter
 
accept(Event) - Method in class won.bot.framework.eventbot.filter.impl.TargetCounterFilter
 
AcceptAllEventsFilter - Class in won.bot.framework.eventbot.filter.impl
Event filter that accepts all events.
AcceptAllEventsFilter() - Constructor for class won.bot.framework.eventbot.filter.impl.AcceptAllEventsFilter
 
AcceptNTimesFilter - Class in won.bot.framework.eventbot.filter.impl
Delegating filter that counts how many times its delegate has accepted.
AcceptNTimesFilter(EventFilter, int) - Constructor for class won.bot.framework.eventbot.filter.impl.AcceptNTimesFilter
 
AcceptOnceFilter - Class in won.bot.framework.eventbot.filter.impl
Delegating filter that only accepts once.
AcceptOnceFilter(EventFilter) - Constructor for class won.bot.framework.eventbot.filter.impl.AcceptOnceFilter
 
act() - Method in class won.bot.framework.bot.base.BaseBot
 
act() - Method in class won.bot.framework.bot.base.EventBot
 
act() - Method in interface won.bot.framework.bot.Bot
Called by the framework to execute non-reactive tasks.
ActEvent - Class in won.bot.framework.eventbot.event.impl.lifecycle
The Act event informs listeners that the bot was asked to perform a custom action.
ActEvent() - Constructor for class won.bot.framework.eventbot.event.impl.lifecycle.ActEvent
 
ActionOnceAfterNEventsListener - Class in won.bot.framework.eventbot.listener.impl
Counts how often it is called, offers to call a callback when a certain number is reached.
ActionOnceAfterNEventsListener(EventListenerContext, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnceAfterNEventsListener
 
ActionOnceAfterNEventsListener(EventListenerContext, EventFilter, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnceAfterNEventsListener
 
ActionOnceAfterNEventsListener(EventListenerContext, String, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnceAfterNEventsListener
 
ActionOnceAfterNEventsListener(EventListenerContext, String, EventFilter, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnceAfterNEventsListener
 
ActionOnEventListener - Class in won.bot.framework.eventbot.listener.impl
Executes a task when an event is seen.
ActionOnEventListener(EventListenerContext, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnEventListener(EventListenerContext, EventFilter, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnEventListener(EventListenerContext, String, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnEventListener(EventListenerContext, String, EventFilter, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnEventListener(EventListenerContext, EventBotAction, int) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnEventListener(EventListenerContext, EventFilter, EventBotAction, int) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnEventListener(EventListenerContext, String, EventBotAction, int) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnEventListener(EventListenerContext, String, EventFilter, EventBotAction, int) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ActionOnFirstEventListener - Class in won.bot.framework.eventbot.listener.impl
Executes its action exactly once, only when the first event is seen, then unregisters.
ActionOnFirstEventListener(EventListenerContext, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstEventListener
 
ActionOnFirstEventListener(EventListenerContext, EventFilter, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstEventListener
 
ActionOnFirstEventListener(EventListenerContext, String, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstEventListener
 
ActionOnFirstEventListener(EventListenerContext, String, EventFilter, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstEventListener
 
ActionOnFirstNEventsListener - Class in won.bot.framework.eventbot.listener.impl
User: fkleedorfer Date: 06.04.14
ActionOnFirstNEventsListener(EventListenerContext, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstNEventsListener
 
ActionOnFirstNEventsListener(EventListenerContext, EventFilter, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstNEventsListener
 
ActionOnFirstNEventsListener(EventListenerContext, String, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstNEventsListener
 
ActionOnFirstNEventsListener(EventListenerContext, String, EventFilter, int, EventBotAction) - Constructor for class won.bot.framework.eventbot.listener.impl.ActionOnFirstNEventsListener
 
ActionOnTriggerEventListener - Class in won.bot.framework.eventbot.action.impl.trigger
Executes the action each time the specified trigger publishes its BotTriggerEvent.
ActionOnTriggerEventListener(EventListenerContext, BotTrigger, EventBotAction) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.ActionOnTriggerEventListener
 
ActionOnTriggerEventListener(EventListenerContext, String, BotTrigger, EventBotAction) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.ActionOnTriggerEventListener
 
ActionOnTriggerEventListener(EventListenerContext, BotTrigger, EventBotAction, int) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.ActionOnTriggerEventListener
 
ActionOnTriggerEventListener(EventListenerContext, String, BotTrigger, EventBotAction, int) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.ActionOnTriggerEventListener
 
ActionType - Enum in won.bot.framework.eventbot.action.impl.mail.model
Created by fsuda on 18.10.2016.
activate() - Method in class won.bot.framework.eventbot.action.impl.trigger.BotTrigger
 
activate() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
Activates the behaviour without passing a message object.
activate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
Activates the behaviour by registering listeners.
ActiveBlockingFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
ActiveBlockingFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveBlockingFPBot
 
ActiveBlockingSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
ActiveBlockingSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveBlockingSPBot
 
ActiveBlockingSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
ActiveBlockingSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveBlockingSPBot
 
ActiveCannotCompleteVoteFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveCannotCompleteVoteFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveCannotCompleteVoteFPUriBot
 
ActiveCannotCompleteVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveCannotCompleteVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveCannotCompleteVoteSPBot
 
ActiveCannotCompleteVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveCannotCompleteVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveCannotCompleteVoteSPBot
 
ActiveCannotCompleteVoteSPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveCannotCompleteVoteSPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveCannotCompleteVoteSPUriBot
 
ActiveExitVoteFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveExitVoteFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveExitVoteFPUriBot
 
ActiveExitVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveExitVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveExitVoteSPBot
 
ActiveExitVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveExitVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveExitVoteSPBot
 
ActiveExitVoteSPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveExitVoteSPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveExitVoteSPUriBot
 
ActiveFailingVoteFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveFailingVoteFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFailingVoteFPUriBot
 
ActiveFailingVoteSPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveFailingVoteSPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFailingVoteSPUriBot
 
ActiveFailVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveFailVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFailVoteSPBot
 
ActiveFailVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveFailVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFailVoteSPBot
 
ActiveFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFPBot
 
ActiveFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFPBot
 
ActiveFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFPUriBot
 
ActiveFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFPUriBot
 
activeListeners - Variable in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
ActiveSPCancelingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingBot
 
ActiveSPCancelingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingBot
 
ActiveSPCancelingFailingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingFailingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingFailingBot
 
ActiveSPCancelingFailingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingFailingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingFailingBot
 
ActiveSPCancelingFailingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingFailingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingFailingUriBot
 
ActiveSPCancelingFailingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingFailingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingFailingUriBot
 
ActiveSPCancelingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingUriBot
 
ActiveSPCancelingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
ActiveSPCancelingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingUriBot
 
addBot(Bot) - Method in interface won.bot.framework.manager.BotManager
 
addBot(Bot) - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
addCachedMailsForMailAddress(MimeMessage) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
addChatIdWonURIRelation(Long, WonURI) - Method in class won.bot.framework.bot.context.TelegramBotContextWrapper
 
addFactoryNeedURIOfferRelation(URI, URI) - Method in class won.bot.framework.bot.context.FactoryBotContextWrapper
 
addFilter(EventFilter) - Method in class won.bot.framework.eventbot.filter.AbstractCompositeFilter
 
addFilter(EventFilter) - Method in interface won.bot.framework.eventbot.filter.CompositeFilter
 
addFirings(int) - Method in class won.bot.framework.eventbot.action.impl.trigger.FireCountLimitedBotTrigger
 
AddFiringsAction - Class in won.bot.framework.eventbot.action.impl.trigger
 
AddFiringsAction(EventListenerContext, FireCountLimitedBotTrigger, int) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.AddFiringsAction
 
addInternalIdToUriReference(URI, URI) - Method in class won.bot.framework.bot.context.FactoryBotContextWrapper
 
AdditionalParticipantCoordinatorBotContextWrapper - Class in won.bot.framework.bot.context
Created by fsuda on 14.04.2017.
AdditionalParticipantCoordinatorBotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.AdditionalParticipantCoordinatorBotContextWrapper
 
addMailAddressWonURIRelation(String, WonURI) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
addMailIdWonURIRelation(String, WonURI) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
addMessageIdWonURIRelation(Integer, WonURI) - Method in class won.bot.framework.bot.context.TelegramBotContextWrapper
 
addNeedFactory(NeedProducer) - Method in class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
 
addPreconditionMetError(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
addToListMap(String, String, Serializable...) - Method in interface won.bot.framework.bot.context.BotContext
Add one or more arbitrary objects to a list at a specific key in the collection.
addToListMap(String, String, Serializable...) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
addToListMap(String, String, Serializable...) - Method in class won.bot.framework.bot.context.MongoBotContext
 
addUriAssociation(URI, URI) - Method in class won.bot.framework.bot.context.BotContextWrapper
 
addURIChatIdRelation(URI, Long) - Method in class won.bot.framework.bot.context.TelegramBotContextWrapper
 
addUriMimeMessageRelation(URI, MimeMessage) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
AgreementCancellationAcceptedEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.agreement
Created by fsuda on 27.11.2017.
AgreementCancellationAcceptedEvent(Connection, URI) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementCancellationAcceptedEvent
 
AgreementCancellationAcceptedEvent(Connection, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementCancellationAcceptedEvent
 
AgreementCancellationRequestedEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.agreement
Created by fsuda on 27.11.2017.
AgreementCancellationRequestedEvent(Connection, URI) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementCancellationRequestedEvent
 
AgreementCancellationRequestedEvent(Connection, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementCancellationRequestedEvent
 
AgreementErrorEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.agreement
Created by fsuda on 27.11.2017.
AgreementErrorEvent(Connection, URI) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementErrorEvent
 
AgreementEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.agreement
Created by fsuda on 27.11.2017.
AgreementEvent(Connection, URI) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementEvent
 
allNeedsDeactivator - Variable in class won.bot.impl.CommentBot
 
allNeedsDeactivator - Variable in class won.bot.impl.MatcherProtocolTestBot
 
AnalyzeBehaviour - Class in won.bot.framework.eventbot.behaviour
 
AnalyzeBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
AnalyzeBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
AndFilter - Class in won.bot.framework.eventbot.filter.impl
Filter that accepts if all filters it has accept.
AndFilter() - Constructor for class won.bot.framework.eventbot.filter.impl.AndFilter
 
AndFilter(List<EventFilter>) - Constructor for class won.bot.framework.eventbot.filter.impl.AndFilter
 
AndFilter(EventFilter...) - Constructor for class won.bot.framework.eventbot.filter.impl.AndFilter
 
AnswerWithElizaAction - Class in won.bot.framework.eventbot.action.impl.debugbot
Expects a MessageToElizaEvent, passes the message to a Eliza instance and sends eliza's response over the connection.
AnswerWithElizaAction(EventListenerContext, int) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.AnswerWithElizaAction
 
appendToNamedNeedUriList(URI, String) - Method in interface won.bot.framework.bot.context.BotContext
add a need uri to a named need uri list
appendToNamedNeedUriList(URI, String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
appendToNamedNeedUriList(URI, String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
AsyncEventBusImpl - Class in won.bot.framework.eventbot.bus.impl
 
AsyncEventBusImpl(Executor) - Constructor for class won.bot.framework.eventbot.bus.impl.AsyncEventBusImpl
 
autoCloser - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
AutomaticBAMessageResponderListener - Class in won.bot.framework.eventbot.listener.impl
Created with IntelliJ IDEA.
AutomaticBAMessageResponderListener(EventListenerContext, List<BATestBotScript>, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticBAMessageResponderListener
 
AutomaticMessageResponderListener - Class in won.bot.framework.eventbot.listener.impl
Listener that responds to open and message events with automatic messages.
AutomaticMessageResponderListener(EventListenerContext, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMessageResponderListener
 
AutomaticMessageResponderListener(EventListenerContext, EventFilter, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMessageResponderListener
 
AutomaticMessageResponderListener(EventListenerContext, String, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMessageResponderListener
 
AutomaticMessageResponderListener(EventListenerContext, String, EventFilter, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMessageResponderListener
 
AutomaticMonitoredMessageResponderListener - Class in won.bot.framework.eventbot.listener.impl
Listener that responds to open and message events with automatic messages.
AutomaticMonitoredMessageResponderListener(EventListenerContext, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMonitoredMessageResponderListener
 
AutomaticMonitoredMessageResponderListener(EventListenerContext, EventFilter, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMonitoredMessageResponderListener
 
AutomaticMonitoredMessageResponderListener(EventListenerContext, String, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMonitoredMessageResponderListener
 
AutomaticMonitoredMessageResponderListener(EventListenerContext, String, EventFilter, int, long) - Constructor for class won.bot.framework.eventbot.listener.impl.AutomaticMonitoredMessageResponderListener
 
autoOpener - Variable in class won.bot.impl.CommentBot
 
autoOpener - Variable in class won.bot.impl.ConversationBot
 
autoOpener - Variable in class won.bot.impl.ConversationBotMonitored
 
autoOpener - Variable in class won.bot.impl.DebugBot
 
autoOpener - Variable in class won.bot.impl.EchoBot
 
autoOpener - Variable in class won.bot.impl.GroupingBot
 
autoOpener - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
autoOpener - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
autoResponder - Variable in class won.bot.impl.CommentBot
 
autoResponder - Variable in class won.bot.impl.ConversationBot
 
autoResponder - Variable in class won.bot.impl.ConversationBotMonitored
 
autoResponder - Variable in class won.bot.impl.EchoBot
 
autoResponderCreator - Variable in class won.bot.impl.GroupingBot
 
autoResponders - Variable in class won.bot.impl.GroupingBot
 

B

BAAtomicAdditionalParticipantsBaseBot - Class in won.bot.impl
User: Danijel Date: 7.5.14.
BAAtomicAdditionalParticipantsBaseBot() - Constructor for class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
BAAtomicBaseBot - Class in won.bot.impl
User: Danijel Date: 10.4.14.
BAAtomicBaseBot() - Constructor for class won.bot.impl.BAAtomicBaseBot
 
BAAtomicCCActiveExitingBot - Class in won.bot.impl
User: Danijel Date: 10.4.14.
BAAtomicCCActiveExitingBot() - Constructor for class won.bot.impl.BAAtomicCCActiveExitingBot
 
BAAtomicCCActiveFailingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicCCActiveFailingBot() - Constructor for class won.bot.impl.BAAtomicCCActiveFailingBot
 
BAAtomicCCActiveNotCompletingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicCCActiveNotCompletingBot() - Constructor for class won.bot.impl.BAAtomicCCActiveNotCompletingBot
 
BAAtomicCCAdditionalParticipants - Class in won.bot.impl
User: Danijel Date: 7.5.14.
BAAtomicCCAdditionalParticipants() - Constructor for class won.bot.impl.BAAtomicCCAdditionalParticipants
 
BAAtomicCCBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicCCBot() - Constructor for class won.bot.impl.BAAtomicCCBot
 
BAAtomicCCCompletingExitingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicCCCompletingExitingBot() - Constructor for class won.bot.impl.BAAtomicCCCompletingExitingBot
 
BAAtomicCCCompletingFailingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicCCCompletingFailingBot() - Constructor for class won.bot.impl.BAAtomicCCCompletingFailingBot
 
BAAtomicCCCompletingNotCompletingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicCCCompletingNotCompletingBot() - Constructor for class won.bot.impl.BAAtomicCCCompletingNotCompletingBot
 
BAAtomicPCActiveExitingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicPCActiveExitingBot() - Constructor for class won.bot.impl.BAAtomicPCActiveExitingBot
 
BAAtomicPCActiveFailingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicPCActiveFailingBot() - Constructor for class won.bot.impl.BAAtomicPCActiveFailingBot
 
BAAtomicPCActiveNotCompletingBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicPCActiveNotCompletingBot() - Constructor for class won.bot.impl.BAAtomicPCActiveNotCompletingBot
 
BAAtomicPCBot - Class in won.bot.impl
User: Danijel Date: 24.4.14.
BAAtomicPCBot() - Constructor for class won.bot.impl.BAAtomicPCBot
 
BABaseBot - Class in won.bot.impl
Created with IntelliJ IDEA.
BABaseBot() - Constructor for class won.bot.impl.BABaseBot
 
BACCBot - Class in won.bot.impl
Created with IntelliJ IDEA.
BACCBot() - Constructor for class won.bot.impl.BACCBot
 
BACCStateActiveCancelBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateActiveCancelBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveCancelBot
 
BACCStateActiveCancelFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateActiveCancelFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveCancelFailBot
 
BACCStateActiveCancelFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateActiveCancelFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveCancelFailUriBot
 
BACCStateActiveCancelUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateActiveCancelUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveCancelUriBot
 
BACCStateActiveCannotCompleteBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateActiveCannotCompleteBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveCannotCompleteBot
 
BACCStateActiveCannotCompleteUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateActiveCannotCompleteUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveCannotCompleteUriBot
 
BACCStateActiveFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateActiveFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveFailBot
 
BACCStateActiveFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateActiveFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveFailUriBot
 
BACCStateCompensateBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompensateBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompensateBot
 
BACCStateCompensateFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompensateFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompensateFailBot
 
BACCStateCompensateFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompensateFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompensateFailUriBot
 
BACCStateCompensateUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompensateUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompensateUriBot
 
BACCStateCompleteBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompleteBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteBot
 
BACCStateCompleteCancelBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompleteCancelBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteCancelBot
 
BACCStateCompleteCancelFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompleteCancelFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteCancelFailBot
 
BACCStateCompleteCancelFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompleteCancelFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteCancelFailUriBot
 
BACCStateCompleteCancelUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompleteCancelUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteCancelUriBot
 
BACCStateCompleteCannotCompleteBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompleteCannotCompleteBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteCannotCompleteBot
 
BACCStateCompleteCannotCompleteUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompleteCannotCompleteUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteCannotCompleteUriBot
 
BACCStateCompleteExitBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompleteExitBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteExitBot
 
BACCStateCompleteExitUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompleteExitUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteExitUriBot
 
BACCStateCompleteFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateCompleteFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteFailBot
 
BACCStateCompleteFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompleteFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteFailUriBot
 
BACCStateCompleteUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateCompleteUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteUriBot
 
BACCStateCompleteWithFailuresBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
User: Danijel Date: 19.3.14.
BACCStateCompleteWithFailuresBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteWithFailuresBot
 
BACCStateCompleteWithFailuresUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
User: Danijel Date: 19.3.14.
BACCStateCompleteWithFailuresUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteWithFailuresUriBot
 
BACCStateExitBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateExitBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateExitBot
 
BACCStateExitUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BACCStateExitUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateExitUriBot
 
BACCStateFailureOne - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BACCStateFailureOne() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateFailureOne
 
BACCStateManagerBot - Interface in won.bot.framework.eventbot.listener.baStateBots
Created with IntelliJ IDEA.
BAPCBot - Class in won.bot.impl
Created with IntelliJ IDEA.
BAPCBot() - Constructor for class won.bot.impl.BAPCBot
 
BAPCStateActiveCancelBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateActiveCancelBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveCancelBot
 
BAPCStateActiveCancelFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateActiveCancelFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveCancelFailBot
 
BAPCStateActiveCancelFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateActiveCancelFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveCancelFailUriBot
 
BAPCStateActiveCancelUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateActiveCancelUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveCancelUriBot
 
BAPCStateActiveCannotCompleteBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateActiveCannotCompleteBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveCannotCompleteBot
 
BAPCStateActiveCannotCompleteUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateActiveCannotCompleteUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveCannotCompleteUriBot
 
BAPCStateActiveFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateActiveFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveFailBot
 
BAPCStateActiveFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateActiveFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveFailUriBot
 
BAPCStateCompensateBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateCompensateBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompensateBot
 
BAPCStateCompensateFailBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateCompensateFailBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompensateFailBot
 
BAPCStateCompensateFailUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateCompensateFailUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompensateFailUriBot
 
BAPCStateCompensateUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateCompensateUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompensateUriBot
 
BAPCStateCompleteBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateCompleteBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompleteBot
 
BAPCStateCompleteUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateCompleteUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompleteUriBot
 
BAPCStateCompleteWithFailureBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
User: Danijel Date: 19.3.14.
BAPCStateCompleteWithFailureBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompleteWithFailureBot
 
BAPCStateCompleteWithFailureUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
User: Danijel Date: 19.3.14.
BAPCStateCompleteWithFailureUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompleteWithFailureUriBot
 
BAPCStateExitBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
Created with IntelliJ IDEA.
BAPCStateExitBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateExitBot
 
BAPCStateExitUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
Created with IntelliJ IDEA.
BAPCStateExitUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateExitUriBot
 
BaseBot - Class in won.bot.framework.bot.base
Basic Bot implementation intended to be extended.
BaseBot() - Constructor for class won.bot.framework.bot.base.BaseBot
 
BaseBotTriggerEvent - Class in won.bot.framework.eventbot.action.impl.trigger
Events specific to a BotTrigger.
BaseBotTriggerEvent(BotTrigger) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.BaseBotTriggerEvent
 
BaseCommandFailureEvent<C extends CommandEvent> - Class in won.bot.framework.eventbot.event.impl.cmd
Base class for success events.
BaseCommandFailureEvent(String, C) - Constructor for class won.bot.framework.eventbot.event.impl.cmd.BaseCommandFailureEvent
 
BaseCommandFailureEvent(C) - Constructor for class won.bot.framework.eventbot.event.impl.cmd.BaseCommandFailureEvent
 
BaseCommandSuccessEvent<C extends CommandEvent> - Class in won.bot.framework.eventbot.event.impl.cmd
Base class for success events.
BaseCommandSuccessEvent(String, C) - Constructor for class won.bot.framework.eventbot.event.impl.cmd.BaseCommandSuccessEvent
 
BaseCommandSuccessEvent(C) - Constructor for class won.bot.framework.eventbot.event.impl.cmd.BaseCommandSuccessEvent
 
BaseCounterAction - Class in won.bot.framework.eventbot.action.impl.counter
User: fkleedorfer Date: 30.04.14
BaseCounterAction(EventListenerContext, Counter) - Constructor for class won.bot.framework.eventbot.action.impl.counter.BaseCounterAction
 
BaseEvent - Class in won.bot.framework.eventbot.event
Base class for events.
BaseEvent() - Constructor for class won.bot.framework.eventbot.event.BaseEvent
 
BaseEventBotAction - Class in won.bot.framework.eventbot.action
 
BaseEventBotAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.BaseEventBotAction
 
BaseEventListener - Class in won.bot.framework.eventbot.listener
Base class for event listeners
BaseEventListener(EventListenerContext) - Constructor for class won.bot.framework.eventbot.listener.BaseEventListener
 
BaseEventListener(EventListenerContext, EventFilter) - Constructor for class won.bot.framework.eventbot.listener.BaseEventListener
 
BaseEventListener(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.listener.BaseEventListener
 
BaseEventListener(EventListenerContext, String, EventFilter) - Constructor for class won.bot.framework.eventbot.listener.BaseEventListener
 
BaseNeedAndConnectionSpecificEvent - Class in won.bot.framework.eventbot.event
 
BaseNeedAndConnectionSpecificEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.BaseNeedAndConnectionSpecificEvent
 
BaseNeedSpecificEvent - Class in won.bot.framework.eventbot.event
 
BaseNeedSpecificEvent(URI) - Constructor for class won.bot.framework.eventbot.event.BaseNeedSpecificEvent
 
BaseNodeSpecificEvent - Class in won.bot.framework.eventbot.event
 
BaseNodeSpecificEvent(URI) - Constructor for class won.bot.framework.eventbot.event.BaseNodeSpecificEvent
 
BasicServiceBot - Class in won.bot.framework.bot.base
Base class for bots containing basic services.
BasicServiceBot() - Constructor for class won.bot.framework.bot.base.BasicServiceBot
 
BATestBotScript - Class in won.bot.framework.eventbot.listener.baStateBots
Created with IntelliJ IDEA.
BATestBotScript(String) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.BATestBotScript
 
BATestBotScript() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.BATestBotScript
 
BATestScriptAction - Class in won.bot.framework.eventbot.listener.baStateBots
Created with IntelliJ IDEA.
BATestScriptAction(boolean, String, URI) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
Constructor that will cause the script to send text messages.
BATestScriptAction(boolean, URI, URI) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
Constructor that will cause the script to send won:coordinationMessage with the given URI as object.
BATestScriptListener - Class in won.bot.framework.eventbot.listener.baStateBots
Listener used to execute a business activity test script.
BATestScriptListener(EventListenerContext, BATestBotScript, URI, URI, long) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
BATestScriptListener(EventListenerContext, String, BATestBotScript, URI, URI, long) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
BehaviourBarrier - Class in won.bot.framework.eventbot.behaviour
User: fkleedorfer Date: 29.08.2017
BehaviourBarrier(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.BehaviourBarrier
 
BehaviourBarrier(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.BehaviourBarrier
 
Bot - Interface in won.bot.framework.bot
A bot that manipulates needs.
bot - Variable in class won.bot.framework.eventbot.event.impl.test.TestFinishedEvent
 
BotActionUtils - Class in won.bot.framework.eventbot.action
Created by fkleedorfer on 10.06.2016.
BotActionUtils() - Constructor for class won.bot.framework.eventbot.action.BotActionUtils
 
BotBehaviour - Class in won.bot.framework.eventbot.behaviour
 
BotBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviour
 
BotBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviour
 
BotBehaviourActivatedEvent - Class in won.bot.framework.eventbot.behaviour
Created by fsuda on 12.05.2017.
BotBehaviourActivatedEvent(BotBehaviour) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourActivatedEvent
 
BotBehaviourActivatedEvent(BotBehaviour, Optional<Object>) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourActivatedEvent
 
BotBehaviourDeactivatedEvent - Class in won.bot.framework.eventbot.behaviour
Created by fsuda on 12.05.2017.
BotBehaviourDeactivatedEvent(BotBehaviour) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourDeactivatedEvent
 
BotBehaviourDeactivatedEvent(BotBehaviour, Optional<Object>) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourDeactivatedEvent
 
BotBehaviourEvent - Class in won.bot.framework.eventbot.behaviour
Created by fsuda on 12.05.2017.
BotBehaviourEvent(BotBehaviour) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourEvent
 
BotBehaviourEvent(BotBehaviour, Optional<Object>) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourEvent
 
BotBehaviourFailedEvent - Class in won.bot.framework.eventbot.behaviour
Created by fsuda on 12.05.2017.
BotBehaviourFailedEvent(BotBehaviour, Exception) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourFailedEvent
 
BotBehaviourFailedEvent(BotBehaviour, Optional<Object>, Exception) - Constructor for class won.bot.framework.eventbot.behaviour.BotBehaviourFailedEvent
 
BotContext - Interface in won.bot.framework.bot.context
Used by a bot to remember which needs and nodes and it knows.
BotContextWrapper - Class in won.bot.framework.bot.context
 
BotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.BotContextWrapper
 
BotLifecyclePhase - Enum in won.bot.framework.bot
Lifecycle phases of a bot.
BotManager - Interface in won.bot.framework.manager
 
BotManagerImpl - Class in won.bot.framework.manager.impl
BotManager, simple in-memory implementation.
BotManagerImpl() - Constructor for class won.bot.framework.manager.impl.BotManagerImpl
 
BotMatcherProtocolMatcherServiceCallback - Class in won.bot.integration
OwnerProtocolOwnerServiceCallback that dispatches the calls to the bots.
BotMatcherProtocolMatcherServiceCallback() - Constructor for class won.bot.integration.BotMatcherProtocolMatcherServiceCallback
 
BotOwnerCallback - Class in won.bot.integration
OwnerProtocolOwnerServiceCallback that dispatches the calls to the bots.
BotOwnerCallback() - Constructor for class won.bot.integration.BotOwnerCallback
 
BotRunnerApp - Class in won.bot.app
Runs any bot by class name.
BotRunnerApp() - Constructor for class won.bot.app.BotRunnerApp
 
BotState - Enum in won.bot.framework.bot
States a bot can be in when it is in lifecycle phase ACTIVE.
BotTrigger - Class in won.bot.framework.eventbot.action.impl.trigger
Publishes BotTriggerEvents on the eventBus at configurable intervals.
BotTrigger(EventListenerContext, Duration) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.BotTrigger
 
BotTriggerEvent - Class in won.bot.framework.eventbot.action.impl.trigger
Published by the bot at configurable intervals.
BotTriggerEvent(BotTrigger) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.BotTriggerEvent
 
BotTriggerFilter - Class in won.bot.framework.eventbot.action.impl.trigger
Filter that accepts only events for the specified BotTrigger.
BotTriggerFilter(BotTrigger) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.BotTriggerFilter
 

C

cancelTrigger() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
cancelTrigger() - Method in class won.bot.framework.bot.base.TriggeredBot
 
cancelTrigger() - Method in interface won.bot.framework.eventbot.EventListenerContext
The bot may have a trigger attached that causes ActEvents to be created regularly.
changeIntervalByFactor(double, Duration) - Method in class won.bot.framework.eventbot.action.impl.trigger.BotTrigger
Changes the interval by the specified percentage, or sets it to the specified maxInterval, whichever is smaller.
changeIntervalByFactor(double) - Method in class won.bot.framework.eventbot.action.impl.trigger.BotTrigger
 
changeIntervalTo(Duration) - Method in class won.bot.framework.eventbot.action.impl.trigger.BotTrigger
Sets the interval to the specified duration and reschedules executions.
CloseBevahiour - Class in won.bot.framework.eventbot.behaviour
Behaviour that responds to a CloseCommand by executing the ExecuteCommandAction
CloseBevahiour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.CloseBevahiour
 
CloseBevahiour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.CloseBevahiour
 
CloseCommandEvent - Class in won.bot.framework.eventbot.event.impl.command.close
Instructs the bot to close the specified connection behalf of the need.
CloseCommandEvent(Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandEvent
 
CloseCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandEvent
 
CloseCommandEvent(URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandEvent
 
CloseCommandEvent(URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandEvent
 
CloseCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.command.close
Indicates that the bot has failed to send a close message, thereby closing a connection.
CloseCommandFailureEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandFailureEvent
 
CloseCommandFailureEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandFailureEvent
 
CloseCommandFailureEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandFailureEvent
 
CloseCommandFailureEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandFailureEvent
 
CloseCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command.close
Tags a result event of an CloseCommand.
CloseCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.command.close
Indicates that the bot has successfully sent a close message, thereby closing a connection.
CloseCommandSuccessEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandSuccessEvent
 
CloseCommandSuccessEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandSuccessEvent
 
CloseCommandSuccessEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandSuccessEvent
 
CloseCommandSuccessEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.close.CloseCommandSuccessEvent
 
CloseConnectionAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
Listener that will try to obtain a connectionURI from any event passed to it and close that connection.
CloseConnectionAction(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.CloseConnectionAction
 
CloseFromOtherNeedEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
 
CloseFromOtherNeedEvent(Connection, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.CloseFromOtherNeedEvent
 
CommandEvent - Interface in won.bot.framework.eventbot.event.impl.cmd
Base interface for CommandEvents.
CommandFailureEvent<C extends CommandEvent> - Interface in won.bot.framework.eventbot.event.impl.cmd
Event indicating that the command of type C failed.
CommandResultEvent<C extends CommandEvent> - Interface in won.bot.framework.eventbot.event.impl.cmd
Communicates the result of a command of type C.
CommandResultFilter - Class in won.bot.framework.eventbot.filter.impl
Accepts only CommandResultEvents that are results of the specified command.
CommandResultFilter(CommandEvent) - Constructor for class won.bot.framework.eventbot.filter.impl.CommandResultFilter
 
CommandSuccessEvent<C extends CommandEvent> - Interface in won.bot.framework.eventbot.event.impl.cmd
Event indicating that the command of type C succeeded.
CommentBot - Class in won.bot.impl
 
CommentBot() - Constructor for class won.bot.impl.CommentBot
 
CommentBotContextWrapper - Class in won.bot.framework.bot.context
 
CommentBotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.CommentBotContextWrapper
 
CommentFacetCreatedEvent - Class in won.bot.framework.eventbot.event.impl.facet
User: LEIH-NB Date: 05.02.14
CommentFacetCreatedEvent(URI, URI, Model) - Constructor for class won.bot.framework.eventbot.event.impl.facet.CommentFacetCreatedEvent
 
commentFacetCreator - Variable in class won.bot.impl.CommentBot
 
CompletedBlockedFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
CompletedBlockedFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedFPBot
 
CompletedBlockedFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
CompletedBlockedFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedFPBot
 
CompletedBlockedFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 30.4.14.
CompletedBlockedFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedBlockedFPUriBot
 
CompletedBlockedSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
CompletedBlockedSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedSPBot
 
CompletedBlockedSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
CompletedBlockedSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedSPBot
 
CompletedBlockedSPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 30.4.14.
CompletedBlockedSPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedBlockedSPUriBot
 
CompletedFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletedFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedFPBot
 
CompletedFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletedFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedFPBot
 
CompletedFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletedFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedFPUriBot
 
CompletedFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletedFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedFPUriBot
 
CompletedSPCCompensatingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletedSPCCompensatingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCCompensatingUriBot
 
CompletedSPCCompensatingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletedSPCCompensatingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCCompensatingUriBot
 
CompletedSPClosingAdditionalParticipantsBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 14.5.14.
CompletedSPClosingAdditionalParticipantsBot(String) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingAdditionalParticipantsBot
 
CompletedSPClosingAdditionalParticipantsBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingAdditionalParticipantsBot
 
CompletedSPClosingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
CompletedSPClosingBot(String) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingBot
 
CompletedSPClosingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingBot
 
CompletedSPCompensatingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletedSPCompensatingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingBot
 
CompletedSPCompensatingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletedSPCompensatingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingBot
 
CompletedSPCompensatingFailingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletedSPCompensatingFailingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingFailingBot
 
CompletedSPCompensatingFailingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletedSPCompensatingFailingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingFailingBot
 
CompletedSPCompensatingFailingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletedSPCompensatingFailingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCompensatingFailingUriBot
 
CompletedSPCompensatingFailingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletedSPCompensatingFailingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCompensatingFailingUriBot
 
CompletingBlockingFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
CompletingBlockingFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingFPBot
 
CompletingBlockingSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 30.4.14.
CompletingBlockingSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingSPBot
 
CompletingCannotCompleteVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 24.4.14.
CompletingCannotCompleteVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingCannotCompleteVoteSPBot
 
CompletingExitVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 24.4.14.
CompletingExitVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingExitVoteSPBot
 
CompletingFailinglVoteSPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 24.4.14.
CompletingFailinglVoteSPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingFailinglVoteSPBot
 
CompletingFPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletingFPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingFPBot
 
CompletingFPUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletingFPUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletingFPUriBot
 
CompletingSPCancelingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletingSPCancelingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingSPCancelingBot
 
CompletingSPCancelingFailingBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 17.4.14.
CompletingSPCancelingFailingBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingSPCancelingFailingBot
 
CompletingSPCancelingFAilingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 22.4.14.
CompletingSPCancelingFAilingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletingSPCancelingFAilingUriBot
 
CompletingSPCancelingUriBot - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
User: Danijel Date: 17.4.14.
CompletingSPCancelingUriBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletingSPCancelingUriBot
 
CompositeFilter - Interface in won.bot.framework.eventbot.filter
Interface for composite filters.
Connect2MailParserAction - Class in won.bot.framework.eventbot.action.impl.mail.send
Created by fsuda on 03.10.2016.
Connect2MailParserAction(WonMimeMessageGenerator, MessageChannel) - Constructor for class won.bot.framework.eventbot.action.impl.mail.send.Connect2MailParserAction
 
Connect2TelegramAction - Class in won.bot.framework.eventbot.action.impl.telegram.send
Created by fsuda on 03.10.2016.
Connect2TelegramAction(EventListenerContext, WonTelegramBotHandler) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.send.Connect2TelegramAction
 
connectActivateActivate(EventListenerContext, BotBehaviour, BotBehaviour) - Static method in class won.bot.framework.eventbot.behaviour.CoordinationBehaviour
 
connectActivateDeactivate(EventListenerContext, BotBehaviour, BotBehaviour) - Static method in class won.bot.framework.eventbot.behaviour.CoordinationBehaviour
 
ConnectBehaviour - Class in won.bot.framework.eventbot.behaviour
Behaviour that responds to a ConnectCommand by executing the ExecuteCommandAction
ConnectBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.ConnectBehaviour
 
ConnectBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.ConnectBehaviour
 
ConnectCommandEvent - Class in won.bot.framework.eventbot.event.impl.command.connect
Instructs the bot to connect to the specified remoteNeed on behalf of the need.
ConnectCommandEvent(URI, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
ConnectCommandEvent(URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
ConnectCommandEvent(URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
ConnectCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.command.connect
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
ConnectCommandFailureEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandFailureEvent
 
ConnectCommandFailureEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandFailureEvent
 
ConnectCommandFailureEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandFailureEvent
 
ConnectCommandFailureEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandFailureEvent
 
ConnectCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command.connect
Tags a result of a ConnectCommand.
ConnectCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.command.connect
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
ConnectCommandSuccessEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandSuccessEvent
 
ConnectCommandSuccessEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandSuccessEvent
 
ConnectCommandSuccessEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandSuccessEvent
 
ConnectCommandSuccessEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandSuccessEvent
 
connectDeactivateActivate(EventListenerContext, BotBehaviour, BotBehaviour) - Static method in class won.bot.framework.eventbot.behaviour.CoordinationBehaviour
 
connectDeactivateDeactivate(EventListenerContext, BotBehaviour, BotBehaviour) - Static method in class won.bot.framework.eventbot.behaviour.CoordinationBehaviour
 
ConnectDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
ConnectDebugCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.ConnectDebugCommandEvent
 
ConnectFromListToListAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
BaseEventBotAction connecting two needs on the specified facets.
ConnectFromListToListAction(EventListenerContext, String, String, URI, URI, long, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.ConnectFromListToListAction
 
ConnectFromListToListAction(EventListenerContext, String, String, URI, URI, long, ConnectFromListToListAction.ConnectHook, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.ConnectFromListToListAction
 
ConnectFromListToListAction.ConnectHook - Class in won.bot.framework.eventbot.action.impl.wonmessage
 
ConnectFromOtherNeedEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
 
ConnectFromOtherNeedEvent(Connection, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.ConnectFromOtherNeedEvent
 
ConnectHook() - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.ConnectFromListToListAction.ConnectHook
 
connectionCloser - Variable in class won.bot.impl.CommentBot
 
connectionCloser - Variable in class won.bot.impl.ConversationBot
 
connectionCloser - Variable in class won.bot.impl.ConversationBotMonitored
 
connectionCloser - Variable in class won.bot.impl.EchoBot
 
ConnectionMessageBehaviour - Class in won.bot.framework.eventbot.behaviour
Behaviour that responds to a ConnectionMessageCommand by executing the ExecuteConnectionMessageCommandAction
ConnectionMessageBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.ConnectionMessageBehaviour
 
ConnectionMessageBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.ConnectionMessageBehaviour
 
ConnectionMessageCommandEvent - Class in won.bot.framework.eventbot.event.impl.command.connectionmessage
 
ConnectionMessageCommandEvent(Connection, Model) - Constructor for class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandEvent
 
ConnectionMessageCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.command.connectionmessage
Indicates that the bot has failed to send a connection message.
ConnectionMessageCommandFailureEvent(ConnectionMessageCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandFailureEvent
 
ConnectionMessageCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command.connectionmessage
Tags a result of a ConnectionMessageCommand.
ConnectionMessageCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.command.connectionmessage
Indicates that the bot has successfully sent a connection message.
ConnectionMessageCommandSuccessEvent(ConnectionMessageCommandEvent, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandSuccessEvent
 
ConnectionSpecificEvent - Interface in won.bot.framework.eventbot.event
Interface for events that are connection-specific.
ConnectionUriEventFilter - Class in won.bot.framework.eventbot.filter.impl
Abstract base class for filters that will only accept events (connection specific or connection specific) with the specified connection URI.
ConnectionUriEventFilter(URI) - Constructor for class won.bot.framework.eventbot.filter.impl.ConnectionUriEventFilter
 
ConnectionUriInNamedListFilter - Class in won.bot.framework.eventbot.filter.impl
Filter that accepts ConnectionSpecificEvents if their needURI is in the specified named list.
ConnectionUriInNamedListFilter(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.filter.impl.ConnectionUriInNamedListFilter
 
ConnectTwoNeedsAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
BaseEventBotAction connecting two needs on the specified facets.
ConnectTwoNeedsAction(EventListenerContext, URI, URI, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.ConnectTwoNeedsAction
 
ConnectWithAssociatedNeedAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
BaseEventBotAction connecting two needs on the specified facets.
ConnectWithAssociatedNeedAction(EventListenerContext, URI, URI, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.ConnectWithAssociatedNeedAction
 
consume(Dataset) - Method in class won.bot.framework.component.needconsumer.impl.NopNeedConsumer
 
consume(Dataset) - Method in class won.bot.framework.component.needconsumer.impl.SysoutNeedConsumer
 
consume(Dataset) - Method in interface won.bot.framework.component.needconsumer.NeedConsumer
Consumes the specified need object.
consumeAll() - Method in class won.bot.framework.component.needprosumer.NeedProsumer
 
context - Variable in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
ConversationBot - Class in won.bot.impl
 
ConversationBot() - Constructor for class won.bot.impl.ConversationBot
 
ConversationBotMonitored - Class in won.bot.impl
 
ConversationBotMonitored() - Constructor for class won.bot.impl.ConversationBotMonitored
 
conversationStarter - Variable in class won.bot.impl.GroupingBot
 
CoordinationBehaviour - Class in won.bot.framework.eventbot.behaviour
Combines two behaviours.
CoordinationBehaviour.CoordinationType - Enum in won.bot.framework.eventbot.behaviour
 
coordinationBehaviours - Variable in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
coordinatorDeactivator - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
coordinatorNeedCreator - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
coordinatorNeedCreator - Variable in class won.bot.impl.BAAtomicBaseBot
 
coordinatorNeedCreator - Variable in class won.bot.impl.BABaseBot
 
coordinatorNeedCreator - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
coordinatorNeedCreator - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
Counter - Interface in won.bot.framework.eventbot.action.impl.counter
User: fkleedorfer Date: 30.04.14
CounterImpl - Class in won.bot.framework.eventbot.action.impl.counter
Counter that is intended to be shared between actions and listeners.
CounterImpl(String, int) - Constructor for class won.bot.framework.eventbot.action.impl.counter.CounterImpl
 
CounterImpl(String) - Constructor for class won.bot.framework.eventbot.action.impl.counter.CounterImpl
 
CountEvent - Class in won.bot.framework.eventbot.action.impl.counter
Indicates that a counter changed its count.
CountEvent(EventPublishingCounter, int) - Constructor for class won.bot.framework.eventbot.action.impl.counter.CountEvent
 
CountingListener - Interface in won.bot.framework.eventbot.listener
User: fkleedorfer Date: 24.03.14
countThrowable(Throwable) - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
CrawlAction - Class in won.bot.framework.eventbot.action.impl.crawl
Expects a CrawlCommandEvent to contain the required crawl information.
CrawlAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.crawl.CrawlAction
 
CrawlCommandEvent - Class in won.bot.framework.eventbot.event.impl.crawl
Initiates the crawling of linked data.
CrawlCommandEvent(URI, URI, List<Path>, int, int) - Constructor for class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandEvent
 
CrawlCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.crawl
Indicates that the CrawlCommandEvent failed.
CrawlCommandFailureEvent(CrawlCommandEvent, String) - Constructor for class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandFailureEvent
 
CrawlCommandFailureEvent(CrawlCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandFailureEvent
 
CrawlCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.crawl
Indicates a successful crawl and contains the crawled dataset.
CrawlCommandSuccessEvent(CrawlCommandEvent, Dataset, String) - Constructor for class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandSuccessEvent
 
CrawlCommandSuccessEvent(CrawlCommandEvent, Dataset) - Constructor for class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandSuccessEvent
 
CrawlConnectionCommandEvent - Class in won.bot.framework.eventbot.event.impl.crawlconnection
Initiates the validation of the data of a given connection.
CrawlConnectionCommandEvent(URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.crawlconnection.CrawlConnectionCommandEvent
 
CrawlConnectionCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.crawlconnection
Indicates that a ValidateConnectionCommandEvent failed.
CrawlConnectionCommandFailureEvent(String, CrawlConnectionCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.crawlconnection.CrawlConnectionCommandFailureEvent
 
CrawlConnectionCommandFailureEvent(CrawlConnectionCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.crawlconnection.CrawlConnectionCommandFailureEvent
 
CrawlConnectionCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.crawlconnection
Indicates that a ValidateConnectionCommandEvent succeeded.
CrawlConnectionCommandSuccessEvent(CrawlConnectionCommandEvent, Dataset, String) - Constructor for class won.bot.framework.eventbot.event.impl.crawlconnection.CrawlConnectionCommandSuccessEvent
 
CrawlConnectionCommandSuccessEvent(CrawlConnectionCommandEvent, Dataset) - Constructor for class won.bot.framework.eventbot.event.impl.crawlconnection.CrawlConnectionCommandSuccessEvent
 
CrawlConnectionDataBehaviour - Class in won.bot.framework.eventbot.behaviour
Crawls the complete connection data.
CrawlConnectionDataBehaviour(EventListenerContext, CrawlConnectionCommandEvent, Duration) - Constructor for class won.bot.framework.eventbot.behaviour.CrawlConnectionDataBehaviour
 
CrawlConnectionDataBehaviour(EventListenerContext, String, CrawlConnectionCommandEvent, Duration) - Constructor for class won.bot.framework.eventbot.behaviour.CrawlConnectionDataBehaviour
 
CrawlDoneEvent - Class in won.bot.framework.eventbot.event.impl.monitor
User: ypanchenko Date: 23.03.2016
CrawlDoneEvent() - Constructor for class won.bot.framework.eventbot.event.impl.monitor.CrawlDoneEvent
 
CrawlReadyEvent - Class in won.bot.framework.eventbot.event.impl.monitor
User: ypanchenko Date: 23.03.2016
CrawlReadyEvent() - Constructor for class won.bot.framework.eventbot.event.impl.monitor.CrawlReadyEvent
 
crawlReadySignaller - Variable in class won.bot.impl.ConversationBotMonitored
 
create() - Method in class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
 
create() - Method in class won.bot.framework.component.needproducer.impl.AbstractNeedProducerWrapper
 
create() - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
create() - Method in class won.bot.framework.component.needproducer.impl.NopNeedProducer
 
create() - Method in class won.bot.framework.component.needproducer.impl.TemplateBasedNeedProducer
 
create() - Method in interface won.bot.framework.component.needproducer.NeedProducer
Returns a new Model that represents the created need or null if no more needs can be created.
createConnectMail(MimeMessage, URI) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
Creates Response Message that is sent when a need tries to connect with another need
CreateDebugNeedWithFacetsAction - Class in won.bot.framework.eventbot.action.impl.debugbot
Creates a need with the specified facets.
CreateDebugNeedWithFacetsAction(EventListenerContext, boolean, boolean, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.CreateDebugNeedWithFacetsAction
 
CreateEchoNeedWithFacetsAction - Class in won.bot.framework.eventbot.action.impl.needlifecycle
Creates a need with the specified facets.
CreateEchoNeedWithFacetsAction(EventListenerContext, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.CreateEchoNeedWithFacetsAction
 
createEventFilter(URI, URI) - Static method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
createHintMail(MimeMessage, URI) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
createLocalNodeFailureEvent(CloseCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCloseCommandAction
 
createLocalNodeFailureEvent(ConnectCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectCommandAction
 
createLocalNodeFailureEvent(ConnectionMessageCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectionMessageCommandAction
 
createLocalNodeFailureEvent(FeedbackCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteFeedbackCommandAction
 
createLocalNodeFailureEvent(OpenCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteOpenCommandAction
 
createLocalNodeFailureEvent(T, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
Implementations can choose to return null here if they do not want an event published.
createLocalNodeSuccessEvent(CloseCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCloseCommandAction
 
createLocalNodeSuccessEvent(ConnectCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectCommandAction
 
createLocalNodeSuccessEvent(ConnectionMessageCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectionMessageCommandAction
 
createLocalNodeSuccessEvent(FeedbackCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteFeedbackCommandAction
 
createLocalNodeSuccessEvent(OpenCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteOpenCommandAction
 
createLocalNodeSuccessEvent(T, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
Implementations can choose to return null here if they do not want an event published.
createMessageMail(MimeMessage, URI, URI, URI) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
createMessageNotSentEvent(CloseCommandEvent, String) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCloseCommandAction
 
createMessageNotSentEvent(ConnectCommandEvent, String) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectCommandAction
 
createMessageNotSentEvent(ConnectionMessageCommandEvent, String) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectionMessageCommandAction
 
createMessageNotSentEvent(FeedbackCommandEvent, String) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteFeedbackCommandAction
 
createMessageNotSentEvent(OpenCommandEvent, String) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteOpenCommandAction
 
createMessageNotSentEvent(T, String) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
Implementations can choose to return null here if they do not want an event published.
CreateNeedCommandEvent - Class in won.bot.framework.eventbot.event.impl.command.create
Instructs the bot to create a need.
CreateNeedCommandEvent(Dataset, String, boolean, boolean, URI...) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
CreateNeedCommandEvent(Dataset, String, URI...) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
CreateNeedCommandEvent(Dataset) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
CreateNeedCommandEvent(Dataset, URI...) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
CreateNeedCommandEvent(Dataset, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
CreateNeedCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.command.create
Indicates that need creation failed.
CreateNeedCommandFailureEvent(URI, URI, CreateNeedCommandEvent, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandFailureEvent
 
CreateNeedCommandFailureEvent(URI, URI, CreateNeedCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandFailureEvent
 
CreateNeedCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command.create
Tags a result event of a CreateNeedCommand.
CreateNeedCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.command.create
Indicates that creating a need succeeded.
CreateNeedCommandSuccessEvent(URI, URI, CreateNeedCommandEvent, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandSuccessEvent
 
CreateNeedCommandSuccessEvent(URI, URI, CreateNeedCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandSuccessEvent
 
CreateNeedFromMailAction - Class in won.bot.framework.eventbot.action.impl.mail.receive
Created by fsuda on 30.09.2016.
CreateNeedFromMailAction(EventListenerContext, MailContentExtractor, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.mail.receive.CreateNeedFromMailAction
 
CreateNeedFromMailEvent - Class in won.bot.framework.eventbot.event.impl.mail
Created by fsuda on 18.10.2016.
CreateNeedFromMailEvent(MimeMessage) - Constructor for class won.bot.framework.eventbot.event.impl.mail.CreateNeedFromMailEvent
 
CreateNeedWithFacetsAction - Class in won.bot.framework.eventbot.action.impl.needlifecycle
Creates a need with the specified facets.
CreateNeedWithFacetsAction(EventListenerContext, String, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.CreateNeedWithFacetsAction
 
CreateNeedWithFacetsAction(EventListenerContext, String, boolean, boolean, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.CreateNeedWithFacetsAction
 
createRemoteNodeFailureEvent(CloseCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCloseCommandAction
 
createRemoteNodeFailureEvent(ConnectCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectCommandAction
 
createRemoteNodeFailureEvent(ConnectionMessageCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectionMessageCommandAction
 
createRemoteNodeFailureEvent(FeedbackCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteFeedbackCommandAction
 
createRemoteNodeFailureEvent(OpenCommandEvent, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteOpenCommandAction
 
createRemoteNodeFailureEvent(T, WonMessage, FailureResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
Implementations can choose to return null here if they do not want an event published.
createRemoteNodeSuccessEvent(CloseCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCloseCommandAction
 
createRemoteNodeSuccessEvent(ConnectCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectCommandAction
 
createRemoteNodeSuccessEvent(ConnectionMessageCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectionMessageCommandAction
 
createRemoteNodeSuccessEvent(FeedbackCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteFeedbackCommandAction
 
createRemoteNodeSuccessEvent(OpenCommandEvent, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteOpenCommandAction
 
createRemoteNodeSuccessEvent(T, WonMessage, SuccessResponseEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
Implementations can choose to return null here if they do not want an event published.
createWelcomeMail(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
createWonMessage(EventListenerContext, URI, String) - Static method in class won.bot.framework.eventbot.action.BotActionUtils
 
createWonMessage(WonNodeInformationService, URI, URI, Dataset) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 
createWonMessage(WonNodeInformationService, URI, URI, Dataset, boolean, boolean) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 
createWonMessage(CloseCommandEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCloseCommandAction
 
createWonMessage(ConnectCommandEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectCommandAction
 
createWonMessage(ConnectionMessageCommandEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectionMessageCommandAction
 
createWonMessage(FeedbackCommandEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteFeedbackCommandAction
 
createWonMessage(OpenCommandEvent) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteOpenCommandAction
 
createWonMessage(T) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
Implementations must return a valid WoNMessage here or perform adequate logging and publish an MessageCommandFailureEvent and return null.
creationWaiter - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
CritiqueBotCommand - Class in won.bot.framework.eventbot.action.impl.telegram.Commands
Created by fsuda on 15.12.2016.
CritiqueBotCommand(String, String, EventBus) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.Commands.CritiqueBotCommand
 

D

deactivate() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
Deactivates the behaviour without passing a message.
deactivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
Deactivates the behaviour.
DeactivateAllNeedsAction - Class in won.bot.framework.eventbot.action.impl.needlifecycle
User: fkleedorfer Date: 28.03.14
DeactivateAllNeedsAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.DeactivateAllNeedsAction
 
DeactivateAllNeedsOfListAction - Class in won.bot.framework.eventbot.action.impl.needlifecycle
User: fkleedorfer Date: 28.03.14
DeactivateAllNeedsOfListAction(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.action.impl.needlifecycle.DeactivateAllNeedsOfListAction
 
DeactivateNeedBehaviour - Class in won.bot.framework.eventbot.behaviour
Created by fsuda on 17.05.2017.
DeactivateNeedBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.DeactivateNeedBehaviour
 
DeactivateNeedBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.DeactivateNeedBehaviour
 
DeactivateNeedCommandEvent - Class in won.bot.framework.eventbot.event.impl.command.deactivate
Instructs the bot to deactivate a need.
DeactivateNeedCommandEvent(URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandEvent
 
DeactivateNeedCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.command.deactivate
Created by fsuda on 17.05.2017.
DeactivateNeedCommandFailureEvent(URI, DeactivateNeedCommandEvent, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandFailureEvent
 
DeactivateNeedCommandFailureEvent(URI, DeactivateNeedCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandFailureEvent
 
DeactivateNeedCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command.deactivate
Tags a result event of a DeactivateNeedCommand.
DeactivateNeedCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.command.deactivate
Indicates that deactivating a need succeeded.
DeactivateNeedCommandSuccessEvent(URI, DeactivateNeedCommandEvent, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandSuccessEvent
 
DeactivateNeedCommandSuccessEvent(URI, DeactivateNeedCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandSuccessEvent
 
DebugBot - Class in won.bot.impl
Bot that reacts to each new need that is created in the system by creating two needs, it sends a connect message from one of these needs, and a hint message for original need offering match to another of these needs.
DebugBot() - Constructor for class won.bot.impl.DebugBot
 
DebugBotApp - Class in won.bot.app
App for EchoBot
DebugBotApp() - Constructor for class won.bot.app.DebugBotApp
 
DebugBotIncomingMessageToEventMappingAction - Class in won.bot.framework.eventbot.action.impl.debugbot
Listener that reacts to incoming messages, creating internal bot events for them
DebugBotIncomingMessageToEventMappingAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.DebugBotIncomingMessageToEventMappingAction
 
DebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
DebugCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.DebugCommandEvent
 
decrement() - Method in interface won.bot.framework.eventbot.action.impl.counter.Counter
 
decrement() - Method in class won.bot.framework.eventbot.action.impl.counter.CounterImpl
 
decrement() - Method in class won.bot.framework.eventbot.action.impl.counter.EventPublishingCounter
 
decrement() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCounterDecorator
 
DecrementCounterAction - Class in won.bot.framework.eventbot.action.impl.counter
Action that decrements the specified counter.
DecrementCounterAction(EventListenerContext, Counter) - Constructor for class won.bot.framework.eventbot.action.impl.counter.DecrementCounterAction
 
DEFAULT_NEED_LIST_NAME - Static variable in interface won.bot.framework.bot.context.BotContext
 
DefaultEventListener - Class in won.bot.framework.eventbot.listener
Default listener for simple use in anonymous classes.
DefaultEventListener(EventListenerContext) - Constructor for class won.bot.framework.eventbot.listener.DefaultEventListener
 
DefaultEventListener(EventListenerContext, EventFilter) - Constructor for class won.bot.framework.eventbot.listener.DefaultEventListener
 
DelayedDelegatingAction - Class in won.bot.framework.eventbot.action.impl
Action that delegates to the specified action after a specified fixed delay.
DelayedDelegatingAction(EventListenerContext, EventBotAction) - Constructor for class won.bot.framework.eventbot.action.impl.DelayedDelegatingAction
 
delayedParticipantNeedCreator - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
delegateDelayed(Event, long, EventListener) - Method in class won.bot.framework.eventbot.action.impl.AbstractDelegatingAction
 
delegateImmediately(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.AbstractDelegatingAction
 
DelegatingFilter - Interface in won.bot.framework.eventbot.filter
Interface for delegating filters.
DeliveryResponseEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
Event published whenever a WonMessage is received that indicates the failure of a previous message.
DeliveryResponseEvent(URI, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
DemandBotCommand - Class in won.bot.framework.eventbot.action.impl.telegram.Commands
Created by fsuda on 15.12.2016.
DemandBotCommand(String, String, EventBus) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.Commands.DemandBotCommand
 
deregister(BotCommand) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
deregisterAll(BotCommand...) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
destroy() - Method in class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
DirectoryBasedNeedProducer - Class in won.bot.framework.component.needproducer.impl
NeedProducer that is configured to read needs from a directory.
DirectoryBasedNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
doInitialize() - Method in class won.bot.framework.bot.base.BaseBot
Override this method to do initialization work.
doInitialize() - Method in class won.bot.framework.bot.base.TriggeredBot
 
doInitializeCustom() - Method in class won.bot.framework.bot.base.EventBot
Init method used to create the event bus and allow event listeners to register.
doInitializeCustom() - Method in class won.bot.framework.bot.base.TriggeredBot
Override this method to do initialization work.
doNotMatch - Variable in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 
doOnce(Event) - Method in class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
doOnce(Event) - Method in class won.bot.framework.eventbot.listener.impl.ActionOnceAfterNEventsListener
 
doOnce(Event) - Method in class won.bot.framework.eventbot.listener.impl.WaitForNEventsListener
 
doOnEvent(Event) - Method in class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
doOnEvent(Event) - Method in class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
doOnEvent(Event) - Method in class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
doOnEvent(Event) - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
doOnEvent(Event) - Method in class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
doOnEvent(Event) - Method in class won.bot.framework.eventbot.listener.impl.AutomaticBAMessageResponderListener
 
doOnEvent(Event) - Method in class won.bot.framework.eventbot.listener.impl.PublishEventAfterNEventsListener
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.BaseEventBotAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.counter.DecrementCounterAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.counter.IncrementCounterAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.crawl.CrawlAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.AnswerWithElizaAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.CreateDebugNeedWithFacetsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.DebugBotIncomingMessageToEventMappingAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.OpenConnectionDebugAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.ProcessCrawlResultAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.PublishSetChattinessEventAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.RecordMessageReceivedTimeAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.RecordMessageSentTimeAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendChattyMessageAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendNDebugMessagesAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SetChattinessAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.DelayedDelegatingAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.facet.TwoPhaseCommitDeactivateOnCloseAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.facet.TwoPhaseCommitNoVoteDeactivateAllNeedsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.factory.FactoryHintCheckAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.factory.InitFactoryAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.lifecycle.SignalWorkDoneAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.listener.UnsubscribeListenerAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.LogAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.LogErrorAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.CreateNeedFromMailAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailCommandAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailParserAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.SubscribeUnsubscribeAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.send.Connect2MailParserAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.send.Hint2MailParserAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.send.Message2MailAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WelcomeMailAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.maintenance.StatisticsLoggingAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.matcher.MatchNeedsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.matcher.RegisterMatcherAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.monitor.MatchingLoadTestMonitorAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.monitor.MessageLifecycleMonitoringAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.MultipleActions
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.CreateEchoNeedWithFacetsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.CreateNeedWithFacetsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.DeactivateAllNeedsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.DeactivateAllNeedsOfListAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.ProbabilisticSelectionAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.PublishEventAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.telegram.receive.TelegramMessageReceivedAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.telegram.send.Connect2TelegramAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.telegram.send.Hint2TelegramAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.telegram.send.Message2TelegramAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.telegram.send.TelegramCreateAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.telegram.send.TelegramHelpAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.trigger.AddFiringsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.CloseConnectionAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.ConnectFromListToListAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.ConnectTwoNeedsAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.ConnectWithAssociatedNeedAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCreateNeedCommandAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteDeactivateNeedCommandAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
Constructs the message via createWonMessage and registers a listener for the response from the local WoN node and, if messageIsSenttoRemoteNode is true, a listener for the response from the remote WoN node.
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.LogMessageCommandFailureAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.HintAssociatedNeedAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.OpenConnectionAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.RespondToMessageAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.RespondWithEchoToMessageAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.SendFeedbackForHintAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.SendMessageAction
 
doRun(Event, EventListener) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.SendMultipleMessagesAction
 
doShutdown() - Method in class won.bot.framework.bot.base.BaseBot
Override this method to do free resources during shutdown.
doShutdown() - Method in class won.bot.framework.bot.base.TriggeredBot
 
doShutdownCustom() - Method in class won.bot.framework.bot.base.EventBot
Init method used to shut down the event bus and allow event listeners shut down.
doShutdownCustom() - Method in class won.bot.framework.bot.base.TriggeredBot
Override this method to do shutdown work.
dropCollection(String) - Method in interface won.bot.framework.bot.context.BotContext
Remove the whole collection from the bot context
dropCollection(String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
dropCollection(String) - Method in class won.bot.framework.bot.context.MongoBotContext
 

E

EagerlyPopulateCacheBehaviour - Class in won.bot.framework.eventbot.behaviour
 
EagerlyPopulateCacheBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.EagerlyPopulateCacheBehaviour
 
EagerlyPopulateCacheBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.EagerlyPopulateCacheBehaviour
 
EchoBot - Class in won.bot.impl
Bot that creates a new 'Re:' need for each need that is created in the system and connects.
EchoBot() - Constructor for class won.bot.impl.EchoBot
 
EchoBotApp - Class in won.bot.app
App for EchoBot
EchoBotApp() - Constructor for class won.bot.app.EchoBotApp
 
EmptySPBot - Class in won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
User: Danijel Date: 24.6.14.
EmptySPBot() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.EmptySPBot
 
equals(Object) - Method in class won.bot.framework.eventbot.action.impl.factory.model.Precondition
 
equals(Object) - Method in class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
equals(Object) - Method in class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
ErrorDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
ErrorDebugCommandEvent(Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.ErrorDebugCommandEvent
 
ErrorEvent - Class in won.bot.framework.eventbot.event.impl.lifecycle
Event to be published when an error occurs.
ErrorEvent(Throwable) - Constructor for class won.bot.framework.eventbot.event.impl.lifecycle.ErrorEvent
 
Event - Interface in won.bot.framework.eventbot.event
Event interface.
EventBot - Class in won.bot.framework.bot.base
Base class for bots that define their behaviour through event listeners.
EventBot() - Constructor for class won.bot.framework.bot.base.EventBot
 
EventBot.MyEventListenerContext - Class in won.bot.framework.bot.base
Class holding references to all important services that EventListeners inside bots need to access.
EventBotAction - Interface in won.bot.framework.eventbot.action
Interface for event bot actions.
EventBotActionUtils - Class in won.bot.framework.eventbot.action
User: fkleedorfer Date: 02.02.14
EventBotActionUtils() - Constructor for class won.bot.framework.eventbot.action.EventBotActionUtils
 
EventBus - Interface in won.bot.framework.eventbot.bus
Simple event bus interface.
EventBusStatistics - Class in won.bot.framework.eventbot.bus.impl
Created by fkleedorfer on 30.03.2017.
EventBusStatistics() - Constructor for class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
EventFilter - Interface in won.bot.framework.eventbot.filter
Interface for filtering Events.
eventFilter - Variable in class won.bot.framework.eventbot.listener.BaseEventListener
 
EventListener - Interface in won.bot.framework.eventbot.listener
Event listener interface.
EventListenerContext - Interface in won.bot.framework.eventbot
Class holding references to all important services that EventListeners inside bots need to access.
EventListenerContextAwareFilter - Class in won.bot.framework.eventbot.filter.impl
Abstract base class for filters that need the event listener context for making their decision.
EventListenerContextAwareFilter(EventListenerContext) - Constructor for class won.bot.framework.eventbot.filter.impl.EventListenerContextAwareFilter
 
EventPublishingCounter - Class in won.bot.framework.eventbot.action.impl.counter
Counter that publishes a CountEvent each time it counts.
EventPublishingCounter(String, int, EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.counter.EventPublishingCounter
 
EventPublishingCounter(String, EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.counter.EventPublishingCounter
 
execute(AbsSender, User, Chat, String[]) - Method in class won.bot.framework.eventbot.action.impl.telegram.Commands.CritiqueBotCommand
 
execute(AbsSender, User, Chat, String[]) - Method in class won.bot.framework.eventbot.action.impl.telegram.Commands.DemandBotCommand
 
execute(AbsSender, User, Chat, String[]) - Method in class won.bot.framework.eventbot.action.impl.telegram.Commands.HelpBotCommand
 
execute(AbsSender, User, Chat, String[]) - Method in class won.bot.framework.eventbot.action.impl.telegram.Commands.OfferBotCommand
 
execute(AbsSender, User, Chat, String[]) - Method in class won.bot.framework.eventbot.action.impl.telegram.Commands.TogetherBotCommand
 
executeAssertionsForEstablishedConnection() - Method in class won.bot.impl.CommentBot
 
ExecuteCloseCommandAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
ExecuteCloseCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCloseCommandAction
 
ExecuteConnectCommandAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
ExecuteConnectCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectCommandAction
 
ExecuteConnectionMessageCommandAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Action executing a ConnectionMessageCommandEvent, creating a connection message for sending in the specified connection, adding the specified model as the content of the message.
ExecuteConnectionMessageCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteConnectionMessageCommandAction
 
ExecuteCreateNeedCommandAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Action executing a CreateNeedCommandEvent, creating the specified need.
ExecuteCreateNeedCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteCreateNeedCommandAction
 
ExecuteDeactivateNeedCommandAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Created by fsuda on 17.05.2017.
ExecuteDeactivateNeedCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteDeactivateNeedCommandAction
 
ExecuteFeedbackCommandAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
ExecuteFeedbackCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteFeedbackCommandAction
 
ExecuteOpenCommandAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Action executing a ConnectCommandEvent, connecting to the remoteNeed on behalf of the need.
ExecuteOpenCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteOpenCommandAction
 
ExecuteSendMessageCommandAction<T extends MessageCommandEvent> - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Action executing a MessageCommandEvent and publishing MessageCommandSuccess and MessageCommandFailure events indicating how well sending that message worked.
ExecuteSendMessageCommandAction(EventListenerContext, boolean) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
 
ExecuteSendMessageCommandAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.ExecuteSendMessageCommandAction
 
ExecuteWonMessageCommandBehaviour - Class in won.bot.framework.eventbot.behaviour
Behaviour that causes all WonMessageCommand events to be executed.
ExecuteWonMessageCommandBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.ExecuteWonMessageCommandBehaviour
 
ExecuteWonMessageCommandBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.ExecuteWonMessageCommandBehaviour
 

F

facets - Variable in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 
FactoryBot - Class in won.bot.framework.bot.base
 
FactoryBot() - Constructor for class won.bot.framework.bot.base.FactoryBot
 
FactoryBotContextWrapper - Class in won.bot.framework.bot.context
 
FactoryBotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.FactoryBotContextWrapper
 
FactoryBotHintBehaviour - Class in won.bot.framework.eventbot.behaviour
FactoryBotHintBehaviour
FactoryBotHintBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.FactoryBotHintBehaviour
 
FactoryBotHintBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.FactoryBotHintBehaviour
 
FactoryBotInitBehaviour - Class in won.bot.framework.eventbot.behaviour
InitFactoryBotBehaviour
FactoryBotInitBehaviour(EventListenerContext) - Constructor for class won.bot.framework.eventbot.behaviour.FactoryBotInitBehaviour
 
FactoryBotInitBehaviour(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.behaviour.FactoryBotInitBehaviour
 
FactoryHintCheckAction - Class in won.bot.framework.eventbot.action.impl.factory
Checks if the received hint is for a factoryURI
FactoryHintCheckAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.factory.FactoryHintCheckAction
 
FactoryHintEvent - Class in won.bot.framework.eventbot.event.impl.factory
Event used when a hintevent is called on a factory need
FactoryHintEvent(URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.factory.FactoryHintEvent
 
FactoryNeedCreationSkippedEvent - Class in won.bot.framework.eventbot.event.impl.factory
 
FactoryNeedCreationSkippedEvent() - Constructor for class won.bot.framework.eventbot.event.impl.factory.FactoryNeedCreationSkippedEvent
 
FailureResponseEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
Event published whenever a WonMessage is received that indicates the failure of a previous message.
FailureResponseEvent(URI, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.FailureResponseEvent
 
FeedbackCommandEvent - Class in won.bot.framework.eventbot.event.impl.command.feedback
Instructs the bot to open the specified connection behalf of the need.
FeedbackCommandEvent(Connection, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandEvent
 
FeedbackCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.command.feedback
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
FeedbackCommandFailureEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandFailureEvent
 
FeedbackCommandFailureEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandFailureEvent
 
FeedbackCommandFailureEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandFailureEvent
 
FeedbackCommandFailureEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandFailureEvent
 
FeedbackCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command.feedback
Tags a result event for a FeedbackCommandResult.
FeedbackCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.command.feedback
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
FeedbackCommandSuccessEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandSuccessEvent
 
FeedbackCommandSuccessEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandSuccessEvent
 
FeedbackCommandSuccessEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandSuccessEvent
 
FeedbackCommandSuccessEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandSuccessEvent
 
FeedbackTestingApp - Class in won.bot.app
 
FeedbackTestingApp() - Constructor for class won.bot.app.FeedbackTestingApp
 
FileBasedNeedProducer - Interface in won.bot.framework.component.needproducer
User: fkleedorfer Date: 17.12.13
FinishedEvent - Class in won.bot.framework.eventbot.event.impl.listener
Used to indicate that the specified EventListener has completed its work.
FinishedEvent(BaseEventListener) - Constructor for class won.bot.framework.eventbot.event.impl.listener.FinishedEvent
 
FinishedEventFilter - Class in won.bot.framework.eventbot.filter.impl
Filter that only accepts a FinishedEvent for a specific listener.
FinishedEventFilter(EventListener) - Constructor for class won.bot.framework.eventbot.filter.impl.FinishedEventFilter
 
FinishingListener - Interface in won.bot.framework.eventbot.listener
Listener that finishes at some point.
fire() - Method in class won.bot.framework.eventbot.action.impl.trigger.BotTrigger
 
fire() - Method in class won.bot.framework.eventbot.action.impl.trigger.FireCountLimitedBotTrigger
 
FireCountLimitedBotTrigger - Class in won.bot.framework.eventbot.action.impl.trigger
A BotTrigger that will fire in specified intervals until its fireCount is reached.
FireCountLimitedBotTrigger(EventListenerContext, Duration, int) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.FireCountLimitedBotTrigger
 
firstPhaseCompleteListener - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
firstPhaseCompleteListener - Variable in class won.bot.impl.BAAtomicBaseBot
 
firstPhaseDoneListener - Variable in class won.bot.impl.BAAtomicBaseBot
 
firstPhaseScripts - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
firstPhaseScriptsWithDelay - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
firstPhasetestScriptListeners - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
firstPhasetestScriptWithDelayListeners - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
firstPhaseWithDelayDoneListener - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
forEvent(Event) - Static method in class won.bot.framework.eventbot.filter.impl.ConnectionUriEventFilter
Factory method for creating a filter from an event by using its connection URI.
forEvent(Event) - Static method in class won.bot.framework.eventbot.filter.impl.NeedUriEventFilter
Factory method for creating a filter from an event by using its need URI.
forWonMessage(WonMessage) - Static method in class won.bot.framework.eventbot.filter.impl.OriginalMessageUriRemoteResponseEventFilter
 
forWonMessage(WonMessage) - Static method in class won.bot.framework.eventbot.filter.impl.OriginalMessageUriResponseEventFilter
 

G

generateEventBusStatistics() - Method in interface won.bot.framework.eventbot.bus.EventBus
 
generateEventBusStatistics() - Method in class won.bot.framework.eventbot.bus.impl.AsyncEventBusImpl
 
getAbsSender() - Method in class won.bot.framework.eventbot.event.impl.telegram.SendHelpEvent
 
getAbsSender() - Method in class won.bot.framework.eventbot.event.impl.telegram.TelegramCreateNeedEvent
 
getAction() - Method in exception won.bot.framework.eventbot.listener.baStateBots.ScriptStateException
 
getActionCountPerActionClass() - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
getActionTask(Event, EventListener) - Method in class won.bot.framework.eventbot.action.BaseEventBotAction
 
getActionTask(Event, EventListener) - Method in interface won.bot.framework.eventbot.action.EventBotAction
 
getAgreementUri() - Method in class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementEvent
 
getBehaviour() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviourEvent
 
getBot() - Method in class won.bot.framework.eventbot.event.impl.lifecycle.WorkDoneEvent
 
getBot() - Method in class won.bot.framework.eventbot.event.impl.test.TestFinishedEvent
 
getBotByUri() - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
getBotContext() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getBotContext() - Method in class won.bot.framework.bot.context.BotContextWrapper
 
getBotContext() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the BotContext of the bot.
getBotContextWrapper() - Method in class won.bot.framework.bot.base.BaseBot
 
getBotContextWrapper() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getBotContextWrapper() - Method in class won.bot.framework.bot.base.FactoryBot
 
getBotContextWrapper() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the BotContextWrapper of the bot.
getBotForNeedURI(URI) - Method in interface won.bot.framework.manager.BotManager
 
getBotForNeedURI(URI) - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
getBotName() - Method in class won.bot.framework.bot.context.BotContextWrapper
 
getBots() - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
getBotsForNodeURI(URI) - Method in interface won.bot.framework.manager.BotManager
 
getBotsForNodeURI(URI) - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
getBotToken() - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
getBotTrigger() - Method in class won.bot.framework.eventbot.action.impl.trigger.BaseBotTriggerEvent
 
getBotUsername() - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
getChat() - Method in class won.bot.framework.eventbot.event.impl.telegram.SendHelpEvent
 
getChat() - Method in class won.bot.framework.eventbot.event.impl.telegram.TelegramCreateNeedEvent
 
getChatIdForURI(URI) - Method in class won.bot.framework.bot.context.TelegramBotContextWrapper
 
getCloseMessage() - Method in class won.bot.framework.eventbot.event.impl.command.close.CloseCommandEvent
 
getCommandRegistry() - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
getCommentList() - Method in class won.bot.framework.bot.context.CommentBotContextWrapper
 
getCommentListName() - Method in class won.bot.framework.bot.context.CommentBotContextWrapper
 
getCon() - Method in class won.bot.framework.eventbot.event.BaseNeedAndConnectionSpecificEvent
 
getConnectionTextMessage(Long, URI, URI, WonMessage) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramMessageGenerator
 
getConnectionURI() - Method in class won.bot.framework.eventbot.event.BaseNeedAndConnectionSpecificEvent
 
getConnectionURI() - Method in interface won.bot.framework.eventbot.event.ConnectionSpecificEvent
 
getConnectionURI() - Method in class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandEvent
 
getConnectionURI() - Method in class won.bot.framework.eventbot.event.impl.crawlconnection.CrawlConnectionCommandEvent
 
getConnectionURI() - Method in class won.bot.framework.eventbot.event.impl.validate.ValidateConnectionCommandEvent
 
getConnectionURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
getConnectionURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageSentOnConnectionEvent
 
getConnectionURI() - Method in class won.bot.framework.eventbot.filter.impl.ConnectionUriEventFilter
 
getConnectionURI() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.SecondPhaseStartedEvent
 
getConnectMessage(Long, URI, URI) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramMessageGenerator
 
getContext() - Method in class won.bot.framework.eventbot.filter.impl.EventListenerContextAwareFilter
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicBaseBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCActiveExitingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCActiveFailingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCActiveNotCompletingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCAdditionalParticipants
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCCompletingExitingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCCompletingFailingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicCCCompletingNotCompletingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicPCActiveExitingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicPCActiveFailingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicPCActiveNotCompletingBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAAtomicPCBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BABaseBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BACCBot
 
getCoordinatorFacetType() - Method in class won.bot.impl.BAPCBot
 
getCoordinatorListName() - Method in class won.bot.framework.bot.context.ParticipantCoordinatorBotContextWrapper
 
getCoordinators() - Method in class won.bot.framework.bot.context.ParticipantCoordinatorBotContextWrapper
 
getCoordinatorSideConnectionURI() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
getCoordinatorURI() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
getCount() - Method in interface won.bot.framework.eventbot.action.impl.counter.Counter
 
getCount() - Method in class won.bot.framework.eventbot.action.impl.counter.CounterImpl
 
getCount() - Method in class won.bot.framework.eventbot.action.impl.counter.CountEvent
 
getCount() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCounterDecorator
 
getCount() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCountReachedEvent
 
getCount() - Method in class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
getCount() - Method in class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
getCount() - Method in interface won.bot.framework.eventbot.listener.CountingListener
 
getCounter() - Method in class won.bot.framework.eventbot.action.impl.counter.BaseCounterAction
 
getCounter() - Method in class won.bot.framework.eventbot.action.impl.counter.CountEvent
 
getCounter() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCountReachedEvent
 
getCrawledData() - Method in class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandSuccessEvent
 
getCrawledData() - Method in class won.bot.framework.eventbot.event.impl.crawlconnection.CrawlConnectionCommandSuccessEvent
 
getCreatedNeedMessage(Long, URI) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramMessageGenerator
 
getCurrentFileName() - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
getDelay() - Method in class won.bot.framework.eventbot.action.impl.DelayedDelegatingAction
 
getDelay() - Method in class won.bot.framework.eventbot.action.impl.RandomDelayedAction
 
getDelegate() - Method in class won.bot.framework.eventbot.filter.AbstractDelegatingFilter
 
getDelegate() - Method in interface won.bot.framework.eventbot.filter.DelegatingFilter
 
getDescription(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getDirectory() - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
getErrorMessage(Long) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramMessageGenerator
 
getErrorMessage() - Method in class won.bot.framework.eventbot.event.impl.debugbot.ErrorDebugCommandEvent
 
getEventBus() - Method in class won.bot.framework.bot.base.EventBot
 
getEventBus() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getEventBus() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the bot's event bus.
getEventCount() - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
getEventListenerContext() - Method in class won.bot.framework.bot.base.EventBot
 
getEventListenerContext() - Method in class won.bot.framework.eventbot.action.BaseEventBotAction
 
getEventListenerContext() - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
getEventListenerContext() - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
getException() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviourFailedEvent
 
getExceptionCount() - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
getExecutor() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
Returns an executor that passes the tasks to the TaskScheduler for immediate execution.
getExecutor() - Method in class won.bot.framework.bot.base.ScheduledActionBot
Returns an executor that passes the tasks to the TaskScheduler for immediate execution.
getExecutor() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns an executor that passes the tasks to the TaskScheduler for immediate execution.
getFacets() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
getFacetType() - Method in class won.bot.framework.eventbot.event.impl.needlifecycle.NeedCreatedEvent
 
getFactoryListName() - Method in class won.bot.framework.bot.context.FactoryBotContextWrapper
 
getFactoryNeedURI() - Method in class won.bot.framework.eventbot.event.impl.factory.FactoryHintEvent
 
getFactoryNeedURIFromOffer(URI) - Method in class won.bot.framework.bot.context.FactoryBotContextWrapper
 
getFailureMessage() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.FailureResponseEvent
 
getFeedbackProperty() - Method in class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandEvent
 
getFileBasedNeedProducer() - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
getFilenameFilterRegex() - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
getFilters() - Method in class won.bot.framework.eventbot.filter.AbstractCompositeFilter
Returns a shallow copy of the filters.
getFilters() - Method in interface won.bot.framework.eventbot.filter.CompositeFilter
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicBaseBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCActiveExitingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCActiveFailingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCActiveNotCompletingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCAdditionalParticipants
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCCompletingExitingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCCompletingFailingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicCCCompletingNotCompletingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicPCActiveExitingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicPCActiveFailingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicPCActiveNotCompletingBot
 
getFirstPhaseScripts() - Method in class won.bot.impl.BAAtomicPCBot
 
getFirstPhaseScriptsWithDelay() - Method in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
getFirstPhaseScriptsWithDelay() - Method in class won.bot.impl.BAAtomicCCAdditionalParticipants
 
getForResource() - Method in class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandEvent
 
getFromAddressString(MimeMessage) - Static method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getGetMaxRequest() - Method in class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandEvent
 
getGroupFacetURI() - Method in class won.bot.framework.eventbot.event.impl.facet.CommentFacetCreatedEvent
 
getGroupFacetURI() - Method in class won.bot.framework.eventbot.event.impl.facet.GroupFacetCreatedEvent
 
getGroupListName() - Method in class won.bot.framework.bot.context.GroupBotContextWrapper
 
getGroupMemberNeedUris() - Method in class won.bot.framework.bot.context.GroupBotContextWrapper
 
getGroupMembersListName() - Method in class won.bot.framework.bot.context.GroupBotContextWrapper
 
getGroupNeedUris() - Method in class won.bot.framework.bot.context.GroupBotContextWrapper
 
getHintMessage(Long, URI, URI) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramMessageGenerator
 
getId() - Method in class won.bot.framework.bot.context.MongoContextObject
 
getId() - Method in class won.bot.framework.bot.context.MongoContextObjectList
 
getIdentifier() - Method in class won.bot.framework.eventbot.event.impl.test.SuccessEvent
 
getInactivityPeriod(Date) - Static method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
 
getInactivityPeriod(Date, Date) - Static method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
 
getInactivityPeriodOfPartner(URI) - Method in class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
getInactivityPeriodOfSelf(URI) - Method in class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
getInterval() - Method in class won.bot.framework.eventbot.action.impl.trigger.BotTrigger
 
getLifecyclePhase() - Method in class won.bot.framework.bot.base.BaseBot
 
getLifecyclePhase() - Method in interface won.bot.framework.bot.Bot
The lifecycle phase the bot is currently in.
getLinkedDataSource() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getLinkedDataSource() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getLinkedDataSource() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns a linked data source.
getList() - Method in class won.bot.framework.bot.context.MongoContextObjectList
 
getListener() - Method in class won.bot.framework.eventbot.event.impl.listener.FinishedEvent
 
getListenerCount() - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
getListenerCountPerEvent() - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
getListenerCountPerListenerClass() - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
getLocalFacet() - Method in class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
getMailAction(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getMailReference(MimeMessage) - Static method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getMailSender(MimeMessage) - Static method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getMailText(MimeMessage) - Static method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getMatch() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.HintFromMatcherEvent
 
getMatcheNodeURISource() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getMatcherNodeURISource() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getMatcherNodeURISource() - Method in interface won.bot.framework.eventbot.EventListenerContext
 
getMatcherProtocolMatcherService() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getMatcherProtocolMatcherService() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getMatcherProtocolMatcherService() - Method in interface won.bot.framework.eventbot.EventListenerContext
 
getMatcherProtocolNeedServiceClient() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getMatcherProtocolNeedServiceClient() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getMatcherProtocolNeedServiceClient() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the bot's matcher service
getMaxDepth() - Method in class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandEvent
 
getMessage() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviourEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.cmd.BaseCommandFailureEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.cmd.BaseCommandSuccessEvent
 
getMessage() - Method in interface won.bot.framework.eventbot.event.impl.cmd.CommandResultEvent
An optional message for diagnostic purposes.
getMessage() - Method in class won.bot.framework.eventbot.event.impl.command.base.AbstractMessageCommandResultEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandFailureEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandSuccessEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandFailureEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandSuccessEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.debugbot.MessageToElizaEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.mail.CreateNeedFromMailEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.mail.MailCommandEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.mail.MailReceivedEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.mail.SubscribeUnsubscribeEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.mail.WelcomeMailEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.test.TestFailedEvent
 
getMessage() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
getMessageIdHeader() - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessage
 
getMessageModel() - Method in class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandEvent
 
getMessageToBeSent() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
 
getMessageUri() - Method in class won.bot.framework.eventbot.event.impl.analyzation.agreement.AgreementCancellationRequestedEvent
 
getMessageURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.MessageSpecificEvent
 
getMillisExecuting() - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
getMimeMessageForURI(URI) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
getMinimalPauseBetweenMessages() - Method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
 
getModel() - Method in class won.bot.framework.eventbot.event.impl.facet.CommentFacetCreatedEvent
 
getModel() - Method in class won.bot.framework.eventbot.event.impl.facet.GroupFacetCreatedEvent
 
getMonitor() - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
getName() - Method in interface won.bot.framework.eventbot.action.impl.counter.Counter
 
getName() - Method in class won.bot.framework.eventbot.action.impl.counter.CounterImpl
 
getName() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCounterDecorator
 
getName() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
getName() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestBotScript
 
getNamedNeedUriList(String) - Method in interface won.bot.framework.bot.context.BotContext
loadFromObjectMap all the need from a named need uri list
getNamedNeedUriList(String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
getNamedNeedUriList(String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
getNeedConsumer() - Method in class won.bot.framework.component.needprosumer.NeedProsumer
 
getNeedContentType(String) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramContentExtractor
 
getNeedCreateList() - Method in class won.bot.framework.bot.context.BotContextWrapper
 
getNeedCreateListName() - Method in class won.bot.framework.bot.context.BotContextWrapper
 
getNeedCreateListName() - Method in class won.bot.framework.bot.context.GroupBotContextWrapper
 
getNeedCreateListName() - Method in class won.bot.framework.bot.context.ParticipantCoordinatorBotContextWrapper
 
getNeedData() - Method in class won.bot.framework.eventbot.event.impl.matcher.NeedCreatedEventForMatcher
 
getNeedDataset() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
getNeedDataset() - Method in class won.bot.framework.eventbot.event.impl.debugbot.NeedCreatedEventForDebugConnect
 
getNeedDataset() - Method in class won.bot.framework.eventbot.event.impl.debugbot.NeedCreatedEventForDebugHint
 
getNeedDataset() - Method in class won.bot.framework.eventbot.event.impl.needlifecycle.NeedCreatedEvent
 
getNeedFactories() - Method in class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
 
getNeedProducer() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getNeedProducer() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getNeedProducer() - Method in class won.bot.framework.component.needprosumer.NeedProsumer
 
getNeedProducer() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the bot's needProducer.
getNeedType(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getNeedType(String) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getNeedURI() - Method in class won.bot.framework.eventbot.event.BaseNeedAndConnectionSpecificEvent
 
getNeedURI() - Method in class won.bot.framework.eventbot.event.BaseNeedSpecificEvent
 
getNeedURI() - Method in interface won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandResultEvent
 
getNeedUri() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandEvent
 
getNeedURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
getNeedURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.MessageSpecificEvent
 
getNeedURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageSentOnConnectionEvent
 
getNeedURI() - Method in interface won.bot.framework.eventbot.event.NeedSpecificEvent
 
getNeedURI() - Method in class won.bot.framework.eventbot.filter.impl.NeedUriEventFilter
 
getNeedURI() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.SecondPhaseStartedEvent
 
getNeedUriBeforeCreation() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandFailureEvent
 
getNeedUriBeforeCreation() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandSuccessEvent
 
getNeedUriBeforeCreation() - Method in class won.bot.framework.eventbot.event.impl.needlifecycle.NeedCreatedEvent
 
getNeedUriBeforeCreation() - Method in class won.bot.framework.eventbot.event.NeedCreationFailedEvent
 
getNextAction() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestBotScript
 
getNodeURI() - Method in class won.bot.framework.component.nodeurisource.impl.RandomMultiNodeUriSource
 
getNodeURI() - Method in class won.bot.framework.component.nodeurisource.impl.RoundRobinMultiNodeUriSource
 
getNodeURI() - Method in class won.bot.framework.component.nodeurisource.impl.SingleNodeURISource
 
getNodeURI() - Method in interface won.bot.framework.component.nodeurisource.NodeURISource
Returns a WON_BA node's URI.
getNodeURI() - Method in class won.bot.framework.eventbot.event.BaseNodeSpecificEvent
 
getNodeURI() - Method in interface won.bot.framework.eventbot.event.NodeSpecificEvent
 
getNodeURISource() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getNodeURISource() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getNodeURISource() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the bot's NodeURISource.
getNumberOfMessagesToSend() - Method in class won.bot.framework.eventbot.event.impl.debugbot.SendNDebugCommandEvent
 
getObject() - Method in class won.bot.framework.bot.context.MongoContextObject
 
getOriginalCommandEvent() - Method in class won.bot.framework.eventbot.event.impl.cmd.BaseCommandFailureEvent
 
getOriginalCommandEvent() - Method in class won.bot.framework.eventbot.event.impl.cmd.BaseCommandSuccessEvent
 
getOriginalCommandEvent() - Method in interface won.bot.framework.eventbot.event.impl.cmd.CommandResultEvent
 
getOriginalCommandEvent() - Method in class won.bot.framework.eventbot.event.impl.command.base.AbstractMessageCommandResultEvent
 
getOriginalCommandEvent() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandFailureEvent
 
getOriginalCommandEvent() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandSuccessEvent
 
getOriginalCommandEvent() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandFailureEvent
 
getOriginalCommandEvent() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandSuccessEvent
 
getOriginalCommandEvent() - Method in interface won.bot.framework.eventbot.event.impl.command.MessageCommandResultEvent
 
getOriginalMessageURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
getOriginalMessageURI() - Method in interface won.bot.framework.eventbot.event.ResponseEvent
Returns the URI of the message that caused the response.
getParticipantDelayedListName() - Method in class won.bot.framework.bot.context.AdditionalParticipantCoordinatorBotContextWrapper
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicBaseBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCActiveExitingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCActiveFailingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCActiveNotCompletingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCAdditionalParticipants
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCCompletingExitingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCCompletingFailingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicCCCompletingNotCompletingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicPCActiveExitingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicPCActiveFailingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicPCActiveNotCompletingBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAAtomicPCBot
 
getParticipantFacetType() - Method in class won.bot.impl.BABaseBot
 
getParticipantFacetType() - Method in class won.bot.impl.BACCBot
 
getParticipantFacetType() - Method in class won.bot.impl.BAPCBot
 
getParticipantListName() - Method in class won.bot.framework.bot.context.ParticipantCoordinatorBotContextWrapper
 
getParticipants() - Method in class won.bot.framework.bot.context.ParticipantCoordinatorBotContextWrapper
 
getParticipantsDelayed() - Method in class won.bot.framework.bot.context.AdditionalParticipantCoordinatorBotContextWrapper
 
getParticipantSideConnectionURI() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
getParticipantURI() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
getPayload() - Method in class won.bot.framework.eventbot.event.impl.analyzation.agreement.ProposalAcceptedEvent
 
getPayload() - Method in class won.bot.framework.eventbot.event.impl.analyzation.precondition.PreconditionEvent
 
getPreconditionConversationState(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
getPreconditionListForConnectionUri(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Returns a List of preconditions saved for the given connectionUri
getPreconditionsForProposalUri(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Returns a List of All saved Precondition URIS for the proposal
getPreconditionUri() - Method in class won.bot.framework.eventbot.event.impl.analyzation.precondition.PreconditionEvent
 
getPropertyPaths() - Method in class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandEvent
 
getProposalEvent() - Method in class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
getProposalsForPreconditionUri(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
getProposalUri() - Method in class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
getProposesEvents() - Method in class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
getProposesToCancelEvents() - Method in class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
getRegisteredCommand(String) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
getRegisteredCommands() - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
getRemoteFacet() - Method in class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
getRemoteNeedURI() - Method in class won.bot.framework.eventbot.event.BaseNeedAndConnectionSpecificEvent
 
getRemoteNeedURI() - Method in class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
getRemoteNeedURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
getRemoteNeedURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageSentOnConnectionEvent
 
getRemoteNeedURI() - Method in interface won.bot.framework.eventbot.event.RemoteNeedSpecificEvent
 
getRemoteNeedURI() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.SecondPhaseStartedEvent
 
getRemoteResponseToMessageURI() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
getRemoteResponseToMessageURI() - Method in interface won.bot.framework.eventbot.event.ResponseEvent
Returns the URI of the remote message that caused the response.
getRequesterURI() - Method in class won.bot.framework.eventbot.event.impl.factory.FactoryHintEvent
 
getScheduledExecution() - Method in class won.bot.framework.bot.base.TriggeredBot
 
getScripts() - Method in class won.bot.impl.BABaseBot
 
getScripts() - Method in class won.bot.impl.BACCBot
 
getScripts() - Method in class won.bot.impl.BAPCBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicBaseBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCActiveExitingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCActiveFailingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCActiveNotCompletingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCAdditionalParticipants
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCCompletingExitingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCCompletingFailingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicCCCompletingNotCompletingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicPCActiveExitingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicPCActiveFailingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicPCActiveNotCompletingBot
 
getSecondPhaseScripts() - Method in class won.bot.impl.BAAtomicPCBot
 
getSolrServerURI() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getSolrServerURI() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getSolrServerURI() - Method in interface won.bot.framework.eventbot.EventListenerContext
 
getStartURI() - Method in class won.bot.framework.eventbot.event.impl.crawl.CrawlCommandEvent
 
getState() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
getStateForNeedUri(URI, URI) - Method in interface won.bot.framework.eventbot.listener.baStateBots.BACCStateManagerBot
 
getStateForNeedUri(URI, URI) - Method in class won.bot.framework.eventbot.listener.baStateBots.SimpleScriptManager
 
getStateOfSenderBeforeSending() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
 
getStrings() - Method in class won.bot.framework.eventbot.event.impl.telegram.SendHelpEvent
 
getStrings() - Method in class won.bot.framework.eventbot.event.impl.telegram.TelegramCreateNeedEvent
 
getSubscribeStatus() - Method in class won.bot.framework.eventbot.event.impl.mail.SubscribeUnsubscribeEvent
 
getSubscribeStatusForMailAddress(String) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
getSuccessMessage() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.SuccessResponseEvent
 
getTags(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getTargetCount() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCounterDecorator
 
getTargetCount() - Method in class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
getTargetCount() - Method in class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
getTargetCount() - Method in interface won.bot.framework.eventbot.listener.CountingListener
 
getTaskScheduler() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getTaskScheduler() - Method in class won.bot.framework.bot.base.ScheduledActionBot
Returns the TaskScheduler.
getTaskScheduler() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the bot's taskScheduler.
getTelegramMessageGenerator() - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
getTemplate() - Method in class won.bot.framework.component.needproducer.impl.TemplateBasedNeedProducer
 
getTextMessage(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getThrowable() - Method in class won.bot.framework.eventbot.event.impl.lifecycle.ErrorEvent
 
getTimeout() - Method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
 
getTitle(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
getType() - Method in class won.bot.framework.eventbot.action.impl.mail.model.WonURI
 
getUpdate() - Method in class won.bot.framework.eventbot.event.impl.telegram.TelegramMessageReceivedEvent
 
getUri() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Precondition
 
getUri() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
getUri() - Method in class won.bot.framework.eventbot.action.impl.mail.model.WonURI
 
getUriAssociation(URI) - Method in class won.bot.framework.bot.context.BotContextWrapper
 
getURIFromEvent(Event) - Method in class won.bot.framework.eventbot.filter.impl.AbstractNamedUriListFilter
 
getURIFromEvent(Event) - Method in class won.bot.framework.eventbot.filter.impl.ConnectionUriInNamedListFilter
 
getURIFromEvent(Event) - Method in class won.bot.framework.eventbot.filter.impl.NeedUriInNamedListFilter
 
getURIFromInternal(URI) - Method in class won.bot.framework.bot.context.FactoryBotContextWrapper
 
getUriListName() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
getUser() - Method in class won.bot.framework.eventbot.event.impl.telegram.SendHelpEvent
 
getUser() - Method in class won.bot.framework.eventbot.event.impl.telegram.TelegramCreateNeedEvent
 
getValue() - Method in class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandEvent
 
getWelcomeMessage() - Method in class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
getWelcomeMessage() - Method in class won.bot.framework.eventbot.event.impl.command.open.OpenCommandEvent
 
getWonMessage() - Method in class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandSuccessEvent
 
getWonMessage() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.HintFromMatcherEvent
 
getWonMessage() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageReceivedOnConnectionEvent
 
getWonMessage() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageSentEvent
 
getWonMessage() - Method in interface won.bot.framework.eventbot.event.MessageEvent
 
getWonMessageSender() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getWonMessageSender() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getWonMessageSender() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns the bot's wonMessageSender.
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.command.close.CloseCommandEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandEvent
 
getWonMessageType() - Method in interface won.bot.framework.eventbot.event.impl.command.MessageCommandEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.command.open.OpenCommandEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.HintFromMatcherEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageReceivedOnConnectionEvent
 
getWonMessageType() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageSentEvent
 
getWonMessageType() - Method in interface won.bot.framework.eventbot.event.MessageEvent
 
getWonNodeInformationService() - Method in class won.bot.framework.bot.base.BasicServiceBot
 
getWonNodeInformationService() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
getWonNodeInformationService() - Method in interface won.bot.framework.eventbot.EventListenerContext
Returns a WonNodeInformationService.
getWonNodeUri() - Method in class won.bot.framework.eventbot.event.impl.debugbot.NeedCreatedEventForDebugConnect
 
getWonNodeUri() - Method in class won.bot.framework.eventbot.event.impl.debugbot.NeedCreatedEventForDebugHint
 
getWonNodeURI() - Method in class won.bot.framework.eventbot.event.impl.facet.CommentFacetCreatedEvent
 
getWonNodeURI() - Method in class won.bot.framework.eventbot.event.impl.facet.GroupFacetCreatedEvent
 
getWonNodeUri() - Method in class won.bot.framework.eventbot.event.impl.needlifecycle.NeedCreatedEvent
 
getWonNodeURI() - Method in class won.bot.framework.eventbot.event.NeedCreationFailedEvent
 
getWonURIForMailId(String) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
getWonURIForMessageId(Integer) - Method in class won.bot.framework.bot.context.TelegramBotContextWrapper
 
getWonURIsForMailAddress(String) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
getWrappedProducer() - Method in class won.bot.framework.component.needproducer.impl.AbstractNeedProducerWrapper
 
GroupBotContextWrapper - Class in won.bot.framework.bot.context
Created by fsuda on 14.04.2017.
GroupBotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.GroupBotContextWrapper
 
groupCreator - Variable in class won.bot.impl.GroupingBot
 
GroupCycleBot - Class in won.bot.impl
Bot that creates NUMBER_OF_GROUPS groupchats, adds NUMBER_OF_GROUPMEMBERS members to each, links them to each other and sends a message on behalf of one of the members, potentially causing an endless echo.
GroupCycleBot() - Constructor for class won.bot.impl.GroupCycleBot
 
GroupCycleBotApp - Class in won.bot.app
App for EchoBot
GroupCycleBotApp() - Constructor for class won.bot.app.GroupCycleBotApp
 
GroupFacetCreatedEvent - Class in won.bot.framework.eventbot.event.impl.facet
User: LEIH-NB Date: 05.02.14
GroupFacetCreatedEvent(URI, URI, Model) - Constructor for class won.bot.framework.eventbot.event.impl.facet.GroupFacetCreatedEvent
 
GroupingBot - Class in won.bot.impl
 
GroupingBot() - Constructor for class won.bot.impl.GroupingBot
 
groupMemberCreator - Variable in class won.bot.impl.GroupingBot
 
groupMemberCreator - Variable in class won.bot.impl.NeedCreatorBot
 
groupMemberCreator - Variable in class won.bot.impl.RandomSimulatorBot
 

H

handleEvent(Event) - Method in class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
handleEvent(Event) - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
handleFirstNTimes(Event) - Method in class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
Implementation handle the event here.
handleFirstNTimes(Event) - Method in class won.bot.framework.eventbot.listener.impl.ActionOnFirstNEventsListener
 
handleFirstNTimes(Event) - Method in class won.bot.framework.eventbot.listener.impl.AutomaticMessageResponderListener
 
handleFirstNTimes(Event) - Method in class won.bot.framework.eventbot.listener.impl.AutomaticMonitoredMessageResponderListener
 
hashCode() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Precondition
 
hashCode() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
hashCode() - Method in class won.bot.framework.eventbot.listener.impl.ActionOnEventListener
 
hasMetPrecondition(URI) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
hasNext() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestBotScript
 
hasPreconditionConnectionRelation(String, String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Determines if a preconditionUri is stored for the connectionUri
hasPreconditionConnectionRelation(String, Precondition) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Determines if a precondition is stored for the connectionUri
hasPreconditionProposalRelation(String, String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
hasProposesEvents() - Method in class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
hasProposesToCancelEvents() - Method in class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
HelpBotCommand - Class in won.bot.framework.eventbot.action.impl.telegram.Commands
Created by fsuda on 15.12.2016.
HelpBotCommand(String, String, EventBus) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.Commands.HelpBotCommand
 
Hint2MailParserAction - Class in won.bot.framework.eventbot.action.impl.mail.send
Created by fsuda on 03.10.2016.
Hint2MailParserAction(WonMimeMessageGenerator, MessageChannel) - Constructor for class won.bot.framework.eventbot.action.impl.mail.send.Hint2MailParserAction
 
Hint2TelegramAction - Class in won.bot.framework.eventbot.action.impl.telegram.send
Created by fsuda on 03.10.2016.
Hint2TelegramAction(EventListenerContext, WonTelegramBotHandler) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.send.Hint2TelegramAction
 
HintAssociatedNeedAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
BaseEventBotAction connecting two needs on the specified facets.
HintAssociatedNeedAction(EventListenerContext, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.HintAssociatedNeedAction
 
HintDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
HintDebugCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.HintDebugCommandEvent
 
HintFromMatcherEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
 
HintFromMatcherEvent(Match, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.HintFromMatcherEvent
 

I

increment() - Method in interface won.bot.framework.eventbot.action.impl.counter.Counter
 
increment() - Method in class won.bot.framework.eventbot.action.impl.counter.CounterImpl
 
increment() - Method in class won.bot.framework.eventbot.action.impl.counter.EventPublishingCounter
 
increment() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCounterDecorator
 
IncrementCounterAction - Class in won.bot.framework.eventbot.action.impl.counter
Action that increments the specified counter.
IncrementCounterAction(EventListenerContext, Counter) - Constructor for class won.bot.framework.eventbot.action.impl.counter.IncrementCounterAction
 
InitFactoryAction - Class in won.bot.framework.eventbot.action.impl.factory
Action that creates all needs from the needproducer and publishes the InitFactoryFinishedEvent once it is completed
InitFactoryAction(EventListenerContext, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.factory.InitFactoryAction
 
InitFactoryAction(EventListenerContext, int, int, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.factory.InitFactoryAction
 
InitFactoryFinishedEvent - Class in won.bot.framework.eventbot.event.impl.factory
 
InitFactoryFinishedEvent() - Constructor for class won.bot.framework.eventbot.event.impl.factory.InitFactoryFinishedEvent
 
initialize() - Method in class won.bot.framework.bot.base.BaseBot
 
initialize() - Method in interface won.bot.framework.bot.Bot
Init method, called exactly once by the framework before any other method is invoked.
initialize() - Method in class won.bot.framework.component.needproducer.impl.TemplateBasedNeedProducer
Opens the template and tries to read a jena Model from it.
initializeBotIfNecessary(Bot) - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
InitializeEvent - Class in won.bot.framework.eventbot.event.impl.lifecycle
The InitializeEvent informs listeners that the bot was asked to initialize.
InitializeEvent() - Constructor for class won.bot.framework.eventbot.event.impl.lifecycle.InitializeEvent
 
initializeEventListeners() - Method in class won.bot.framework.bot.base.EventBot
 
initializeEventListeners() - Method in class won.bot.framework.bot.base.FactoryBot
 
initializeEventListeners() - Method in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
initializeEventListeners() - Method in class won.bot.impl.BAAtomicBaseBot
 
initializeEventListeners() - Method in class won.bot.impl.BABaseBot
 
initializeEventListeners() - Method in class won.bot.impl.CommentBot
 
initializeEventListeners() - Method in class won.bot.impl.ConversationBot
 
initializeEventListeners() - Method in class won.bot.impl.ConversationBotMonitored
 
initializeEventListeners() - Method in class won.bot.impl.DebugBot
 
initializeEventListeners() - Method in class won.bot.impl.EchoBot
 
initializeEventListeners() - Method in class won.bot.impl.GroupCycleBot
 
initializeEventListeners() - Method in class won.bot.impl.GroupingBot
 
initializeEventListeners() - Method in class won.bot.impl.LastSeenNeedsMatcherBot
 
initializeEventListeners() - Method in class won.bot.impl.Mail2WonBot
 
initializeEventListeners() - Method in class won.bot.impl.MatcherProtocolTestBot
 
initializeEventListeners() - Method in class won.bot.impl.NeedCreatorBot
 
initializeEventListeners() - Method in class won.bot.impl.RandomSimulatorBot
 
initializeEventListeners() - Method in class won.bot.impl.StandardTwoPhaseCommitBot
 
initializeEventListeners() - Method in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
initializeEventListeners() - Method in class won.bot.impl.Telegram2WonBot
 
initializeFactoryEventListeners() - Method in class won.bot.framework.bot.base.FactoryBot
 
InternalWorkDoneEvent - Class in won.bot.framework.eventbot.event.impl.lifecycle
Event indicating that the bot's work is done, for bot-internal use.
InternalWorkDoneEvent() - Constructor for class won.bot.framework.eventbot.event.impl.lifecycle.InternalWorkDoneEvent
 
isActive() - Method in enum won.bot.framework.bot.BotLifecyclePhase
 
isActive() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
isChatty() - Method in class won.bot.framework.eventbot.event.impl.debugbot.SetChattinessDebugCommandEvent
 
isCommandMail(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
isCreateNeedMail(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
isDoNotMatch(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
isDoNotMatch() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
isDown() - Method in enum won.bot.framework.bot.BotLifecyclePhase
 
isEager() - Method in class won.bot.framework.eventbot.event.impl.debugbot.SetCacheEagernessCommandEvent
 
isExhausted() - Method in class won.bot.framework.component.needconsumer.impl.NopNeedConsumer
 
isExhausted() - Method in class won.bot.framework.component.needconsumer.impl.SysoutNeedConsumer
 
isExhausted() - Method in interface won.bot.framework.component.needconsumer.NeedConsumer
Returns true if the consumer is prepared to consume another need object.
isExhausted() - Method in class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
 
isExhausted() - Method in class won.bot.framework.component.needproducer.impl.AbstractNeedProducerWrapper
 
isExhausted() - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
isExhausted() - Method in class won.bot.framework.component.needproducer.impl.NopNeedProducer
 
isExhausted() - Method in interface won.bot.framework.component.needproducer.NeedProducer
Indicates that no more needs will be created by this factory.
isFactoryNeed(URI) - Method in class won.bot.framework.bot.context.FactoryBotContextWrapper
 
isFinished() - Method in class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
isFinished() - Method in class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
isFinished() - Method in class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
isFinished() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
isFinished() - Method in interface won.bot.framework.eventbot.listener.FinishingListener
 
isInNamedNeedUriList(URI, String) - Method in interface won.bot.framework.bot.context.BotContext
 
isInNamedNeedUriList(URI, String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
isInNamedNeedUriList(URI, String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
isMet() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Precondition
 
isMixed() - Method in class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
isNeedKnown(URI) - Method in interface won.bot.framework.bot.context.BotContext
Check if need uri is known among all stored need uris
isNeedKnown(URI) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
isNeedKnown(URI) - Method in class won.bot.framework.bot.context.MongoBotContext
 
isNodeKnown(URI) - Method in interface won.bot.framework.bot.context.BotContext
check if a node uri is known among all stored nodes
isNodeKnown(URI) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
isNodeKnown(URI) - Method in class won.bot.framework.bot.context.MongoBotContext
 
isNopAction() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
 
isNopAction() - Method in class won.bot.framework.eventbot.listener.baStateBots.NopAction
 
isPauseLongEnough(long) - Method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
 
isPreconditionMetError(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
isPreconditionMetInProposals(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
isPreconditionMetPending(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Determines if a certain precondition is met but still pending for proposal creation
isRemoteResponse() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.DeliveryResponseEvent
 
isRepeat() - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
isSenderIsCoordinator() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
 
isSenderIsParticipant() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
 
isShutdownApplicationContextIfWorkDone() - Method in class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
isShuttingDown() - Method in enum won.bot.framework.bot.BotLifecyclePhase
 
isStartingUp() - Method in enum won.bot.framework.bot.BotLifecyclePhase
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.cmd.BaseCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.cmd.BaseCommandSuccessEvent
 
isSuccess() - Method in interface won.bot.framework.eventbot.event.impl.cmd.CommandResultEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.close.CloseCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.close.CloseCommandSuccessEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.connect.ConnectCommandSuccessEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.connectionmessage.ConnectionMessageCommandSuccessEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandSuccessEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.deactivate.DeactivateNeedCommandSuccessEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.feedback.FeedbackCommandSuccessEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.open.OpenCommandFailureEvent
 
isSuccess() - Method in class won.bot.framework.eventbot.event.impl.command.open.OpenCommandSuccessEvent
 
isTriggerDone() - Method in class won.bot.framework.bot.base.TriggeredBot
Returns true if the trigger won't cause any more executions (and none are currently running).
isUnsubscribeOnException() - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
isUsedForTesting(MimeMessage) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
isUsedForTesting() - Method in class won.bot.framework.eventbot.event.impl.command.create.CreateNeedCommandEvent
 
isValid() - Method in class won.bot.framework.eventbot.event.impl.validate.ValidateConnectionCommandSuccessEvent
 
isWaitedLongEnough(URI) - Method in class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
isWithin(long) - Method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
 
isWorkDone() - Method in class won.bot.framework.bot.base.BaseBot
 
isWorkDone() - Method in interface won.bot.framework.bot.Bot
Indicates whether the bot considers its work done.
isWorkDone() - Method in interface won.bot.framework.manager.BotManager
Indicates if all managed bots' work is done.
isWorkDone() - Method in class won.bot.framework.manager.impl.BotManagerImpl
 

K

KEY_CHATTY_CONNECTIONS - Static variable in class won.bot.framework.eventbot.action.impl.debugbot.SendChattyMessageAction
 
KEY_LAST_MESSAGE_IN_TIMESTAMPS - Static variable in class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
KEY_LAST_MESSAGE_OUT_TIMESTAMPS - Static variable in class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
KEY_NEED_REMOTE_NEED_ASSOCIATION - Static variable in class won.bot.framework.bot.context.BotContextWrapper
 
knowsNeedURI(URI) - Method in class won.bot.framework.bot.base.BaseBot
 
knowsNeedURI(URI) - Method in interface won.bot.framework.bot.Bot
 
knowsNodeURI(URI) - Method in class won.bot.framework.bot.base.BaseBot
 
knowsNodeURI(URI) - Method in interface won.bot.framework.bot.Bot
 

L

LAST_MESSAGES - Static variable in class won.bot.framework.eventbot.action.impl.debugbot.DebugBotIncomingMessageToEventMappingAction
 
LastSeenNeedsMatcherApp - Class in won.bot.app
App for EchoBot
LastSeenNeedsMatcherApp() - Constructor for class won.bot.app.LastSeenNeedsMatcherApp
 
LastSeenNeedsMatcherBot - Class in won.bot.impl
Bot that connects the two last seen needs using a hint.
LastSeenNeedsMatcherBot() - Constructor for class won.bot.impl.LastSeenNeedsMatcherBot
 
loadCachedMailsForMailAddress(String) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
loadFromListMap(String, String) - Method in interface won.bot.framework.bot.context.BotContext
Retrieve all objects from one collection at one key previously added using addToListMap().
loadFromListMap(String, String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
loadFromListMap(String, String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
loadFromObjectMap(String, String) - Method in interface won.bot.framework.bot.context.BotContext
Retrieve an object from a collection previously added using saveToObjectMap().
loadFromObjectMap(String, String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
loadFromObjectMap(String, String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
loadListMap(String) - Method in interface won.bot.framework.bot.context.BotContext
Retrieve a copy of the whole object list map in a collection
loadListMap(String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
loadListMap(String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
loadObjectMap(String) - Method in interface won.bot.framework.bot.context.BotContext
Retrieve a copy of the whole object map of the collection
loadObjectMap(String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
loadObjectMap(String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
LogAction - Class in won.bot.framework.eventbot.action.impl
Outputs a message via the configured logging system.
LogAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.LogAction
 
LogAction(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.action.impl.LogAction
 
LogErrorAction - Class in won.bot.framework.eventbot.action.impl
Outputs a message via the configured logging system.
LogErrorAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.LogErrorAction
 
LogErrorAction(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.action.impl.LogErrorAction
 
logger - Variable in class won.bot.framework.bot.base.BaseBot
 
logger - Variable in class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
 
logger - Variable in class won.bot.framework.eventbot.action.BaseEventBotAction
 
logger - Variable in class won.bot.framework.eventbot.action.impl.telegram.Commands.CritiqueBotCommand
 
logger - Variable in class won.bot.framework.eventbot.action.impl.telegram.Commands.DemandBotCommand
 
logger - Variable in class won.bot.framework.eventbot.action.impl.telegram.Commands.HelpBotCommand
 
logger - Variable in class won.bot.framework.eventbot.action.impl.telegram.Commands.OfferBotCommand
 
logger - Variable in class won.bot.framework.eventbot.action.impl.telegram.Commands.TogetherBotCommand
 
logger - Variable in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
logger - Variable in class won.bot.framework.eventbot.listener.BaseEventListener
 
logger - Variable in class won.bot.framework.manager.impl.BotManagerImpl
 
LogMessageCommandFailureAction - Class in won.bot.framework.eventbot.action.impl.wonmessage.execCommand
Logs type and optional message of a MessageCommandFailureEvent.
LogMessageCommandFailureAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.execCommand.LogMessageCommandFailureAction
 

M

Mail2WonBot - Class in won.bot.impl
This Bot checks the E-Mails from a given set of configured E-Mail Adresses and creates Needs that represent these E-Mails In Future Implementations it will support the bidirectional communication between the node content and the email sender?! Created by fsuda on 27.09.2016.
Mail2WonBot() - Constructor for class won.bot.impl.Mail2WonBot
 
Mail2WonBotApp - Class in won.bot.app
Created by fsuda on 27.09.2016.
Mail2WonBotApp() - Constructor for class won.bot.app.Mail2WonBotApp
 
MailBotContextWrapper - Class in won.bot.framework.bot.context
Created by fsuda on 14.04.2017.
MailBotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.MailBotContextWrapper
 
MailCommandAction - Class in won.bot.framework.eventbot.action.impl.mail.receive
Created by fsuda on 18.10.2016.
MailCommandAction(EventListenerContext, MailContentExtractor) - Constructor for class won.bot.framework.eventbot.action.impl.mail.receive.MailCommandAction
 
MailCommandEvent - Class in won.bot.framework.eventbot.event.impl.mail
Created by fsuda on 18.10.2016.
MailCommandEvent(MimeMessage) - Constructor for class won.bot.framework.eventbot.event.impl.mail.MailCommandEvent
 
MailContentExtractor - Class in won.bot.framework.eventbot.action.impl.mail.receive
Extracts need properties like title, description, need type, etc from mails.
MailContentExtractor() - Constructor for class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
MailFileNeedProducer - Class in won.bot.framework.component.needproducer.impl
User: fkleedorfer Date: 17.12.13
MailFileNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.MailFileNeedProducer
 
MailParserAction - Class in won.bot.framework.eventbot.action.impl.mail.receive
Created by fsuda on 30.09.2016.
MailParserAction(EventListenerContext, MailContentExtractor) - Constructor for class won.bot.framework.eventbot.action.impl.mail.receive.MailParserAction
 
MailReceivedEvent - Class in won.bot.framework.eventbot.event.impl.mail
 
MailReceivedEvent(MimeMessage) - Constructor for class won.bot.framework.eventbot.event.impl.mail.MailReceivedEvent
 
main(String[]) - Static method in class won.bot.app.BotRunnerApp
 
main(String[]) - Static method in class won.bot.app.DebugBotApp
 
main(String[]) - Static method in class won.bot.app.EchoBotApp
 
main(String[]) - Static method in class won.bot.app.FeedbackTestingApp
 
main(String[]) - Static method in class won.bot.app.GroupCycleBotApp
 
main(String[]) - Static method in class won.bot.app.LastSeenNeedsMatcherApp
 
main(String[]) - Static method in class won.bot.app.Mail2WonBotApp
 
main(String[]) - Static method in class won.bot.app.MatcherApp
 
main(String[]) - Static method in class won.bot.app.NeedCreatorBotApp
 
main(String[]) - Static method in class won.bot.app.RandomSimulatorBotApp
 
main(String[]) - Static method in class won.bot.app.Simple2NeedConversationTest
 
main(String[]) - Static method in class won.bot.app.Simple2NeedGroupingTest
 
main(String[]) - Static method in class won.bot.app.SimpleCommentTest
 
main(String[]) - Static method in class won.bot.app.SimpleLoadTest
 
main(String[]) - Static method in class won.bot.app.SimpleMaildirToOwnerBot
 
main(String[]) - Static method in class won.bot.app.SimpleMaildirToOwnerOncePerNodeBot
 
main(String[]) - Static method in class won.bot.app.SimpleMaildirToSysoutBot
 
main(String[]) - Static method in class won.bot.app.SimpleMatcherTestApp
 
main(String[]) - Static method in class won.bot.app.Telegram2WonBotApp
 
main(String[]) - Static method in class won.bot.framework.eventbot.action.impl.debugbot.DebugBotIncomingMessageToEventMappingAction
 
makeAndSubscribeRemoteResponseListener(WonMessage, EventListener, EventListener, EventListenerContext) - Static method in class won.bot.framework.eventbot.action.EventBotActionUtils
Creates a listener that waits for the remote response to the specified message.
makeAndSubscribeResponseListener(WonMessage, EventListener, EventListener, EventListenerContext) - Static method in class won.bot.framework.eventbot.action.EventBotActionUtils
Creates a listener that waits for the response to the specified message.
makeConnection(URI, URI, URI) - Static method in class won.bot.framework.eventbot.event.BaseNeedAndConnectionSpecificEvent
 
makeConnection(URI, URI, URI) - Static method in class won.bot.framework.eventbot.event.impl.command.base.AbstractMessageCommandResultEvent
 
makeEventFilter() - Method in class won.bot.framework.eventbot.action.impl.counter.EventPublishingCounter
 
makeEventFilter() - Method in class won.bot.framework.eventbot.action.impl.counter.TargetCounterDecorator
 
makeFailureMessage(CrawlConnectionCommandFailureEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendMessageOnCrawlResultAction
 
makeFailureMessage(CrawlConnectionCommandFailureEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendMessageReportingCrawlResultAction
 
makeSuccessMessage(CrawlConnectionCommandSuccessEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendMessageOnCrawlResultAction
 
makeSuccessMessage(CrawlConnectionCommandSuccessEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendMessageReportingCrawlResultAction
 
matcher - Variable in class won.bot.impl.MatcherProtocolTestBot
 
MatcherApp - Class in won.bot.app
User: LEIH-NB Date: 20.03.14
MatcherApp() - Constructor for class won.bot.app.MatcherApp
 
matcherNotifier - Variable in class won.bot.impl.MatcherProtocolTestBot
 
MatcherProtocolTestBot - Class in won.bot.impl
 
MatcherProtocolTestBot() - Constructor for class won.bot.impl.MatcherProtocolTestBot
 
MatcherRegisteredEvent - Class in won.bot.framework.eventbot.event.impl.matcher
 
MatcherRegisteredEvent(URI) - Constructor for class won.bot.framework.eventbot.event.impl.matcher.MatcherRegisteredEvent
 
MatcherRegisterFailedEvent - Class in won.bot.framework.eventbot.event.impl.matcher
Created by hfriedrich on 26.01.2017.
MatcherRegisterFailedEvent(URI) - Constructor for class won.bot.framework.eventbot.event.impl.matcher.MatcherRegisterFailedEvent
 
matcherRegistrator - Variable in class won.bot.impl.MatcherProtocolTestBot
 
MatchingLoadTestMonitorAction - Class in won.bot.framework.eventbot.action.impl.monitor
Created by hfriedrich on 02.10.2015.
MatchingLoadTestMonitorAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.monitor.MatchingLoadTestMonitorAction
 
MatchNeedsAction - Class in won.bot.framework.eventbot.action.impl.matcher
BaseEventBotAction that sends a hint message to the first need in the context to the second.
MatchNeedsAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.matcher.MatchNeedsAction
 
MemoryBotContext - Class in won.bot.framework.bot.context
In memory context implementation using nested maps.
MemoryBotContext() - Constructor for class won.bot.framework.bot.context.MemoryBotContext
 
message - Variable in class won.bot.framework.eventbot.action.impl.LogAction
 
Message2MailAction - Class in won.bot.framework.eventbot.action.impl.mail.send
Created by fsuda on 18.10.2016.
Message2MailAction(WonMimeMessageGenerator, MessageChannel) - Constructor for class won.bot.framework.eventbot.action.impl.mail.send.Message2MailAction
 
Message2TelegramAction - Class in won.bot.framework.eventbot.action.impl.telegram.send
Created by fsuda on 18.10.2016.
Message2TelegramAction(EventListenerContext, WonTelegramBotHandler) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.send.Message2TelegramAction
 
MessageCommandEvent - Interface in won.bot.framework.eventbot.event.impl.command
Interface for events that are intended to make the bot send a specific message.
MessageCommandFailureEvent - Interface in won.bot.framework.eventbot.event.impl.command
Created by fkleedorfer on 24.03.2017.
MessageCommandNotSentEvent<T extends CommandEvent> - Class in won.bot.framework.eventbot.event.impl.command
Created by fsuda on 15.02.2018.
MessageCommandNotSentEvent(String, T) - Constructor for class won.bot.framework.eventbot.event.impl.command.MessageCommandNotSentEvent
 
MessageCommandNotSentEvent(T) - Constructor for class won.bot.framework.eventbot.event.impl.command.MessageCommandNotSentEvent
 
MessageCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command
Base interface for message command result events.
MessageCommandSuccessEvent - Interface in won.bot.framework.eventbot.event.impl.command
Created by fkleedorfer on 24.03.2017.
messageCounters - Variable in class won.bot.impl.GroupingBot
 
MessageDispatchedEvent - Class in won.bot.framework.eventbot.event.impl.monitor
User: ypanchenko Date: 04.03.2016
MessageDispatchedEvent(WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.monitor.MessageDispatchedEvent
 
MessageDispatchStartedEvent - Class in won.bot.framework.eventbot.event.impl.monitor
User: ypanchenko Date: 04.03.2016
MessageDispatchStartedEvent(WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.monitor.MessageDispatchStartedEvent
 
MessageEvent - Interface in won.bot.framework.eventbot.event
Tagging interface that indicates that the event was created when an actual protocol message was received.
MessageFromOtherNeedEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
 
MessageFromOtherNeedEvent(Connection, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.MessageFromOtherNeedEvent
 
messageFromOtherNeedListener - Variable in class won.bot.impl.DebugBot
 
MessageLifecycleMonitoringAction - Class in won.bot.framework.eventbot.action.impl.monitor
 
MessageLifecycleMonitoringAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.monitor.MessageLifecycleMonitoringAction
 
messagesDoneListener - Variable in class won.bot.impl.GroupingBot
 
MessageSpecificEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
User: ypanchenko Date: 04.03.2016
MessageSpecificEvent(WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.MessageSpecificEvent
 
MessageTimingManager - Class in won.bot.framework.eventbot.action.impl.debugbot
Created by fkleedorfer on 10.06.2016.
MessageTimingManager(EventListenerContext, int) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
MessageTimingManager.InactivityPeriod - Enum in won.bot.framework.eventbot.action.impl.debugbot
 
MessageToElizaEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
Message to be processed by a connection-specific eliza instance.
MessageToElizaEvent(Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.MessageToElizaEvent
 
MILLIS_BETWEEN_MESSAGES - Static variable in class won.bot.impl.GroupingBot
 
MongoBotContext - Class in won.bot.framework.bot.context
Bot context implementation using persistent mongo db for storage.
MongoBotContext() - Constructor for class won.bot.framework.bot.context.MongoBotContext
 
MongoContextObject - Class in won.bot.framework.bot.context
Wrapper object for storing generic java objects in the mongo db database.
MongoContextObject(String, Object) - Constructor for class won.bot.framework.bot.context.MongoContextObject
 
MongoContextObjectList - Class in won.bot.framework.bot.context
Created by hfriedrich on 21.11.2016.
MongoContextObjectList() - Constructor for class won.bot.framework.bot.context.MongoContextObjectList
 
MongoContextObjectList(String) - Constructor for class won.bot.framework.bot.context.MongoContextObjectList
 
monitor - Variable in class won.bot.impl.ConversationBotMonitored
 
MultipleActions - Class in won.bot.framework.eventbot.action.impl
Executes the specified actions.
MultipleActions(EventListenerContext, EventBotAction...) - Constructor for class won.bot.framework.eventbot.action.impl.MultipleActions
 
MyEventListenerContext() - Constructor for class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 

N

N_MESSAGES - Static variable in class won.bot.framework.eventbot.action.impl.debugbot.DebugBotIncomingMessageToEventMappingAction
 
name - Variable in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
name - Variable in class won.bot.framework.eventbot.listener.BaseEventListener
 
NEED_URI_COLLECTION - Static variable in class won.bot.framework.bot.context.MongoBotContext
 
NeedActivatedEventForMatcher - Class in won.bot.framework.eventbot.event.impl.matcher
 
NeedActivatedEventForMatcher(URI) - Constructor for class won.bot.framework.eventbot.event.impl.matcher.NeedActivatedEventForMatcher
 
NeedAddedToSolrEvent - Class in won.bot.framework.eventbot.event.impl.matcher
 
NeedAddedToSolrEvent(URI) - Constructor for class won.bot.framework.eventbot.event.impl.matcher.NeedAddedToSolrEvent
 
needCloser - Variable in class won.bot.impl.DebugBot
 
needConnector - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
needConnector - Variable in class won.bot.impl.BAAtomicBaseBot
 
needConnector - Variable in class won.bot.impl.BABaseBot
 
needConnector - Variable in class won.bot.impl.CommentBot
 
needConnector - Variable in class won.bot.impl.ConversationBot
 
needConnector - Variable in class won.bot.impl.ConversationBotMonitored
 
needConnector - Variable in class won.bot.impl.DebugBot
 
needConnector - Variable in class won.bot.impl.EchoBot
 
needConnector - Variable in class won.bot.impl.GroupingBot
 
needConnector - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
needConnector - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
needConnectorWithDelay - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
NeedConsumer - Interface in won.bot.framework.component.needconsumer
 
NeedCreatedEvent - Class in won.bot.framework.eventbot.event.impl.needlifecycle
 
NeedCreatedEvent(URI, URI, Dataset, FacetType, URI) - Constructor for class won.bot.framework.eventbot.event.impl.needlifecycle.NeedCreatedEvent
 
NeedCreatedEvent(URI, URI, Dataset, FacetType) - Constructor for class won.bot.framework.eventbot.event.impl.needlifecycle.NeedCreatedEvent
 
NeedCreatedEventForDebugConnect - Class in won.bot.framework.eventbot.event.impl.debugbot
 
NeedCreatedEventForDebugConnect(URI, URI, Dataset, FacetType) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.NeedCreatedEventForDebugConnect
 
NeedCreatedEventForDebugHint - Class in won.bot.framework.eventbot.event.impl.debugbot
 
NeedCreatedEventForDebugHint(URI, URI, Dataset, FacetType) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.NeedCreatedEventForDebugHint
 
NeedCreatedEventForMatcher - Class in won.bot.framework.eventbot.event.impl.matcher
 
NeedCreatedEventForMatcher(URI, Dataset) - Constructor for class won.bot.framework.eventbot.event.impl.matcher.NeedCreatedEventForMatcher
 
NeedCreationAbortedEvent - Class in won.bot.framework.eventbot.event.impl.command.create
Indicates that need creation was aborted before sending a message to a WoN node.
NeedCreationAbortedEvent(URI, URI, CreateNeedCommandEvent, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.NeedCreationAbortedEvent
 
NeedCreationAbortedEvent(URI, URI, CreateNeedCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.command.create.NeedCreationAbortedEvent
 
NeedCreationFailedEvent - Class in won.bot.framework.eventbot.event
Event indicating that the attempt to create a need on the specified won node failed.
NeedCreationFailedEvent(URI) - Constructor for class won.bot.framework.eventbot.event.NeedCreationFailedEvent
 
NeedCreationFailedEvent(URI, URI) - Constructor for class won.bot.framework.eventbot.event.NeedCreationFailedEvent
 
needCreator - Variable in class won.bot.impl.CommentBot
 
needCreator - Variable in class won.bot.impl.ConversationBot
 
needCreator - Variable in class won.bot.impl.ConversationBotMonitored
 
needCreator - Variable in class won.bot.impl.DebugBot
 
needCreator - Variable in class won.bot.impl.EchoBot
 
needCreator - Variable in class won.bot.impl.MatcherProtocolTestBot
 
NeedCreatorBot - Class in won.bot.impl
 
NeedCreatorBot() - Constructor for class won.bot.impl.NeedCreatorBot
 
NeedCreatorBotApp - Class in won.bot.app
 
NeedCreatorBotApp() - Constructor for class won.bot.app.NeedCreatorBotApp
 
NeedDeactivatedEvent - Class in won.bot.framework.eventbot.event.impl.needlifecycle
 
NeedDeactivatedEvent(URI) - Constructor for class won.bot.framework.eventbot.event.impl.needlifecycle.NeedDeactivatedEvent
 
NeedDeactivatedEventForMatcher - Class in won.bot.framework.eventbot.event.impl.matcher
 
NeedDeactivatedEventForMatcher(URI) - Constructor for class won.bot.framework.eventbot.event.impl.matcher.NeedDeactivatedEventForMatcher
 
needDeactivator - Variable in class won.bot.impl.CommentBot
 
needDeactivator - Variable in class won.bot.impl.ConversationBot
 
needDeactivator - Variable in class won.bot.impl.ConversationBotMonitored
 
needDeactivator - Variable in class won.bot.impl.EchoBot
 
needDeactivator - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
needHinter - Variable in class won.bot.impl.DebugBot
 
NeedProducer - Interface in won.bot.framework.component.needproducer
Interface for producing needs.
NeedProducerExhaustedEvent - Class in won.bot.framework.eventbot.event.impl.needlifecycle
Event indicating that the bot's need producer is exhausted.
NeedProducerExhaustedEvent() - Constructor for class won.bot.framework.eventbot.event.impl.needlifecycle.NeedProducerExhaustedEvent
 
NeedProducerWrapper - Interface in won.bot.framework.component.needproducer.impl
User: fkleedorfer Date: 17.12.13
NeedProsumer - Class in won.bot.framework.component.needprosumer
User: fkleedorfer Date: 18.12.13
NeedProsumer() - Constructor for class won.bot.framework.component.needprosumer.NeedProsumer
 
NeedSpecificEvent - Interface in won.bot.framework.eventbot.event
Interface for events that are need-specific.
NeedUriEventFilter - Class in won.bot.framework.eventbot.filter.impl
Abstract base class for filters that will only accept events (need specific or connection specific) with the specified need URI.
NeedUriEventFilter(URI) - Constructor for class won.bot.framework.eventbot.filter.impl.NeedUriEventFilter
 
NeedUriInNamedListFilter - Class in won.bot.framework.eventbot.filter.impl
Filter that accepts NeedSpecificEvents if their needURI is in the specified named list.
NeedUriInNamedListFilter(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.filter.impl.NeedUriInNamedListFilter
 
NO_OF_GROUPMEMBERS - Static variable in class won.bot.impl.GroupingBot
 
NO_OF_MESSAGES - Static variable in class won.bot.impl.GroupingBot
 
NODE_URI_COLLECTION - Static variable in class won.bot.framework.bot.context.MongoBotContext
 
NodeSpecificEvent - Interface in won.bot.framework.eventbot.event
Interface for events that are need-specific.
NodeURISource - Interface in won.bot.framework.component.nodeurisource
Interface that is used to obtain a WON_BA node URI.
noOfDelayedNeeds - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
noOfNeeds - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
noOfNeeds - Variable in class won.bot.impl.BAAtomicBaseBot
 
noOfNeeds - Variable in class won.bot.impl.BABaseBot
 
noOfNeeds - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
noOfNeeds - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
noOfNonDelayedNeeds - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
NopAction - Class in won.bot.framework.eventbot.listener.baStateBots
User: Danijel Date: 17.4.14.
NopAction() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.NopAction
 
NopEventListener - Class in won.bot.framework.eventbot.listener
EventListener that does nothing.
NopEventListener() - Constructor for class won.bot.framework.eventbot.listener.NopEventListener
 
NopNeedConsumer - Class in won.bot.framework.component.needconsumer.impl
User: fkleedorfer Date: 19.12.13
NopNeedConsumer() - Constructor for class won.bot.framework.component.needconsumer.impl.NopNeedConsumer
 
NopNeedProducer - Class in won.bot.framework.component.needproducer.impl
NeedProducer implementation that does nothing.
NopNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.NopNeedProducer
 
NotFilter - Class in won.bot.framework.eventbot.filter.impl
Delegating filter that inverts its delegate's result.
NotFilter(EventFilter) - Constructor for class won.bot.framework.eventbot.filter.impl.NotFilter
 

O

OfferBotCommand - Class in won.bot.framework.eventbot.action.impl.telegram.Commands
Created by fsuda on 15.12.2016.
OfferBotCommand(String, String, EventBus) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.Commands.OfferBotCommand
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.BehaviourBarrier
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
Activates the behaviour by registering listeners, if you addListeners with the subscribeWithAutoCleanup method, you do not have to clean them within the onCleanup method.
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.CloseBevahiour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.ConnectBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.ConnectionMessageBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.CoordinationBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.CrawlConnectionDataBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.DeactivateNeedBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.EagerlyPopulateCacheBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.ExecuteWonMessageCommandBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.FactoryBotHintBehaviour
 
onActivate(Optional<Object>) - Method in class won.bot.framework.eventbot.behaviour.FactoryBotInitBehaviour
 
onActivateActivate(BotBehaviour...) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
onActivateDeactivate(BotBehaviour...) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
onApplicationEvent(ApplicationEvent) - Method in class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
onCleanup() - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
Deactivates the behaviour.
onCleanup() - Method in class won.bot.framework.eventbot.behaviour.EagerlyPopulateCacheBehaviour
 
onCloseFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.BaseBot
 
onCloseFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.EventBot
 
onCloseFromOtherNeed(Connection, WonMessage) - Method in class won.bot.integration.BotOwnerCallback
 
onConnect(URI, URI) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.ConnectFromListToListAction.ConnectHook
 
onConnectFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.BaseBot
 
onConnectFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.EventBot
 
onConnectFromOtherNeed(Connection, WonMessage) - Method in class won.bot.integration.BotOwnerCallback
 
onCrawlFailure(CrawlConnectionCommandFailureEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.ProcessCrawlResultAction
Called if the crawl fails.
onCrawlFailure(CrawlConnectionCommandFailureEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendMessageOnCrawlResultAction
 
onCrawlSuccess(CrawlConnectionCommandSuccessEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.ProcessCrawlResultAction
Called if the crawl succeeds.
onCrawlSuccess(CrawlConnectionCommandSuccessEvent) - Method in class won.bot.framework.eventbot.action.impl.debugbot.SendMessageOnCrawlResultAction
 
onDeactivateActivate(BotBehaviour...) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
onDeactivateDeactivate(BotBehaviour...) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
 
onEvent(Event) - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
onEvent(Event) - Method in interface won.bot.framework.eventbot.listener.EventListener
 
onEvent(Event) - Method in class won.bot.framework.eventbot.listener.NopEventListener
 
onFailureResponse(URI, WonMessage) - Method in class won.bot.framework.bot.base.BaseBot
 
onFailureResponse(URI, WonMessage) - Method in class won.bot.framework.bot.base.EventBot
 
onFailureResponse(URI, WonMessage) - Method in class won.bot.integration.BotOwnerCallback
 
onHintFromMatcher(Match, WonMessage) - Method in class won.bot.framework.bot.base.BaseBot
 
onHintFromMatcher(Match, WonMessage) - Method in class won.bot.framework.bot.base.EventBot
 
onHintFromMatcher(Match, WonMessage) - Method in class won.bot.integration.BotOwnerCallback
 
onMatcherRegistered(URI) - Method in class won.bot.framework.bot.base.BaseBot
 
onMatcherRegistered(URI) - Method in class won.bot.framework.bot.base.EventBot
 
onMatcherRegistered(URI) - Method in interface won.bot.framework.bot.Bot
 
onMessageFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.BaseBot
 
onMessageFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.EventBot
 
onMessageFromOtherNeed(Connection, WonMessage) - Method in class won.bot.integration.BotOwnerCallback
 
onNeedActivated(URI, URI) - Method in class won.bot.integration.BotMatcherProtocolMatcherServiceCallback
 
onNeedActivatedNotificationForMatcher(URI, URI) - Method in class won.bot.framework.bot.base.BaseBot
 
onNeedActivatedNotificationForMatcher(URI, URI) - Method in class won.bot.framework.bot.base.EventBot
 
onNeedActivatedNotificationForMatcher(URI, URI) - Method in interface won.bot.framework.bot.Bot
 
onNeedDeactivated(URI, URI) - Method in class won.bot.integration.BotMatcherProtocolMatcherServiceCallback
 
onNeedDeactivatedNotificationForMatcher(URI, URI) - Method in class won.bot.framework.bot.base.BaseBot
 
onNeedDeactivatedNotificationForMatcher(URI, URI) - Method in class won.bot.framework.bot.base.EventBot
 
onNeedDeactivatedNotificationForMatcher(URI, URI) - Method in interface won.bot.framework.bot.Bot
 
onNewNeed(URI, URI, Dataset) - Method in class won.bot.integration.BotMatcherProtocolMatcherServiceCallback
 
onNewNeedCreated(URI, URI, Dataset) - Method in class won.bot.framework.bot.base.BaseBot
 
onNewNeedCreated(URI, URI, Dataset) - Method in class won.bot.framework.bot.base.EventBot
 
onNewNeedCreated(URI, URI, Dataset) - Method in interface won.bot.framework.bot.Bot
 
onNewNeedCreatedNotificationForMatcher(URI, URI, Dataset) - Method in class won.bot.framework.bot.base.BaseBot
 
onNewNeedCreatedNotificationForMatcher(URI, URI, Dataset) - Method in class won.bot.framework.bot.base.EventBot
 
onNewNeedCreatedNotificationForMatcher(URI, URI, Dataset) - Method in interface won.bot.framework.bot.Bot
 
onOpenFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.BaseBot
 
onOpenFromOtherNeed(Connection, WonMessage) - Method in class won.bot.framework.bot.base.EventBot
 
onOpenFromOtherNeed(Connection, WonMessage) - Method in class won.bot.integration.BotOwnerCallback
 
onRegistered(URI) - Method in class won.bot.integration.BotMatcherProtocolMatcherServiceCallback
 
onResult(EventBotAction) - Method in class won.bot.framework.eventbot.behaviour.CrawlConnectionDataBehaviour
 
onSubscribe(Class<T>) - Method in interface won.bot.framework.eventbot.listener.SubscriptionAware
 
onSuccessResponse(URI, WonMessage) - Method in class won.bot.framework.bot.base.BaseBot
 
onSuccessResponse(URI, WonMessage) - Method in class won.bot.framework.bot.base.EventBot
 
onSuccessResponse(URI, WonMessage) - Method in class won.bot.integration.BotOwnerCallback
 
onUnsubscribe(Class<T>) - Method in interface won.bot.framework.eventbot.listener.SubscriptionAware
 
onUpdateReceived(Update) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
OpenCommandEvent - Class in won.bot.framework.eventbot.event.impl.command.open
Instructs the bot to open the specified connection behalf of the need.
OpenCommandEvent(Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandEvent
 
OpenCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandEvent
 
OpenCommandEvent(URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandEvent
 
OpenCommandEvent(URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandEvent
 
OpenCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.command.open
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
OpenCommandFailureEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandFailureEvent
 
OpenCommandFailureEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandFailureEvent
 
OpenCommandFailureEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandFailureEvent
 
OpenCommandFailureEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandFailureEvent
 
OpenCommandResultEvent - Interface in won.bot.framework.eventbot.event.impl.command.open
Tags a result event of an OpenCommand.
OpenCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.command.open
Indicates that the bot has successfully sent a connect message, thereby creating a connection.
OpenCommandSuccessEvent(MessageCommandEvent, Connection) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandSuccessEvent
 
OpenCommandSuccessEvent(MessageCommandEvent, URI, URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandSuccessEvent
 
OpenCommandSuccessEvent(MessageCommandEvent, URI, URI, URI, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandSuccessEvent
 
OpenCommandSuccessEvent(MessageCommandEvent, Connection, String) - Constructor for class won.bot.framework.eventbot.event.impl.command.open.OpenCommandSuccessEvent
 
OpenConnectionAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
User: fkleedorfer Date: 30.01.14
OpenConnectionAction(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.OpenConnectionAction
 
OpenConnectionDebugAction - Class in won.bot.framework.eventbot.action.impl.debugbot
User: fkleedorfer Date: 30.01.14
OpenConnectionDebugAction(EventListenerContext, String, String) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.OpenConnectionDebugAction
 
OpenDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
OpenDebugCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.OpenDebugCommandEvent
 
OpenFromOtherNeedEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
 
OpenFromOtherNeedEvent(Connection, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.OpenFromOtherNeedEvent
 
OrFilter - Class in won.bot.framework.eventbot.filter.impl
User: fkleedorfer Date: 25.03.14
OrFilter() - Constructor for class won.bot.framework.eventbot.filter.impl.OrFilter
 
OrFilter(List<EventFilter>) - Constructor for class won.bot.framework.eventbot.filter.impl.OrFilter
 
OrFilter(EventFilter...) - Constructor for class won.bot.framework.eventbot.filter.impl.OrFilter
 
OriginalMessageUriRemoteResponseEventFilter - Class in won.bot.framework.eventbot.filter.impl
Accepts only ResponseEvents with the specified originalMessageURI.
OriginalMessageUriRemoteResponseEventFilter(URI) - Constructor for class won.bot.framework.eventbot.filter.impl.OriginalMessageUriRemoteResponseEventFilter
 
OriginalMessageUriResponseEventFilter - Class in won.bot.framework.eventbot.filter.impl
Accepts only ResponseEvents with the specified originalMessageURI.
OriginalMessageUriResponseEventFilter(URI) - Constructor for class won.bot.framework.eventbot.filter.impl.OriginalMessageUriResponseEventFilter
 

P

ParticipantCoordinatorBotContextWrapper - Class in won.bot.framework.bot.context
Created by fsuda on 14.04.2017.
ParticipantCoordinatorBotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.ParticipantCoordinatorBotContextWrapper
 
participantDeactivator - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
participantNeedCreator - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
participantNeedCreator - Variable in class won.bot.impl.BAAtomicBaseBot
 
participantNeedCreator - Variable in class won.bot.impl.BABaseBot
 
participantNeedCreator - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
participantNeedCreator - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
performFinish() - Method in class won.bot.framework.eventbot.listener.AbstractFinishingListener
Performs all finishing actions and sets the finished flag
Precondition - Class in won.bot.framework.eventbot.action.impl.factory.model
 
Precondition(String, boolean) - Constructor for class won.bot.framework.eventbot.action.impl.factory.model.Precondition
 
PreconditionEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.precondition
Created by fsuda on 27.11.2017.
PreconditionEvent(Connection, String, GoalInstantiationResult) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.precondition.PreconditionEvent
 
PreconditionMetEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.precondition
Created by fsuda on 27.11.2017.
PreconditionMetEvent(Connection, String, GoalInstantiationResult) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.precondition.PreconditionMetEvent
 
PreconditionUnmetEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.precondition
Created by fsuda on 27.11.2017.
PreconditionUnmetEvent(Connection, String, GoalInstantiationResult) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.precondition.PreconditionUnmetEvent
 
ProbabilisticSelectionAction - Class in won.bot.framework.eventbot.action.impl
Action that delegates to delegateA with probabilityA or to delegateB with probability 1-probabilityA.
ProbabilisticSelectionAction(EventListenerContext, double, long, EventBotAction, EventBotAction) - Constructor for class won.bot.framework.eventbot.action.impl.ProbabilisticSelectionAction
 
ProcessCrawlResultAction - Class in won.bot.framework.eventbot.action.impl.debugbot
 
ProcessCrawlResultAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.ProcessCrawlResultAction
 
Proposal - Class in won.bot.framework.eventbot.action.impl.factory.model
 
Proposal(String, ProposalState) - Constructor for class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
Proposal(URI, ProposalState) - Constructor for class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
ProposalAcceptedEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.agreement
Created by fsuda on 27.11.2017.
ProposalAcceptedEvent(Connection, URI, Model) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.agreement.ProposalAcceptedEvent
 
ProposalEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.proposal
Created by fsuda on 08.03.2018.
ProposalEvent(Connection, MessageEvent) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalEvent
 
ProposalReceivedEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.proposal
Created by fsuda on 08.03.2018.
ProposalReceivedEvent(Connection, WonMessageReceivedOnConnectionEvent) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalReceivedEvent
 
ProposalSentEvent - Class in won.bot.framework.eventbot.event.impl.analyzation.proposal
Created by fsuda on 08.03.2018.
ProposalSentEvent(Connection, WonMessageSentOnConnectionEvent) - Constructor for class won.bot.framework.eventbot.event.impl.analyzation.proposal.ProposalSentEvent
 
ProposalState - Enum in won.bot.framework.eventbot.action.impl.factory.model
Created by fsuda on 13.03.2018.
publish(T) - Method in interface won.bot.framework.eventbot.bus.EventBus
Publishes an event.
publish(T) - Method in class won.bot.framework.eventbot.bus.impl.AsyncEventBusImpl
 
PublishEventAction - Class in won.bot.framework.eventbot.action.impl
Action that publishes the specified event.
PublishEventAction(EventListenerContext, Event) - Constructor for class won.bot.framework.eventbot.action.impl.PublishEventAction
 
PublishEventAfterNEventsListener<T extends Event> - Class in won.bot.framework.eventbot.listener.impl
EventListener that counts the events it is subscribed for and after having seen a specified number of events, publishes a specified event.
PublishEventAfterNEventsListener(EventListenerContext, Class<T>, int) - Constructor for class won.bot.framework.eventbot.listener.impl.PublishEventAfterNEventsListener
 
PublishEventAfterNEventsListener(EventListenerContext, EventFilter, Class<T>, int) - Constructor for class won.bot.framework.eventbot.listener.impl.PublishEventAfterNEventsListener
 
PublishEventAfterNEventsListener(EventListenerContext, String, int, Class<T>) - Constructor for class won.bot.framework.eventbot.listener.impl.PublishEventAfterNEventsListener
 
PublishEventAfterNEventsListener(EventListenerContext, String, EventFilter, int, Class<T>) - Constructor for class won.bot.framework.eventbot.listener.impl.PublishEventAfterNEventsListener
 
publishFinishedEvent() - Method in class won.bot.framework.eventbot.listener.BaseEventListener
Publishes an event indicating that the listener is finished.
PublishSetChattinessEventAction - Class in won.bot.framework.eventbot.action.impl.debugbot
Action to set the chattiness of the debug bot.
PublishSetChattinessEventAction(EventListenerContext, boolean) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.PublishSetChattinessEventAction
 

Q

QuietDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
QuietDebugCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.QuietDebugCommandEvent
 

R

RANDOM_MESSAGES - Static variable in class won.bot.framework.eventbot.action.impl.debugbot.DebugBotIncomingMessageToEventMappingAction
 
RandomDelayedAction - Class in won.bot.framework.eventbot.action.impl
Action that delegates to another action after a delay that is chosen at random between a specified minimum and maximum.
RandomDelayedAction(EventListenerContext, long, long, long, EventBotAction) - Constructor for class won.bot.framework.eventbot.action.impl.RandomDelayedAction
 
RandomMultiNodeUriSource - Class in won.bot.framework.component.nodeurisource.impl
User: fkleedorfer Date: 19.12.13
RandomMultiNodeUriSource() - Constructor for class won.bot.framework.component.nodeurisource.impl.RandomMultiNodeUriSource
 
RandomSimulatorBot - Class in won.bot.impl
 
RandomSimulatorBot() - Constructor for class won.bot.impl.RandomSimulatorBot
 
RandomSimulatorBotApp - Class in won.bot.app
 
RandomSimulatorBotApp() - Constructor for class won.bot.app.RandomSimulatorBotApp
 
readNeedFromFile(File) - Method in interface won.bot.framework.component.needproducer.FileBasedNeedProducer
 
readNeedFromFile(File) - Method in class won.bot.framework.component.needproducer.impl.MailFileNeedProducer
 
readNeedFromFile(File) - Method in class won.bot.framework.component.needproducer.impl.TrigFileNeedProducer
 
readNeedFromFile(File) - Method in class won.bot.framework.component.needproducer.impl.TurtleFileNeedProducer
 
receive(MimeMessage) - Method in class won.bot.impl.Mail2WonBot
 
receiverFinishedListener - Variable in class won.bot.impl.GroupingBot
 
RecordMessageReceivedTimeAction - Class in won.bot.framework.eventbot.action.impl.debugbot
 
RecordMessageReceivedTimeAction(EventListenerContext, MessageTimingManager) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.RecordMessageReceivedTimeAction
 
RecordMessageSentTimeAction - Class in won.bot.framework.eventbot.action.impl.debugbot
 
RecordMessageSentTimeAction(EventListenerContext, MessageTimingManager) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.RecordMessageSentTimeAction
 
register(BotCommand) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
registerAll(BotCommand...) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
registerDefaultAction(BiConsumer<AbsSender, Message>) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
RegisterMatcherAction - Class in won.bot.framework.eventbot.action.impl.matcher
User: fkleedorfer Date: 28.03.14
RegisterMatcherAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.matcher.RegisterMatcherAction
 
rememberInList(EventListenerContext, URI, String) - Static method in class won.bot.framework.eventbot.action.EventBotActionUtils
 
rememberInNodeListIfNamePresent(EventListenerContext, URI) - Static method in class won.bot.framework.eventbot.action.EventBotActionUtils
 
rememberNodeUri(URI) - Method in interface won.bot.framework.bot.context.BotContext
store a node uri
rememberNodeUri(URI) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
rememberNodeUri(URI) - Method in class won.bot.framework.bot.context.MongoBotContext
 
RemoteNeedSpecificEvent - Interface in won.bot.framework.eventbot.event
Created by fkleedorfer on 13.06.2016.
removeCachedMailsForMailAddress(String) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
removeFromList(EventListenerContext, URI, String) - Static method in class won.bot.framework.eventbot.action.EventBotActionUtils
 
removeFromListMap(String, String, Serializable...) - Method in interface won.bot.framework.bot.context.BotContext
Remove one or more arbitrary objects from the list at a specific key in the collection.
removeFromListMap(String, String) - Method in interface won.bot.framework.bot.context.BotContext
Remove all object in the list at a specific map key in the collection
removeFromListMap(String, String, Serializable...) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
removeFromListMap(String, String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
removeFromListMap(String, String, Serializable...) - Method in class won.bot.framework.bot.context.MongoBotContext
 
removeFromListMap(String, String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
removeFromObjectMap(String, String) - Method in interface won.bot.framework.bot.context.BotContext
Remove an object saved at a specific map key in the collection
removeFromObjectMap(String, String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
removeFromObjectMap(String, String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
removeLeavesFromListMap(String, Serializable...) - Method in interface won.bot.framework.bot.context.BotContext
Remove one or more arbitrary objects from the list for all keys in the collection.
removeLeavesFromListMap(String, Serializable...) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
removeLeavesFromListMap(String, Serializable...) - Method in class won.bot.framework.bot.context.MongoBotContext
 
removeMailIdWonURIRelation(String) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
removeNeedUriFromNamedNeedUriList(URI, String) - Method in interface won.bot.framework.bot.context.BotContext
removeFromObjectMap a need uri from a named need uri list
removeNeedUriFromNamedNeedUriList(URI, String) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
removeNeedUriFromNamedNeedUriList(URI, String) - Method in class won.bot.framework.bot.context.MongoBotContext
 
removeNodeUri(URI) - Method in interface won.bot.framework.bot.context.BotContext
removeFromObjectMap a node uri
removeNodeUri(URI) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
removeNodeUri(URI) - Method in class won.bot.framework.bot.context.MongoBotContext
 
removePreconditionConversationState(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Removes the stored state of a given Precondition, in order to reset that there was ever a state present for the precondition
removePreconditionMetError(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
 
removePreconditionMetPending(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Removes the stored entry for a preconditionPending Uri This method is used so we can remove the pending precondition (e.g if a proposal can't be created)
removeProposalReferences(URI) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Removes All the stored entries in all Maps Lists or MapList for the given ProposalURI
removeProposalReferences(String) - Method in class won.bot.framework.eventbot.behaviour.AnalyzeBehaviour
Removes All the stored entries in all Maps Lists or MapList for the given ProposalURI
removeUriMimeMessageRelation(URI) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
reset() - Method in class won.bot.framework.eventbot.action.impl.counter.CounterImpl
Resets the counter to 0.
RespondToMessageAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
Listener that responds to a message with automatic messages.
RespondToMessageAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.RespondToMessageAction
 
RespondToMessageAction(EventListenerContext, long) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.RespondToMessageAction
 
RespondToMessageAction(EventListenerContext, long, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.RespondToMessageAction
 
RespondToMessageAction(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.RespondToMessageAction
 
RespondWithEchoToMessageAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
Listener that responds to open and message events with automatic messages.
RespondWithEchoToMessageAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.RespondWithEchoToMessageAction
 
RespondWithEchoToMessageAction(EventListenerContext, long) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.RespondWithEchoToMessageAction
 
ResponseEvent - Interface in won.bot.framework.eventbot.event
Interface for events that are raised because a response message was received.
retrieveAllNeedUris() - Method in interface won.bot.framework.bot.context.BotContext
Return a set of all known need uris stored in all named need uri lists
retrieveAllNeedUris() - Method in class won.bot.framework.bot.context.MemoryBotContext
 
retrieveAllNeedUris() - Method in class won.bot.framework.bot.context.MongoBotContext
 
RoundRobinCompositeNeedProducer - Class in won.bot.framework.component.needproducer.impl
Composite Needproducer that will cycle through needFactories, returning a different one each time.
RoundRobinCompositeNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.RoundRobinCompositeNeedProducer
 
RoundRobinMultiNodeUriSource - Class in won.bot.framework.component.nodeurisource.impl
NodeUriSource that is given a list of URIs and returns each element in a round robin fashion.
RoundRobinMultiNodeUriSource() - Constructor for class won.bot.framework.component.nodeurisource.impl.RoundRobinMultiNodeUriSource
 
run(String...) - Method in class won.bot.app.NeedCreatorBotApp
 
run(String...) - Method in class won.bot.app.RandomSimulatorBotApp
 
run(String...) - Method in class won.bot.app.SimpleMaildirToOwnerBot
 
run(String...) - Method in class won.bot.app.SimpleMaildirToOwnerOncePerNodeBot
 
run(String...) - Method in class won.bot.app.SimpleMaildirToSysoutBot
 

S

SameEventFilter - Class in won.bot.framework.eventbot.filter.impl
Only accepts the event specified at filter creation.
SameEventFilter(Event) - Constructor for class won.bot.framework.eventbot.filter.impl.SameEventFilter
 
saveToObjectMap(String, String, Serializable) - Method in interface won.bot.framework.bot.context.BotContext
Put an arbitrary single object in the context.
saveToObjectMap(String, String, Serializable) - Method in class won.bot.framework.bot.context.MemoryBotContext
 
saveToObjectMap(String, String, Serializable) - Method in class won.bot.framework.bot.context.MongoBotContext
 
ScheduledActionBot - Class in won.bot.framework.bot.base
Bot that has access to a scheduler for performing recurring or deferred work
ScheduledActionBot() - Constructor for class won.bot.framework.bot.base.ScheduledActionBot
 
scriptListeners - Variable in class won.bot.impl.BAAtomicBaseBot
 
scripts - Variable in class won.bot.impl.BAAtomicBaseBot
 
scripts - Variable in class won.bot.impl.BABaseBot
 
scriptsDoneListener - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
scriptsDoneListener - Variable in class won.bot.impl.BAAtomicBaseBot
 
scriptsDoneListener - Variable in class won.bot.impl.BABaseBot
 
ScriptStateException - Exception in won.bot.framework.eventbot.listener.baStateBots
Created with IntelliJ IDEA.
ScriptStateException(BATestScriptAction, String) - Constructor for exception won.bot.framework.eventbot.listener.baStateBots.ScriptStateException
 
secondPhaseScripts - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
SecondPhaseStartedEvent - Class in won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots
Event for signalling that the second phase in the Business Activity with atomic outcome has started.
SecondPhaseStartedEvent(URI, URI, URI) - Constructor for class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.SecondPhaseStartedEvent
 
secondPhasetestScriptListeners - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
selectActiveNeedFactory() - Method in class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
Returns one of the NeedProducer objects found in the needFactories set, or null if no factories are elegible (in which case the factory is exhausted).
selectActiveNeedFactory() - Method in class won.bot.framework.component.needproducer.impl.RoundRobinCompositeNeedProducer
 
selectActiveNeedFactory() - Method in class won.bot.framework.component.needproducer.impl.SimpleCompositeNeedProducer
 
SendChattyMessageAction - Class in won.bot.framework.eventbot.action.impl.debugbot
Action to perform when the debug bot is set to be 'chatty' - that is, sends messages via its connections spontaneously.
SendChattyMessageAction(EventListenerContext, double, MessageTimingManager, String[], String[]) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.SendChattyMessageAction
 
SendFeedbackForHintAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
User: fkleedorfer Date: 30.01.14
SendFeedbackForHintAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.SendFeedbackForHintAction
 
SendHelpEvent - Class in won.bot.framework.eventbot.event.impl.telegram
 
SendHelpEvent(AbsSender, User, Chat, String[]) - Constructor for class won.bot.framework.eventbot.event.impl.telegram.SendHelpEvent
 
sendMessage(ConnectionSpecificEvent, String) - Method in class won.bot.framework.eventbot.action.impl.wonmessage.SendMessageAction
 
SendMessageAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
Action that sends a generic message.
SendMessageAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.SendMessageAction
 
SendMessageAction(EventListenerContext, String) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.SendMessageAction
 
SendMessageOnCrawlResultAction - Class in won.bot.framework.eventbot.action.impl.debugbot
 
SendMessageOnCrawlResultAction(EventListenerContext, Connection) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.SendMessageOnCrawlResultAction
 
SendMessageReportingCrawlResultAction - Class in won.bot.framework.eventbot.action.impl.debugbot
 
SendMessageReportingCrawlResultAction(EventListenerContext, Connection, StopWatch) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.SendMessageReportingCrawlResultAction
 
SendMultipleMessagesAction - Class in won.bot.framework.eventbot.action.impl.wonmessage
Created by fkleedorfer on 09.06.2016.
SendMultipleMessagesAction(EventListenerContext, String...) - Constructor for class won.bot.framework.eventbot.action.impl.wonmessage.SendMultipleMessagesAction
 
SendNDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
SendNDebugCommandEvent(Connection, int) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.SendNDebugCommandEvent
 
SendNDebugMessagesAction - Class in won.bot.framework.eventbot.action.impl.debugbot
Created by fkleedorfer on 09.06.2016.
SendNDebugMessagesAction(EventListenerContext, long, String...) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.SendNDebugMessagesAction
 
setActionCountPerActionClass(Map<Class<?>, Long>) - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
setApplicationContext(ApplicationContext) - Method in class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
setBotContextWrapper(BotContextWrapper) - Method in class won.bot.framework.bot.base.BaseBot
 
setBotManager(BotManager) - Method in class won.bot.integration.BotMatcherProtocolMatcherServiceCallback
 
setBotManager(BotManager) - Method in class won.bot.integration.BotOwnerCallback
 
setBotName(String) - Method in class won.bot.impl.Telegram2WonBot
 
setBots(Collection<Bot>) - Method in interface won.bot.framework.manager.BotManager
Drops all registered bots and uses the specified ones.
setBots(Collection<Bot>) - Method in class won.bot.framework.manager.impl.BotManagerImpl
 
SetCacheEagernessCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
 
SetCacheEagernessCommandEvent(boolean) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.SetCacheEagernessCommandEvent
 
SetChattinessAction - Class in won.bot.framework.eventbot.action.impl.debugbot
Expects a SetChattinessDebugCommandEvent and sets the chattiness for the connection of the event.
SetChattinessAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.debugbot.SetChattinessAction
 
SetChattinessDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
Event to toggle chattiness.
SetChattinessDebugCommandEvent(Connection, boolean) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.SetChattinessDebugCommandEvent
 
setCheckWorkDoneTrigger(Trigger) - Method in class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
setCmdClosePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setCmdConnectPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setCmdSubscribePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setCmdTakenPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setCmdUnsubscribePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setCoordinatorSideConnectionURI(URI) - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
setCritiqueTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setCritiqueTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramContentExtractor
 
setDelegate(EventFilter) - Method in class won.bot.framework.eventbot.filter.AbstractDelegatingFilter
 
setDelegate(EventFilter) - Method in interface won.bot.framework.eventbot.filter.DelegatingFilter
 
setDemandTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setDemandTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramContentExtractor
 
setDescriptionExtractionPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setDirectory(File) - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
setDoNotMatch(boolean) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 
setDoNotMatchPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setDoTogetherTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setDoTogetherTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramContentExtractor
 
setEventListenerContext(EventListenerContext) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
setEventListenerContext(EventListenerContext) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramMessageGenerator
 
setFileBasedNeedProducer(FileBasedNeedProducer) - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
setFilenameFilterRegex(String) - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
setFilters(List<EventFilter>) - Method in class won.bot.framework.eventbot.filter.AbstractCompositeFilter
 
setFilters(List<EventFilter>) - Method in interface won.bot.framework.eventbot.filter.CompositeFilter
 
setIsInitialForConnect(boolean) - Method in class won.bot.framework.eventbot.action.impl.debugbot.CreateDebugNeedWithFacetsAction
 
setIsInitialForHint(boolean) - Method in class won.bot.framework.eventbot.action.impl.debugbot.CreateDebugNeedWithFacetsAction
 
setLinkedDataSource(LinkedDataSource) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setListenerCount(long) - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
setListenerCountPerEvent(Map<Class<?>, Long>) - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
setListenerCountPerListenerClass(Map<Class<?>, Long>) - Method in class won.bot.framework.eventbot.bus.impl.EventBusStatistics
 
setMailGenerator(WonMimeMessageGenerator) - Method in class won.bot.impl.Mail2WonBot
 
setMatcherNodeURISource(MatcherNodeURISource) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setMatcherProtocolMatcherService(MatcherProtocolMatcherServiceImplJMSBased) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setMatcherProtocolNeedServiceClient(MatcherProtocolNeedServiceClientSide) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setMatcherUri(URI) - Method in class won.bot.impl.DebugBot
 
setMatcherUri(URI) - Method in class won.bot.impl.LastSeenNeedsMatcherBot
 
setMAX_CONVERSATION_DEPTH(int) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
setMessageId(String) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessage
 
setName(String) - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestBotScript
 
setNeedConsumer(NeedConsumer) - Method in class won.bot.framework.component.needprosumer.NeedProsumer
 
setNeedContentPropertyType(NeedContentPropertyType) - Method in class won.bot.framework.component.needproducer.impl.MailFileNeedProducer
 
setNeedFactories(Set<NeedProducer>) - Method in class won.bot.framework.component.needproducer.impl.AbstractCompositeNeedProducer
 
setNeedProducer(NeedProducer) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setNeedProducer(NeedProducer) - Method in class won.bot.framework.component.needprosumer.NeedProsumer
 
setNodeURI(URI) - Method in class won.bot.framework.component.nodeurisource.impl.SingleNodeURISource
 
setNodeURIs(Collection<URI>) - Method in class won.bot.framework.component.nodeurisource.impl.RandomMultiNodeUriSource
 
setNodeURIs(Collection<URI>) - Method in class won.bot.framework.component.nodeurisource.impl.RoundRobinMultiNodeUriSource
 
setNodeURISource(NodeURISource) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setNumberOfEchoNeedsPerNeed(Integer) - Method in class won.bot.impl.EchoBot
 
setParticipantSideConnectionURI(URI) - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
setReceiveEmailChannel(MessageChannel) - Method in class won.bot.impl.Mail2WonBot
 
setRegistrationMatcherRetryInterval(int) - Method in class won.bot.impl.DebugBot
 
setRegistrationMatcherRetryInterval(int) - Method in class won.bot.impl.EchoBot
 
setRegistrationMatcherRetryInterval(int) - Method in class won.bot.impl.LastSeenNeedsMatcherBot
 
setRegistrationMatcherRetryInterval(int) - Method in class won.bot.impl.MatcherProtocolTestBot
 
setRepeat(boolean) - Method in class won.bot.framework.component.needproducer.impl.DirectoryBasedNeedProducer
 
setSeed(long) - Method in class won.bot.framework.component.nodeurisource.impl.RandomMultiNodeUriSource
 
setSendEmailChannel(MessageChannel) - Method in class won.bot.impl.Mail2WonBot
 
setSentFrom(String) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
setSentFromName(String) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
setShutdownApplicationContextIfWorkDone(boolean) - Method in class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
setSolrServerURI(URI) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setStateForNeedUri(Object, URI, URI) - Method in interface won.bot.framework.eventbot.listener.baStateBots.BACCStateManagerBot
 
setStateForNeedUri(BATestBotScript, URI, URI) - Method in class won.bot.framework.eventbot.listener.baStateBots.SimpleScriptManager
 
setSubscribeStatusForMailAddress(String, SubscribeStatus) - Method in class won.bot.framework.bot.context.MailBotContextWrapper
 
setSupplyTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setSupplyTypePattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.telegram.util.TelegramContentExtractor
 
setTagExtractionPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setTaskScheduler(TaskScheduler) - Method in class won.bot.framework.bot.base.ScheduledActionBot
 
setTaskScheduler(TaskScheduler) - Method in class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
setTaskScheduler(TaskScheduler) - Method in class won.bot.integration.BotMatcherProtocolMatcherServiceCallback
 
setTaskScheduler(TaskScheduler) - Method in class won.bot.integration.BotOwnerCallback
 
setTelegramContentExtractor(TelegramContentExtractor) - Method in class won.bot.impl.Telegram2WonBot
 
setTelegramMessageGenerator(TelegramMessageGenerator) - Method in class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
setTelegramMessageGenerator(TelegramMessageGenerator) - Method in class won.bot.impl.Telegram2WonBot
 
setTemplate(MongoTemplate) - Method in class won.bot.framework.bot.context.MongoBotContext
 
setTemplate(Resource) - Method in class won.bot.framework.component.needproducer.impl.TemplateBasedNeedProducer
 
setTextMessageExtractionPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setThrowable(Throwable) - Method in class won.bot.framework.eventbot.event.impl.lifecycle.ErrorEvent
 
setTitleExtractionPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setToken(String) - Method in class won.bot.impl.Telegram2WonBot
 
setTrigger(Trigger) - Method in class won.bot.framework.bot.base.TriggeredBot
 
setType(UriType) - Method in class won.bot.framework.eventbot.action.impl.mail.model.WonURI
 
setUnsubscribeOnException(boolean) - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveBlockingSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveCannotCompleteVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveExitVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFailVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingFailingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingAdditionalParticipantsBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPClosingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingFailingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingBlockingSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingCannotCompleteVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingExitVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingFailinglVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingSPCancelingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletingSPCancelingFailingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveCannotCompleteVoteFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveCannotCompleteVoteSPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveExitVoteFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveExitVoteSPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFailingVoteFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFailingVoteSPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingFailingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedBlockedFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedBlockedSPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCCompensatingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCompensatingFailingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletingFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletingSPCancelingFAilingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletingSPCancelingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveCancelBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveCancelFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveCannotCompleteBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateActiveFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompensateBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompensateFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteCancelBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteCancelFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteCannotCompleteBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteExitBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateCompleteWithFailuresBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateExitBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots.BACCStateFailureOne
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveCancelFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveCancelUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveCannotCompleteUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateActiveFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompensateFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompensateUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteCancelFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteCancelUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteCannotCompleteUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteExitUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateCompleteWithFailuresUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots.BACCStateExitUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveBlockingFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveBlockingSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveCannotCompleteVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveExitVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFailVoteSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.ActiveSPCancelingFailingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedBlockedSPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedFPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.CompletedSPCompensatingFailingBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot.EmptySPBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingFailingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.ActiveSPCancelingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedFPUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCCompensatingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot.CompletedSPCompensatingFailingUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveCancelBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveCancelFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveCannotCompleteBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateActiveFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompensateBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompensateFailBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompleteBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateCompleteWithFailureBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots.BAPCStateExitBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveCancelFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveCancelUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveCannotCompleteUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateActiveFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompensateFailUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompensateUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompleteUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateCompleteWithFailureUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots.BAPCStateExitUriBot
 
setupActions() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestBotScript
 
setUri(String) - Method in class won.bot.framework.eventbot.action.impl.factory.model.Precondition
 
setUri(URI) - Method in class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
setUri(URI) - Method in class won.bot.framework.eventbot.action.impl.mail.model.WonURI
 
setUsedForTesting(boolean) - Method in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 
setUsedForTestingPattern(Pattern) - Method in class won.bot.framework.eventbot.action.impl.mail.receive.MailContentExtractor
 
setVelocityEngine(VelocityEngine) - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
setWonMessageSender(WonMessageSender) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setWonNodeInformationService(WonNodeInformationService) - Method in class won.bot.framework.bot.base.BasicServiceBot
 
setWrappedProducer(NeedProducer) - Method in class won.bot.framework.component.needproducer.impl.AbstractNeedProducerWrapper
 
setWrappedProducer(NeedProducer) - Method in interface won.bot.framework.component.needproducer.impl.NeedProducerWrapper
 
shouldHandleEvent(Event) - Method in class won.bot.framework.eventbot.listener.BaseEventListener
Determines whether the given event should be processed or ignored.
shutdown() - Method in class won.bot.framework.bot.base.BaseBot
 
shutdown() - Method in interface won.bot.framework.bot.Bot
Shutdown method called exactly once by the framework to allow the bot to free resources.
ShutdownEvent - Class in won.bot.framework.eventbot.event.impl.lifecycle
Informs listeners that the bot was asked to shut down.
ShutdownEvent() - Constructor for class won.bot.framework.eventbot.event.impl.lifecycle.ShutdownEvent
 
shutdownEventListeners() - Method in class won.bot.framework.bot.base.EventBot
 
SignalWorkDoneAction - Class in won.bot.framework.eventbot.action.impl.lifecycle
BaseEventBotAction telling the framework that the bot's work is done.
SignalWorkDoneAction(EventListenerContext, Bot) - Constructor for class won.bot.framework.eventbot.action.impl.lifecycle.SignalWorkDoneAction
 
SignalWorkDoneAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.lifecycle.SignalWorkDoneAction
 
Simple2NeedConversationTest - Class in won.bot.app
 
Simple2NeedConversationTest() - Constructor for class won.bot.app.Simple2NeedConversationTest
 
Simple2NeedGroupingTest - Class in won.bot.app
 
Simple2NeedGroupingTest() - Constructor for class won.bot.app.Simple2NeedGroupingTest
 
SimpleCommentTest - Class in won.bot.app
 
SimpleCommentTest() - Constructor for class won.bot.app.SimpleCommentTest
 
SimpleCompositeNeedProducer - Class in won.bot.framework.component.needproducer.impl
 
SimpleCompositeNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.SimpleCompositeNeedProducer
 
SimpleLoadTest - Class in won.bot.app
 
SimpleLoadTest() - Constructor for class won.bot.app.SimpleLoadTest
 
SimpleMaildirToOwnerBot - Class in won.bot.app
 
SimpleMaildirToOwnerBot() - Constructor for class won.bot.app.SimpleMaildirToOwnerBot
 
SimpleMaildirToOwnerOncePerNodeBot - Class in won.bot.app
 
SimpleMaildirToOwnerOncePerNodeBot() - Constructor for class won.bot.app.SimpleMaildirToOwnerOncePerNodeBot
 
SimpleMaildirToSysoutBot - Class in won.bot.app
 
SimpleMaildirToSysoutBot() - Constructor for class won.bot.app.SimpleMaildirToSysoutBot
 
SimpleMatcherTestApp - Class in won.bot.app
User: LEIH-NB Date: 20.03.14
SimpleMatcherTestApp() - Constructor for class won.bot.app.SimpleMatcherTestApp
 
SimpleScriptManager - Class in won.bot.framework.eventbot.listener.baStateBots
Created with IntelliJ IDEA.
SimpleScriptManager() - Constructor for class won.bot.framework.eventbot.listener.baStateBots.SimpleScriptManager
 
SingleNodeURISource - Class in won.bot.framework.component.nodeurisource.impl
User: fkleedorfer Date: 19.12.13
SingleNodeURISource() - Constructor for class won.bot.framework.component.nodeurisource.impl.SingleNodeURISource
 
SpringAwareBotManagerImpl - Class in won.bot.framework.manager.impl
Spring context aware bot registry that adds all beans of type Bot defined in the application context.
SpringAwareBotManagerImpl() - Constructor for class won.bot.framework.manager.impl.SpringAwareBotManagerImpl
 
StandardTwoPhaseCommitBot - Class in won.bot.impl
User: Danijel Date: 15.5.14.
StandardTwoPhaseCommitBot() - Constructor for class won.bot.impl.StandardTwoPhaseCommitBot
 
StandardTwoPhaseCommitNoVoteBot - Class in won.bot.impl
User: Danijel Date: 15.5.14.
StandardTwoPhaseCommitNoVoteBot() - Constructor for class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
StartBotTriggerCommandEvent - Class in won.bot.framework.eventbot.action.impl.trigger
Starts the trigger if it has been activated.
StartBotTriggerCommandEvent(BotTrigger) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.StartBotTriggerCommandEvent
 
StartFactoryNeedCreationEvent - Class in won.bot.framework.eventbot.event.impl.factory
 
StartFactoryNeedCreationEvent() - Constructor for class won.bot.framework.eventbot.event.impl.factory.StartFactoryNeedCreationEvent
 
StatisticsLoggingAction - Class in won.bot.framework.eventbot.action.impl.maintenance
 
StatisticsLoggingAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.maintenance.StatisticsLoggingAction
 
StopBotTriggerCommandEvent - Class in won.bot.framework.eventbot.action.impl.trigger
Stops the BotTrigger.
StopBotTriggerCommandEvent(BotTrigger) - Constructor for class won.bot.framework.eventbot.action.impl.trigger.StopBotTriggerCommandEvent
 
subscribe(Class<T>, EventListener) - Method in interface won.bot.framework.eventbot.bus.EventBus
Subscribes a listener to an event type.
subscribe(Class<T>, EventListener) - Method in class won.bot.framework.eventbot.bus.impl.AsyncEventBusImpl
 
SubscribeStatus - Enum in won.bot.framework.eventbot.action.impl.mail.model
Created by hfriedrich on 17.11.2016.
SubscribeUnsubscribeAction - Class in won.bot.framework.eventbot.action.impl.mail.receive
Created by hfriedrich on 16.11.2016.
SubscribeUnsubscribeAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.mail.receive.SubscribeUnsubscribeAction
 
SubscribeUnsubscribeEvent - Class in won.bot.framework.eventbot.event.impl.mail
Created by hfriedrich on 16.11.2016.
SubscribeUnsubscribeEvent(MimeMessage, SubscribeStatus) - Constructor for class won.bot.framework.eventbot.event.impl.mail.SubscribeUnsubscribeEvent
 
subscribeWithAutoCleanup(Class<T>, EventListener) - Method in class won.bot.framework.eventbot.behaviour.BotBehaviour
Subscribes an Event/EventListener Pair, that will be automatically cleaned within the deactivate process of this behaviour.
SubscriptionAware - Interface in won.bot.framework.eventbot.listener
Interface to be implemented by listeners that need to know which event types they are subscribed to.
SuccessEvent - Class in won.bot.framework.eventbot.event.impl.test
Indicates that something worked.
SuccessEvent() - Constructor for class won.bot.framework.eventbot.event.impl.test.SuccessEvent
 
SuccessEvent(Object) - Constructor for class won.bot.framework.eventbot.event.impl.test.SuccessEvent
 
SuccessResponseEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
Event published whenever a WonMessage is received that indicates the failure of a previous message.
SuccessResponseEvent(URI, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.SuccessResponseEvent
 
SysoutNeedConsumer - Class in won.bot.framework.component.needconsumer.impl
Prints needs to sysout.
SysoutNeedConsumer() - Constructor for class won.bot.framework.component.needconsumer.impl.SysoutNeedConsumer
 

T

TargetCounterDecorator - Class in won.bot.framework.eventbot.action.impl.counter
User: fkleedorfer Date: 30.04.14
TargetCounterDecorator(EventListenerContext, Counter, int) - Constructor for class won.bot.framework.eventbot.action.impl.counter.TargetCounterDecorator
 
TargetCounterFilter - Class in won.bot.framework.eventbot.filter.impl
Accepts only events generated by the specified TargetCounter.
TargetCounterFilter(TargetCounterDecorator) - Constructor for class won.bot.framework.eventbot.filter.impl.TargetCounterFilter
 
TargetCountReachedEvent - Class in won.bot.framework.eventbot.action.impl.counter
Event indicating that a Counter reached its target count.
TargetCountReachedEvent(TargetCounterDecorator) - Constructor for class won.bot.framework.eventbot.action.impl.counter.TargetCountReachedEvent
 
Telegram2WonBot - Class in won.bot.impl
This Bot checks the Telegram-Messages sent to a given telegram-bot and creates Needs that represent the sent messages Created by fsuda on 14.12.2016.
Telegram2WonBot() - Constructor for class won.bot.impl.Telegram2WonBot
 
Telegram2WonBotApp - Class in won.bot.app
Created by fsuda on 14.12.2016.
Telegram2WonBotApp() - Constructor for class won.bot.app.Telegram2WonBotApp
 
TelegramBotContextWrapper - Class in won.bot.framework.bot.context
Created by fsuda on 14.04.2017.
TelegramBotContextWrapper(BotContext, String) - Constructor for class won.bot.framework.bot.context.TelegramBotContextWrapper
 
TelegramContentExtractor - Class in won.bot.framework.eventbot.action.impl.telegram.util
 
TelegramContentExtractor() - Constructor for class won.bot.framework.eventbot.action.impl.telegram.util.TelegramContentExtractor
 
TelegramCreateAction - Class in won.bot.framework.eventbot.action.impl.telegram.send
Created by fsuda on 15.12.2016.
TelegramCreateAction(EventListenerContext, WonTelegramBotHandler, TelegramContentExtractor, URI...) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.send.TelegramCreateAction
 
TelegramCreateNeedEvent - Class in won.bot.framework.eventbot.event.impl.telegram
 
TelegramCreateNeedEvent(AbsSender, User, Chat, String[]) - Constructor for class won.bot.framework.eventbot.event.impl.telegram.TelegramCreateNeedEvent
 
TelegramHelpAction - Class in won.bot.framework.eventbot.action.impl.telegram.send
Created by fsuda on 15.12.2016.
TelegramHelpAction(EventListenerContext, WonTelegramBotHandler) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.send.TelegramHelpAction
 
TelegramMessageGenerator - Class in won.bot.framework.eventbot.action.impl.telegram.util
Created by fsuda on 16.12.2016.
TelegramMessageGenerator() - Constructor for class won.bot.framework.eventbot.action.impl.telegram.util.TelegramMessageGenerator
 
TelegramMessageReceivedAction - Class in won.bot.framework.eventbot.action.impl.telegram.receive
 
TelegramMessageReceivedAction(EventListenerContext, WonTelegramBotHandler, TelegramContentExtractor) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.receive.TelegramMessageReceivedAction
 
TelegramMessageReceivedEvent - Class in won.bot.framework.eventbot.event.impl.telegram
 
TelegramMessageReceivedEvent(Update) - Constructor for class won.bot.framework.eventbot.event.impl.telegram.TelegramMessageReceivedEvent
 
TemplateBasedNeedProducer - Class in won.bot.framework.component.needproducer.impl
NeedProducer that reads a need model at startup time and overlays it with the data retrieved from the need factory it wraps.
TemplateBasedNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.TemplateBasedNeedProducer
 
TestFailedEvent - Class in won.bot.framework.eventbot.event.impl.test
Indicates the failure of an integration test.
TestFailedEvent(Bot, String) - Constructor for class won.bot.framework.eventbot.event.impl.test.TestFailedEvent
 
TestFinishedEvent - Class in won.bot.framework.eventbot.event.impl.test
Base class for TestPassedEvent and TestFailedEvent.
TestFinishedEvent(Bot) - Constructor for class won.bot.framework.eventbot.event.impl.test.TestFinishedEvent
 
TestPassedEvent - Class in won.bot.framework.eventbot.event.impl.test
Indicates that an integration test succeeded.
TestPassedEvent(Bot) - Constructor for class won.bot.framework.eventbot.event.impl.test.TestPassedEvent
 
testScriptListeners - Variable in class won.bot.impl.BABaseBot
 
thenStart(BotBehaviour) - Method in class won.bot.framework.eventbot.behaviour.BehaviourBarrier
 
TogetherBotCommand - Class in won.bot.framework.eventbot.action.impl.telegram.Commands
Created by fsuda on 15.12.2016.
TogetherBotCommand(String, String, EventBus) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.Commands.TogetherBotCommand
 
toString() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Precondition
 
toString() - Method in class won.bot.framework.eventbot.action.impl.factory.model.Proposal
 
toString() - Method in class won.bot.framework.eventbot.event.BaseEvent
 
toString() - Method in class won.bot.framework.eventbot.event.BaseNeedAndConnectionSpecificEvent
 
toString() - Method in class won.bot.framework.eventbot.event.BaseNeedSpecificEvent
 
toString() - Method in class won.bot.framework.eventbot.event.BaseNodeSpecificEvent
 
toString() - Method in class won.bot.framework.eventbot.event.impl.listener.FinishedEvent
 
toString() - Method in class won.bot.framework.eventbot.event.impl.wonmessage.MessageFromOtherNeedEvent
 
toString() - Method in class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
toString() - Method in class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
toString() - Method in class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
 
toString() - Method in class won.bot.framework.eventbot.listener.BaseEventListener
 
toString() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptAction
 
toString() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
toString() - Method in class won.bot.framework.eventbot.listener.baStateBots.NopAction
 
toString() - Method in class won.bot.framework.eventbot.listener.impl.AutomaticBAMessageResponderListener
 
toString() - Method in class won.bot.framework.eventbot.listener.impl.PublishEventAfterNEventsListener
 
TrigFileNeedProducer - Class in won.bot.framework.component.needproducer.impl
User: fkleedorfer Date: 17.12.13
TrigFileNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.TrigFileNeedProducer
 
TriggeredBot - Class in won.bot.framework.bot.base
Bot base class that expects a trigger to be injected that will cause the act() method to be called according to the trigger's specification.
TriggeredBot() - Constructor for class won.bot.framework.bot.base.TriggeredBot
 
TurtleFileNeedProducer - Class in won.bot.framework.component.needproducer.impl
User: fkleedorfer Date: 17.12.13
TurtleFileNeedProducer() - Constructor for class won.bot.framework.component.needproducer.impl.TurtleFileNeedProducer
 
TwoPhaseCommitDeactivateOnCloseAction - Class in won.bot.framework.eventbot.action.impl.facet
Expects a CloseFromOtherNeed event from a and closes the local need.
TwoPhaseCommitDeactivateOnCloseAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.facet.TwoPhaseCommitDeactivateOnCloseAction
 
TwoPhaseCommitNoVoteDeactivateAllNeedsAction - Class in won.bot.framework.eventbot.action.impl.facet
User: Danijel Date: 21.5.14.
TwoPhaseCommitNoVoteDeactivateAllNeedsAction(EventListenerContext) - Constructor for class won.bot.framework.eventbot.action.impl.facet.TwoPhaseCommitNoVoteDeactivateAllNeedsAction
 

U

unsubscribe(Class<T>, EventListener) - Method in interface won.bot.framework.eventbot.bus.EventBus
Unsubscribes a listener from an event type.
unsubscribe(EventListener) - Method in interface won.bot.framework.eventbot.bus.EventBus
Unsubscribes a listener from all event types it is currently subscribed to.
unsubscribe(Class<T>, EventListener) - Method in class won.bot.framework.eventbot.bus.impl.AsyncEventBusImpl
 
unsubscribe(EventListener) - Method in class won.bot.framework.eventbot.bus.impl.AsyncEventBusImpl
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.AbstractDoOnceAfterNEventsListener
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.AbstractFinishingListener
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.AbstractHandleFirstNEventsListener
Implementations should unsubscribe here.
unsubscribe() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.impl.ActionOnceAfterNEventsListener
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.impl.ActionOnFirstNEventsListener
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.impl.AutomaticMessageResponderListener
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.impl.AutomaticMonitoredMessageResponderListener
 
unsubscribe() - Method in class won.bot.framework.eventbot.listener.impl.WaitForNEventsListener
 
UnsubscribeListenerAction - Class in won.bot.framework.eventbot.action.impl.listener
Action that unsubscribes the specified listener from all events.
UnsubscribeListenerAction(EventListenerContext, EventListener) - Constructor for class won.bot.framework.eventbot.action.impl.listener.UnsubscribeListenerAction
 
updateFilterForBothConnectionURIs() - Method in class won.bot.framework.eventbot.listener.baStateBots.BATestScriptListener
 
updateMessageID() - Method in class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessage
 
updateMessageTimeForMessageReceived(URI) - Method in class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
updateMessageTimeForMessageSent(URI) - Method in class won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager
 
uriListName - Variable in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 
UriType - Enum in won.bot.framework.eventbot.action.impl.mail.model
 
USAGE_MESSAGES - Static variable in class won.bot.framework.eventbot.action.impl.debugbot.DebugBotIncomingMessageToEventMappingAction
 
UsageDebugCommandEvent - Class in won.bot.framework.eventbot.event.impl.debugbot
User: ypanchenko Date: 26.02.2016
UsageDebugCommandEvent(Connection) - Constructor for class won.bot.framework.eventbot.event.impl.debugbot.UsageDebugCommandEvent
 
usageMessageSender - Variable in class won.bot.impl.DebugBot
 
usedForTesting - Variable in class won.bot.framework.eventbot.action.impl.needlifecycle.AbstractCreateNeedAction
 

V

ValidateConnectionCommandEvent - Class in won.bot.framework.eventbot.event.impl.validate
Initiates the validation of the data of a given connection.
ValidateConnectionCommandEvent(URI, URI) - Constructor for class won.bot.framework.eventbot.event.impl.validate.ValidateConnectionCommandEvent
 
ValidateConnectionCommandFailureEvent - Class in won.bot.framework.eventbot.event.impl.validate
Indicates that a ValidateConnectionCommandEvent failed.
ValidateConnectionCommandFailureEvent(String, ValidateConnectionCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.validate.ValidateConnectionCommandFailureEvent
 
ValidateConnectionCommandFailureEvent(ValidateConnectionCommandEvent) - Constructor for class won.bot.framework.eventbot.event.impl.validate.ValidateConnectionCommandFailureEvent
 
ValidateConnectionCommandSuccessEvent - Class in won.bot.framework.eventbot.event.impl.validate
Indicates that a ValidateConnectionCommandEvent succeeded.
ValidateConnectionCommandSuccessEvent(ValidateConnectionCommandEvent, boolean, String) - Constructor for class won.bot.framework.eventbot.event.impl.validate.ValidateConnectionCommandSuccessEvent
 
ValidateConnectionCommandSuccessEvent(ValidateConnectionCommandEvent, boolean) - Constructor for class won.bot.framework.eventbot.event.impl.validate.ValidateConnectionCommandSuccessEvent
 
valueOf(String) - Static method in enum won.bot.framework.bot.BotLifecyclePhase
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum won.bot.framework.bot.BotState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum won.bot.framework.eventbot.action.impl.factory.model.ProposalState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum won.bot.framework.eventbot.action.impl.mail.model.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum won.bot.framework.eventbot.action.impl.mail.model.SubscribeStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum won.bot.framework.eventbot.action.impl.mail.model.UriType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum won.bot.framework.eventbot.behaviour.CoordinationBehaviour.CoordinationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum won.bot.framework.bot.BotLifecyclePhase
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum won.bot.framework.bot.BotState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum won.bot.framework.eventbot.action.impl.debugbot.MessageTimingManager.InactivityPeriod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum won.bot.framework.eventbot.action.impl.factory.model.ProposalState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum won.bot.framework.eventbot.action.impl.mail.model.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum won.bot.framework.eventbot.action.impl.mail.model.SubscribeStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum won.bot.framework.eventbot.action.impl.mail.model.UriType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum won.bot.framework.eventbot.behaviour.CoordinationBehaviour.CoordinationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitFor(BotBehaviour) - Method in class won.bot.framework.eventbot.behaviour.BehaviourBarrier
 
WaitForNEventsListener - Class in won.bot.framework.eventbot.listener.impl
Listener that waits for N events, then publishes a FinishedEvent.
WaitForNEventsListener(EventListenerContext, int) - Constructor for class won.bot.framework.eventbot.listener.impl.WaitForNEventsListener
 
WaitForNEventsListener(EventListenerContext, EventFilter, int) - Constructor for class won.bot.framework.eventbot.listener.impl.WaitForNEventsListener
 
WaitForNEventsListener(EventListenerContext, String, int) - Constructor for class won.bot.framework.eventbot.listener.impl.WaitForNEventsListener
 
WaitForNEventsListener(EventListenerContext, String, EventFilter, int) - Constructor for class won.bot.framework.eventbot.listener.impl.WaitForNEventsListener
 
WelcomeMailAction - Class in won.bot.framework.eventbot.action.impl.mail.send
Created by hfriedrich on 16.11.2016.
WelcomeMailAction(WonMimeMessageGenerator, MessageChannel) - Constructor for class won.bot.framework.eventbot.action.impl.mail.send.WelcomeMailAction
 
WelcomeMailEvent - Class in won.bot.framework.eventbot.event.impl.mail
Created by hfriedrich on 16.11.2016.
WelcomeMailEvent(MimeMessage) - Constructor for class won.bot.framework.eventbot.event.impl.mail.WelcomeMailEvent
 
won.bot.app - package won.bot.app
 
won.bot.framework.bot - package won.bot.framework.bot
 
won.bot.framework.bot.base - package won.bot.framework.bot.base
 
won.bot.framework.bot.context - package won.bot.framework.bot.context
 
won.bot.framework.component.needconsumer - package won.bot.framework.component.needconsumer
 
won.bot.framework.component.needconsumer.impl - package won.bot.framework.component.needconsumer.impl
 
won.bot.framework.component.needproducer - package won.bot.framework.component.needproducer
 
won.bot.framework.component.needproducer.impl - package won.bot.framework.component.needproducer.impl
 
won.bot.framework.component.needprosumer - package won.bot.framework.component.needprosumer
 
won.bot.framework.component.nodeurisource - package won.bot.framework.component.nodeurisource
 
won.bot.framework.component.nodeurisource.impl - package won.bot.framework.component.nodeurisource.impl
 
won.bot.framework.eventbot - package won.bot.framework.eventbot
 
won.bot.framework.eventbot.action - package won.bot.framework.eventbot.action
 
won.bot.framework.eventbot.action.impl - package won.bot.framework.eventbot.action.impl
 
won.bot.framework.eventbot.action.impl.counter - package won.bot.framework.eventbot.action.impl.counter
 
won.bot.framework.eventbot.action.impl.crawl - package won.bot.framework.eventbot.action.impl.crawl
 
won.bot.framework.eventbot.action.impl.debugbot - package won.bot.framework.eventbot.action.impl.debugbot
 
won.bot.framework.eventbot.action.impl.facet - package won.bot.framework.eventbot.action.impl.facet
 
won.bot.framework.eventbot.action.impl.factory - package won.bot.framework.eventbot.action.impl.factory
 
won.bot.framework.eventbot.action.impl.factory.model - package won.bot.framework.eventbot.action.impl.factory.model
 
won.bot.framework.eventbot.action.impl.lifecycle - package won.bot.framework.eventbot.action.impl.lifecycle
 
won.bot.framework.eventbot.action.impl.listener - package won.bot.framework.eventbot.action.impl.listener
 
won.bot.framework.eventbot.action.impl.mail.model - package won.bot.framework.eventbot.action.impl.mail.model
 
won.bot.framework.eventbot.action.impl.mail.receive - package won.bot.framework.eventbot.action.impl.mail.receive
 
won.bot.framework.eventbot.action.impl.mail.send - package won.bot.framework.eventbot.action.impl.mail.send
 
won.bot.framework.eventbot.action.impl.maintenance - package won.bot.framework.eventbot.action.impl.maintenance
 
won.bot.framework.eventbot.action.impl.matcher - package won.bot.framework.eventbot.action.impl.matcher
 
won.bot.framework.eventbot.action.impl.monitor - package won.bot.framework.eventbot.action.impl.monitor
 
won.bot.framework.eventbot.action.impl.needlifecycle - package won.bot.framework.eventbot.action.impl.needlifecycle
 
won.bot.framework.eventbot.action.impl.telegram - package won.bot.framework.eventbot.action.impl.telegram
 
won.bot.framework.eventbot.action.impl.telegram.Commands - package won.bot.framework.eventbot.action.impl.telegram.Commands
 
won.bot.framework.eventbot.action.impl.telegram.receive - package won.bot.framework.eventbot.action.impl.telegram.receive
 
won.bot.framework.eventbot.action.impl.telegram.send - package won.bot.framework.eventbot.action.impl.telegram.send
 
won.bot.framework.eventbot.action.impl.telegram.util - package won.bot.framework.eventbot.action.impl.telegram.util
 
won.bot.framework.eventbot.action.impl.trigger - package won.bot.framework.eventbot.action.impl.trigger
 
won.bot.framework.eventbot.action.impl.wonmessage - package won.bot.framework.eventbot.action.impl.wonmessage
 
won.bot.framework.eventbot.action.impl.wonmessage.execCommand - package won.bot.framework.eventbot.action.impl.wonmessage.execCommand
 
won.bot.framework.eventbot.behaviour - package won.bot.framework.eventbot.behaviour
 
won.bot.framework.eventbot.bus - package won.bot.framework.eventbot.bus
 
won.bot.framework.eventbot.bus.impl - package won.bot.framework.eventbot.bus.impl
 
won.bot.framework.eventbot.event - package won.bot.framework.eventbot.event
 
won.bot.framework.eventbot.event.impl.analyzation.agreement - package won.bot.framework.eventbot.event.impl.analyzation.agreement
 
won.bot.framework.eventbot.event.impl.analyzation.precondition - package won.bot.framework.eventbot.event.impl.analyzation.precondition
 
won.bot.framework.eventbot.event.impl.analyzation.proposal - package won.bot.framework.eventbot.event.impl.analyzation.proposal
 
won.bot.framework.eventbot.event.impl.cmd - package won.bot.framework.eventbot.event.impl.cmd
 
won.bot.framework.eventbot.event.impl.command - package won.bot.framework.eventbot.event.impl.command
 
won.bot.framework.eventbot.event.impl.command.base - package won.bot.framework.eventbot.event.impl.command.base
 
won.bot.framework.eventbot.event.impl.command.close - package won.bot.framework.eventbot.event.impl.command.close
 
won.bot.framework.eventbot.event.impl.command.connect - package won.bot.framework.eventbot.event.impl.command.connect
 
won.bot.framework.eventbot.event.impl.command.connectionmessage - package won.bot.framework.eventbot.event.impl.command.connectionmessage
 
won.bot.framework.eventbot.event.impl.command.create - package won.bot.framework.eventbot.event.impl.command.create
 
won.bot.framework.eventbot.event.impl.command.deactivate - package won.bot.framework.eventbot.event.impl.command.deactivate
 
won.bot.framework.eventbot.event.impl.command.feedback - package won.bot.framework.eventbot.event.impl.command.feedback
 
won.bot.framework.eventbot.event.impl.command.open - package won.bot.framework.eventbot.event.impl.command.open
 
won.bot.framework.eventbot.event.impl.crawl - package won.bot.framework.eventbot.event.impl.crawl
 
won.bot.framework.eventbot.event.impl.crawlconnection - package won.bot.framework.eventbot.event.impl.crawlconnection
 
won.bot.framework.eventbot.event.impl.debugbot - package won.bot.framework.eventbot.event.impl.debugbot
 
won.bot.framework.eventbot.event.impl.facet - package won.bot.framework.eventbot.event.impl.facet
 
won.bot.framework.eventbot.event.impl.factory - package won.bot.framework.eventbot.event.impl.factory
 
won.bot.framework.eventbot.event.impl.lifecycle - package won.bot.framework.eventbot.event.impl.lifecycle
 
won.bot.framework.eventbot.event.impl.listener - package won.bot.framework.eventbot.event.impl.listener
 
won.bot.framework.eventbot.event.impl.mail - package won.bot.framework.eventbot.event.impl.mail
 
won.bot.framework.eventbot.event.impl.matcher - package won.bot.framework.eventbot.event.impl.matcher
 
won.bot.framework.eventbot.event.impl.monitor - package won.bot.framework.eventbot.event.impl.monitor
 
won.bot.framework.eventbot.event.impl.needlifecycle - package won.bot.framework.eventbot.event.impl.needlifecycle
 
won.bot.framework.eventbot.event.impl.telegram - package won.bot.framework.eventbot.event.impl.telegram
 
won.bot.framework.eventbot.event.impl.test - package won.bot.framework.eventbot.event.impl.test
 
won.bot.framework.eventbot.event.impl.validate - package won.bot.framework.eventbot.event.impl.validate
 
won.bot.framework.eventbot.event.impl.wonmessage - package won.bot.framework.eventbot.event.impl.wonmessage
 
won.bot.framework.eventbot.filter - package won.bot.framework.eventbot.filter
 
won.bot.framework.eventbot.filter.impl - package won.bot.framework.eventbot.filter.impl
 
won.bot.framework.eventbot.listener - package won.bot.framework.eventbot.listener
 
won.bot.framework.eventbot.listener.baStateBots - package won.bot.framework.eventbot.listener.baStateBots
 
won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots - package won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots
 
won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot - package won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsTextBot
 
won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot - package won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.atomicBots.coordinationMessageAsUriBot
 
won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots - package won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsTextBots
 
won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots - package won.bot.framework.eventbot.listener.baStateBots.baCCMessagingBots.coordinationMessageAsUriBots
 
won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot - package won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsTextBot
 
won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot - package won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.atomicBots.coordinationMessageAsUriBot
 
won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots - package won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsTextBots
 
won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots - package won.bot.framework.eventbot.listener.baStateBots.baPCMessagingBots.coordinationMessageAsUriBots
 
won.bot.framework.eventbot.listener.impl - package won.bot.framework.eventbot.listener.impl
 
won.bot.framework.manager - package won.bot.framework.manager
 
won.bot.framework.manager.impl - package won.bot.framework.manager.impl
 
won.bot.impl - package won.bot.impl
 
won.bot.integration - package won.bot.integration
 
WonMessageReceivedOnConnectionEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
Base class for all events that signal an incoming WonMessage (but not a Success/FailureResponse).
WonMessageReceivedOnConnectionEvent(Connection, WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageReceivedOnConnectionEvent
 
WonMessageSentEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
Created by fkleedorfer on 14.06.2016.
WonMessageSentEvent(WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageSentEvent
 
WonMessageSentOnConnectionEvent - Class in won.bot.framework.eventbot.event.impl.wonmessage
Created by fkleedorfer on 14.06.2016.
WonMessageSentOnConnectionEvent(WonMessage) - Constructor for class won.bot.framework.eventbot.event.impl.wonmessage.WonMessageSentOnConnectionEvent
 
WonMimeMessage - Class in won.bot.framework.eventbot.action.impl.mail.send
Created by fsuda on 18.10.2016.
WonMimeMessage(Session) - Constructor for class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessage
 
WonMimeMessage(MimeMessage) - Constructor for class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessage
 
WonMimeMessageGenerator - Class in won.bot.framework.eventbot.action.impl.mail.send
This Class is used to generate all Mails that are going to be sent via the Mail2WonBot
WonMimeMessageGenerator() - Constructor for class won.bot.framework.eventbot.action.impl.mail.send.WonMimeMessageGenerator
 
WonTelegramBotHandler - Class in won.bot.framework.eventbot.action.impl.telegram
 
WonTelegramBotHandler(EventBus, TelegramMessageGenerator, String, String) - Constructor for class won.bot.framework.eventbot.action.impl.telegram.WonTelegramBotHandler
 
WonURI - Class in won.bot.framework.eventbot.action.impl.mail.model
 
WonURI(URI, UriType) - Constructor for class won.bot.framework.eventbot.action.impl.mail.model.WonURI
 
WorkDoneEvent - Class in won.bot.framework.eventbot.event.impl.lifecycle
Event indicating that the bot's work is done.
WorkDoneEvent(Bot) - Constructor for class won.bot.framework.eventbot.event.impl.lifecycle.WorkDoneEvent
 
workDoneSignaller - Variable in class won.bot.impl.BAAtomicAdditionalParticipantsBaseBot
 
workDoneSignaller - Variable in class won.bot.impl.BAAtomicBaseBot
 
workDoneSignaller - Variable in class won.bot.impl.BABaseBot
 
workDoneSignaller - Variable in class won.bot.impl.CommentBot
 
workDoneSignaller - Variable in class won.bot.impl.ConversationBot
 
workDoneSignaller - Variable in class won.bot.impl.ConversationBotMonitored
 
workDoneSignaller - Variable in class won.bot.impl.GroupingBot
 
workDoneSignaller - Variable in class won.bot.impl.MatcherProtocolTestBot
 
workDoneSignaller - Variable in class won.bot.impl.NeedCreatorBot
 
workDoneSignaller - Variable in class won.bot.impl.RandomSimulatorBot
 
workDoneSignaller - Variable in class won.bot.impl.StandardTwoPhaseCommitBot
 
workDoneSignaller - Variable in class won.bot.impl.StandardTwoPhaseCommitNoVoteBot
 
workIsDone() - Method in class won.bot.framework.bot.base.BaseBot
Sets the workDone flag to true.
workIsDone() - Method in class won.bot.framework.bot.base.EventBot.MyEventListenerContext
 
workIsDone() - Method in class won.bot.framework.bot.base.TriggeredBot
Overrides the inherited method so as to also cancel the trigger when indicating that the bot's work is done.
workIsDone() - Method in interface won.bot.framework.eventbot.EventListenerContext
Signals to the framework that the bot's work is done and it may be shut down.
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links

Copyright © 2018. All Rights Reserved.