Click or drag to resize

OdwController Class

Controller responsible for validating requests to operational data store and resolving message type handlers
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.AnalyticsOdwController

Namespace:  Omada.OE.Solution.OIM.AppLogic.Analytics
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class OdwController : IController

The OdwController type exposes the following members.

Constructors
  NameDescription
Public methodOdwController(String)
Creates an instance of ODSController
Public methodOdwController(Factory)
Creates an instance of ODSController
Top
Methods
  NameDescription
Public methodCheckIfProcessingNeeded
Method checks if there are tables which are in InProgress state
Public methodCompleteProcessing
Method will set the objects which were InProgress to Done state
Public methodCopyODSDataToBI
Copies data from ODS to BI so they can be fetched by tabular model processing
Public methodGetProcessingScript
Checks tables which require processing and generates script for processing
Public methodInitializeProcessing
Method will set the objects which require processing to InProgress state
Public methodRunExclusive
Executes the action exclusively acquiring a synchronization lock
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also