JobTemporalIDBean
From
Description
This bean contains data which uniquely identifies a job, and an update index, to check for concurrency issues.
Fields
The data fields of this object.
Name | Type | Description |
---|---|---|
JobPK | String | The unique EService primary key which identifies this job. |
ExternalRef | ExternalRefBean | An external reference bean, containing the primary key the external system uses to identify this job. |
UpdateIndex | int | The update index of the Job. |