/AWS1/CL_ERNSTARTIDMAPJOBOUT¶
StartIdMappingJobOutput
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_jobid
TYPE /AWS1/ERNJOBID
/AWS1/ERNJOBID
¶
The ID of the job.
Optional arguments:¶
it_outputsourceconfig
TYPE /AWS1/CL_ERNIDMAPJOBOUTPUTSRC=>TT_IDMAPJOBOUTPUTSOURCECONFIG
TT_IDMAPJOBOUTPUTSOURCECONFIG
¶
A list of
OutputSource
objects.
iv_jobtype
TYPE /AWS1/ERNJOBTYPE
/AWS1/ERNJOBTYPE
¶
The job type for the started ID mapping job.
A value of
INCREMENTAL
indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with anincrementalRunConfig
.A value of
BATCH
indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with anincrementalRunConfig
.A value of
DELETE_ONLY
indicates that only deletion requests fromBatchDeleteUniqueIds
were processed.
Queryable Attributes¶
jobId¶
The ID of the job.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
outputSourceConfig¶
A list of
OutputSource
objects.
Accessible with the following methods¶
Method | Description |
---|---|
GET_OUTPUTSOURCECONFIG() |
Getter for OUTPUTSOURCECONFIG, with configurable default |
ASK_OUTPUTSOURCECONFIG() |
Getter for OUTPUTSOURCECONFIG w/ exceptions if field has no |
HAS_OUTPUTSOURCECONFIG() |
Determine if OUTPUTSOURCECONFIG has a value |
jobType¶
The job type for the started ID mapping job.
A value of
INCREMENTAL
indicates that only new or changed data was processed since the last job run. This is the default job type if the workflow was created with anincrementalRunConfig
.A value of
BATCH
indicates that all data was processed from the input source, regardless of previous job runs. This is the default job type if the workflow wasn't created with anincrementalRunConfig
.A value of
DELETE_ONLY
indicates that only deletion requests fromBatchDeleteUniqueIds
were processed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_JOBTYPE() |
Getter for JOBTYPE, with configurable default |
ASK_JOBTYPE() |
Getter for JOBTYPE w/ exceptions if field has no value |
HAS_JOBTYPE() |
Determine if JOBTYPE has a value |