Click or drag to resize

DataObjectLifeCycleManagementSubmitProvisioningJob Method

Creates a data object lifecycle management provisioning job based on a data object.
Codemethod usage
Designed to be used in a process only (Yes/No)No
Action Object (data object type)All supported.

Namespace:  Omada.OE.Solution.OIM.Assembly.OPS
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public void SubmitProvisioningJob(
	CodeMethodInvokeContext context,
	string targetSystemUid,
	string operationEnum,
	int priority
)

Parameters

context
Type: Omada.OE.ModelCodeMethodInvokeContext
Context object containing information about in which context the code method is called
targetSystemUid
Type: SystemString
The target system UId.
operationEnum
Type: SystemString
How should OPS handle the operation. Can be either: create', 'update', 'delete', 'createOrUpdate', 'createIfNotExists' or 'deleteIfExists'.
priority
Type: SystemInt32
The priority in which to handle the job. The lower the number the quicker is the job processed.
See Also