FlowWright.cDevDeAPI Namespace
FlowWright.cDevDecisionEngine Namespace

deEventServiceBus Methods

The deEventServiceBus type exposes the following members.

Methods


  Name Description
Public method addEventSubscribers
add a new event subscriber
Public method archiveEvents
Archives the events.
Public method archiveEventsByDateAndStatus
Archives the events by date and status.
Public method createEventDefinition
creates a new event defintion
Public method createEventHandlerDefinition
create an event handler definition
Public method getArchivedEvent
Gets the archived event.
Public method getArchivedEvents
Gets the archived events.
Public method getArchivedEventsByStatus
Gets the archived events by status.
Public method getArchivedEventsByUser
Gets the archived events by user.
Public method getCurrentUser
Gets the current user.
(Inherited from deAPIBase.)
Public method getESBRelatedObjects
Get ESB realted object for package
Public method getESBRelationChangesFromTarget
ESB related objects for subscriber synchronization
Public method getEventCategoryName
Gets the name of the event category.
Public method getEventDefinition(String, String)
Gets the event definition.
Public method getEventDefinition(String)
Gets the event definition.
Public method getEventDefinitionID
Gets the event definition identifier.
Public method getEventDefinitionName
Gets the name of the event definition.
Public method getEventDefintionCategories
get a list of event definition categories
Public method getEventDefintionCategoriesHavingSubscriber
get a list of event definition categories having subscriber
Public method getEventDefintionCategoriesList
Gets the event defintion categories list.
Public method getEventDefintions
get a list of event definitions
Public method getEventDefintionsHavingSubscriber
get a list of event definitions having subscriber
Public method getEventHandlerByID
Gets the event handler by identifier.
Public method getEventHandlerDataByID
Gets event handler defination data
Public method getEventHandlerDefinition
Gets the event handler definition.
Public method getEventHandlerDefinitionID
Gets the event handler definition identifier.
Public method getEventHandlerDefinitionNameByID
gets the eventHandler Defination Name by eventHandlerDefID
Public method getEventHandlers
get a list of event handlers
Public method getEventHandlersNotAssignToEvent
get a list of event handlers not assigned an event
Public method getEventsByStatus
get a list of events by status
Public method getEventsForCategory
get a list of events for a given category
Public method getEventsFromSubscriber
get a list of events for a given category
Public method getEventsParamsForCategory
get a list of events parms for a given category
Public method getEventSubscriberData
Gets the event subscriber data.
Public method getEventSubscriberList
gets a list of event subscribers
Public method getEventSubscriberParams
Gets the event subscriber parameters.
Public method getEventSubscribersForEvent
get a list of event subscribers for a given event
Public method getExportPackage
Gets the export package.
Public method getProperties
Gets the properties.
(Inherited from deAPIBase.)
Public method getProperty(String)
get property value
(Inherited from deAPIBase.)
Public method getProperty<(Of <<'(T>)>>)(String)
Gets the property.
(Inherited from deAPIBase.)
Public method getTenant
Returns the current tenant
(Inherited from deAPIBase.)
Public method getTenantID
Returns tenant id
(Inherited from deAPIBase.)
Public method getTotalNumberOfEvents
Gets the total events.
Public method getUserSession
Gets the user session.
(Inherited from deAPIBase.)
Public method hasEventDefinitionName
Determines whether [has event definition] [the specified bo name].
Public method hasEventHandler
Determines whether [has event handler definition] [the specified bo name].
Public method hasEventSubscription(String, String, String)
Determines whether [has event subscription] [the specified event category].
Public method hasEventSubscription(String, String)
Determines whether [has event subscription] [the specified event name].
Public method hasWorkflowDefinitionMapped
Determines whether [has workflow definition mapped] [the specified s event definition identifier].
Public method processEvent
process a selected event
Public method publishEvent
publish event
Public method publishEventUsingName
Publishes an event using the name of the event
Public method removeAllArchivedEvents
removes all archived Form events
Public method removeAllEvents
Removes all events.
Public method removeAllPublishedEvents
Removes all published events.
Public method removeArchivedEvent
Removes the archived event.
Public method removeArchivedEventsByStatus
removes archived events by status
Public method removeEventDefinition
removes an event definition
Public method removeEventHandler
removes a given event handler
Public method removeEventsAndSubscribers
removes the event subscribers
Public method removeEventsByID
Removes the events by identifier.
Public method removeEventsByStatus
Remove events by status
Public method removeEventSubscriber
removes an event subscriber
Public method removePublishedEvent
Removes the published events.
Public method reProcessEvent
Re-process the event.
Public method reProcessEvents
Re-process events.
Public method runEventEngine
executes the event engine manually
Public method updateEventDefinition
updates a event defintion
Public method updateEventHandlerDefinition
update an event handler definition
Public method updateEventSubscriberParams
Updates the event subscriber parameters.