Omada.OE.Solution.OIM.AppLogic.ComplexDataSets Namespace |
Class | Description | |
---|---|---|
![]() | OwnedContextIdentitiesDataSetBuilder |
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".
|
![]() | OwnedContextIdentityResourceAssignmentsDataSetBuilder |
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".
|
![]() | OwnedContextsDataSetBuilder |
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".
|
![]() | OwnedSystemsDataSetBuilder |
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".
|