Click or drag to resize

RoleApproval Class

The RoleApproval class contains code methods used in the role approval processes which is contained in the OIM Packaged Solution.
Inheritance Hierarchy
SystemObject
  Omada.OE.Solution.OIM.Assembly.PackagedSolutionRoleApproval

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

The RoleApproval type exposes the following members.

Constructors
  NameDescription
Public methodRoleApproval
Top
Methods
  NameDescription
Public methodUpdateRoleAssignmentsStatus

This code method is intended specifically for the OIM Packaged Solution.

Updates the status of a role approval data object to either "Active" or "Rejected". The description is updated as well.

Code method is used in the role approval processes in the Packaged Solution for OIM.

The method overrides all security. It therefore doesn't have to be executed by the SYSTEM user.

Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type) A role approval object.
Public methodUpdateRoleAssignmentsStatus2

This code method is intended specifically for the OIM Packaged Solution.

The code method updates the status of a role approval data object to either "Active" or "Rejected". The description is updated as well. It is used in the role approval processes in the Packaged Solution for OIM.

The method overrides all security. It therefore doesn't have to be executed by the SYSTEM user.

Codemethod usage
Designed to be used in a process onlyNo
Action Object (data object type) Role approval
Public methodUpdateRoleAssignmentsStatusIndividually

This code method is intended specifically for the OIM Packaged Solution.

Updates the status of a role approval data object to either "Active" or "Rejected". The description is updated as well.

Code method is used in the role approval processes in the Packaged Solution for OIM.

The method overrides all security. It therefore doesn't have to be executed by the SYSTEM user.

Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type) A role approval object.
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