Click or drag to resize

ActualManagerResolver Class

Resolver for the Virtual Reference Property "ActualManager". The "ActualManager" property holds a single "manager" of an identity or a user. If there are multiple managers, the VRP will yield a random manager. It is used for provisioning purposes when the manager is a single value field. When RoPE calculates two managers as an intermediate result, the provisioning fails. When using this VPR, the new manager will be provisioned either immediately or when the old manager is removed.
Inheritance Hierarchy
SystemObject
  Omada.OE.AppLogic.VirtualPropertyVirtualPropertyResolverBase
    Omada.OE.Solution.OIM.AppLogic.VirtualPropertyActualManagerResolver

Namespace:  Omada.OE.Solution.OIM.AppLogic.VirtualProperty
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public class ActualManagerResolver : VirtualPropertyResolverBase

The ActualManagerResolver type exposes the following members.

Constructors
  NameDescription
Public methodActualManagerResolver
Top
Properties
  NameDescription
Public propertyCachePeriod
Amount of time that the result of ResolveValues is cached in. Default is 5 minutes.
(Inherited from VirtualPropertyResolverBase.)
Public propertyDataObjectTypes
Public propertyDbConnection
Open connection for the OIS DB.
(Inherited from VirtualPropertyResolverBase.)
Public propertyDbTransaction
Open transaction for the OIS DB.
(Inherited from VirtualPropertyResolverBase.)
Public propertyFactory (Inherited from VirtualPropertyResolverBase.)
Public propertyProperty
Top
Methods
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