| ConstraintControllerGetViolatedConstraints Method |
Returns a number of constraint data objects that are "violated" by two or more roles contained in
a specified roleIds collection.
Security is overridden.
Namespace:
Omada.OE.Solution.OIM.AppLogic
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic DataObjects GetViolatedConstraints(
IntegerList roleIds
)
Parameters
- roleIds
- Type: IntegerList
Specifies a number of roles for which violated constraints should be returned.
The collection must contain at least 2 roles.
Return Value
Type:
DataObjects
See Also