Click or drag to resize

Migration Class

The Migration class contains code methods for migrating from obsolete concepts in OIM.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.AssemblyMigration

Namespace:  Omada.OE.Solution.OIM.Assembly
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public class Migration

The Migration type exposes the following members.

Constructors
  NameDescription
Public methodMigration
Top
Methods
  NameDescription
Public methodResetSecurityConfiguration
Resets security on ALL data objects in the system.

BE CAREFULL EXECUTING THIS METHOD!

The method is intended to be used for migrating away from the concept of calculating DOSM access for individual org. units, role folders etc.

Use the "Data objects with defined security" screen to adjust the security settings after running the method.

Configure the event definition (which runs the code method) to only execute on a single data object like for example the root folder.

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