Click or drag to resize

AccessRequestIntegrationController Class

Responsible for managing Access Approval survey data for purpose of integration with external components
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AppLogic.IntegrationAccessRequestIntegrationController

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

The AccessRequestIntegrationController type exposes the following members.

Constructors
  NameDescription
Public methodAccessRequestIntegrationController(IControllerFactory)
Creates instance of controller for specific factory
Public methodAccessRequestIntegrationController(IControllerFactory, SurveyIntegrationUploader)
Creates instance of controller for specific factory
Top
Methods
  NameDescription
Public methodDeleteAccessRequest
Sends message to delete access approval survey
Public methodDeleteAccessRequestAsync
Get access request survey and sends it to Analytics Event Hub async
Public methodExportAllAccessRequests
Parses all access approvals
Public methodRequestCleanup
Requests cleanup of access approval survey data.
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