Skip to content

/AWS1/CL_IOMSYNCJOBSUMMARY

The SyncJob summary.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_arn TYPE /AWS1/IOMTWINMAKERARN /AWS1/IOMTWINMAKERARN

The SyncJob summary ARN.

iv_workspaceid TYPE /AWS1/IOMID /AWS1/IOMID

The ID of the workspace that contains the sync job.

iv_syncsource TYPE /AWS1/IOMSYNCSOURCE /AWS1/IOMSYNCSOURCE

The sync source.

io_status TYPE REF TO /AWS1/CL_IOMSYNCJOBSTATUS /AWS1/CL_IOMSYNCJOBSTATUS

The SyncJob summaries status.

iv_creationdatetime TYPE /AWS1/IOMTIMESTAMP /AWS1/IOMTIMESTAMP

The creation date and time.

iv_updatedatetime TYPE /AWS1/IOMTIMESTAMP /AWS1/IOMTIMESTAMP

The update date and time.


Queryable Attributes

arn

The SyncJob summary ARN.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

workspaceId

The ID of the workspace that contains the sync job.

Accessible with the following methods

Method Description
GET_WORKSPACEID() Getter for WORKSPACEID, with configurable default
ASK_WORKSPACEID() Getter for WORKSPACEID w/ exceptions if field has no value
HAS_WORKSPACEID() Determine if WORKSPACEID has a value

syncSource

The sync source.

Accessible with the following methods

Method Description
GET_SYNCSOURCE() Getter for SYNCSOURCE, with configurable default
ASK_SYNCSOURCE() Getter for SYNCSOURCE w/ exceptions if field has no value
HAS_SYNCSOURCE() Determine if SYNCSOURCE has a value

status

The SyncJob summaries status.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

creationDateTime

The creation date and time.

Accessible with the following methods

Method Description
GET_CREATIONDATETIME() Getter for CREATIONDATETIME, with configurable default
ASK_CREATIONDATETIME() Getter for CREATIONDATETIME w/ exceptions if field has no va
HAS_CREATIONDATETIME() Determine if CREATIONDATETIME has a value

updateDateTime

The update date and time.

Accessible with the following methods

Method Description
GET_UPDATEDATETIME() Getter for UPDATEDATETIME, with configurable default
ASK_UPDATEDATETIME() Getter for UPDATEDATETIME w/ exceptions if field has no valu
HAS_UPDATEDATETIME() Determine if UPDATEDATETIME has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_SYNCJOBSUMMARIES

TYPES TT_SYNCJOBSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOMSYNCJOBSUMMARY WITH DEFAULT KEY
.