Click or drag to resize

RoleAssignmentsAccessModifierGetAccessibleObjects Method

The method populates a temporary db table with ids of the resource assignments which are accessible to the active user. The method can be overridden whereby additional ids can be added.

Namespace:  Omada.OE.Solution.OIM.AppLogic.AccessModifiers
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
protected virtual IntegerList GetAccessibleObjects(
	IList<int> dataObjectIds,
	AccessCallContext callContext
)

Parameters

dataObjectIds
Type: System.Collections.GenericIListInt32
The collection contains ids of resource assignments (and potentially other types of data objects as well!). If the collection is non-empty only the present role assignments are relevant to populate to the temporary table.
callContext
Type: Omada.OE.ModelAccessCallContext

Return Value

Type: IntegerList
See Also