Omada.OE.Solution.OIM.Assembly.SurveyPostActions Namespace |
Class | Description | |
---|---|---|
![]() | AccessRequestIntegrationPostAction |
Executes data export for the access approval survey
|
![]() | AccountOwnershipSurvey | |
![]() | CalculatedAssignmentVerdictSurveyPostActionHandler |
To be used in a survey running on RoPE calculated assignments (specifically the CalcResourceAssignmentSurvey_Manager.xml survey template).
Writes approvals to tblCalculatedAssignmentVerdict in the OISX db.
|
![]() | ControlPolicySetOwnershipPostActionHandler |
Generic post action for control policies where a proposed ownership specified in SURV_PROPOSEDOWNER is set on the CTRLPOL_OBJECTREF object
The post action works on the following data object types: Identities (including technical identities), Orgunits, Resource, Resource folder and systems
|
![]() | ControlPolicySetOwnershipPostActionHandlerParameters |
Parameter names for the post action
|
![]() | DeletedContextSurvey |
Post action for deleted context survey
|
![]() | GAASAccountOwnershipSurvey | |
![]() | ODW_ResourceAssignmentSurvey | |
![]() | OIS_ResourceAssignmentSurvey | |
![]() | OIS_ResourceMasterDataSurvey | |
![]() | RecertificationPostAction |
Can be included in access review surveys to export survey data to analytics.
|
![]() | RoleCertificationPostActionHandler |
Postaction handler for the Role certification survey
The post action handler updates the Role data objects.
|
![]() | SetOwnershipPostActionBase |
Contains helper methods for ownership postactions
The methods works on the following data object types: Identities (including technical identities), Orgunits, Resource, Resource folder and systems
|
![]() | SurveyEventDefinitionPostAction |
Built-in postaction used for evaluating survey event definitions.
Is executed on all surveys which has at least one survey post action
|
![]() | SurveyPostActionHandlerBase |
Base class for SurveyPostActionHandler
|
![]() | TransferAssignmentsSurveyPostActionHandler |
Post action for the transfer assignments survey
|
![]() | TransferOwnershipSurvey |
Post action for the transfer ownership survey
|
![]() | UpdateDataObjectSurveyPostActionHandler |
This generic postaction handler can be used in a data objects survey
to copy data from the survey objects to the actual data objects represented by the survey objects.
One or two copy rules must be created (with the source object being the "Survey objects for [template name]".
The UId of the copy rules must be passed as a paramter to the post action.
In addition, it is possible to refer to the system name of a property on the target object,
which will be updated with a log about the changes done by the postaction handler
Parameters for the postaction handler:
copyRuleUId: UId of the copy rule used for copying data from the survey object ChildObjectsCopyRuleUId: UId of the copy rule used for copying data from the child survey object. This is an optional argument. If the argument is not used, the same copyrule will be used for parent and child objects. logHistoryPropertySystemName: System name of a value text property which will be appended with info about changes done by the copy rule |