Click or drag to resize

Omada.OE.Solution.OIM.AppLogic.ComplexDataSets Namespace

 
Classes
  ClassDescription
Public classOwnedContextIdentitiesDataSetBuilder
Finds all identities that are in a business context, that the active user is owner of, and stores their ids in a db table in a column named "IdentityID".
Public classOwnedContextIdentityResourceAssignmentsDataSetBuilder
Finds all resource assignment data objects belonging to identities that are in a business context, that the active user is owner of, and stores their ids in a db table in a column named "RAID".
Public classOwnedContextsDataSetBuilder
Finds all business context data objects, that the active user is owner of, and stores their ids in a db table in a column named "ContextID".
Public classOwnedSystemsDataSetBuilder
Finds all system data objects, that the active user is owner of, and stores their ids in a db table in a column named "SystemID". If parameter "OutputBusinessKeys" is set to true it will instead stores their "business keys" in a db table in a column named "BUSIKEY". (Assumes that the "business key" is stored in the ODWBUSIKEY property on the system data objects). If parameter "OutputUIds" is set to true it will instead stores their UID in a db table in a column named "SystemUID".