Skip to content

/AWS1/CL_WMLMAILBOXEXPORTJOB

The details of a mailbox export job, including the user or resource ID associated with the mailbox and the S3 bucket that the mailbox contents are exported to.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_JOBID TYPE /AWS1/WMLMAILBOXEXPORTJOBID /AWS1/WMLMAILBOXEXPORTJOBID

The identifier of the mailbox export job.

IV_ENTITYID TYPE /AWS1/WMLWORKMAILIDENTIFIER /AWS1/WMLWORKMAILIDENTIFIER

The identifier of the user or resource associated with the mailbox.

IV_DESCRIPTION TYPE /AWS1/WMLDESCRIPTION /AWS1/WMLDESCRIPTION

The mailbox export job description.

IV_S3BUCKETNAME TYPE /AWS1/WMLS3BUCKETNAME /AWS1/WMLS3BUCKETNAME

The name of the S3 bucket.

IV_S3PATH TYPE /AWS1/WMLS3OBJECTKEY /AWS1/WMLS3OBJECTKEY

The path to the S3 bucket and file that the mailbox export job exports to.

IV_ESTIMATEDPROGRESS TYPE /AWS1/WMLPERCENTAGE /AWS1/WMLPERCENTAGE

The estimated progress of the mailbox export job, in percentage points.

IV_STATE TYPE /AWS1/WMLMAILBOXEXPORTJOBSTATE /AWS1/WMLMAILBOXEXPORTJOBSTATE

The state of the mailbox export job.

IV_STARTTIME TYPE /AWS1/WMLTIMESTAMP /AWS1/WMLTIMESTAMP

The mailbox export job start timestamp.

IV_ENDTIME TYPE /AWS1/WMLTIMESTAMP /AWS1/WMLTIMESTAMP

The mailbox export job end timestamp.


Queryable Attributes

JobId

The identifier of the mailbox export 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

EntityId

The identifier of the user or resource associated with the mailbox.

Accessible with the following methods

Method Description
GET_ENTITYID() Getter for ENTITYID, with configurable default
ASK_ENTITYID() Getter for ENTITYID w/ exceptions if field has no value
HAS_ENTITYID() Determine if ENTITYID has a value

Description

The mailbox export job description.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

S3BucketName

The name of the S3 bucket.

Accessible with the following methods

Method Description
GET_S3BUCKETNAME() Getter for S3BUCKETNAME, with configurable default
ASK_S3BUCKETNAME() Getter for S3BUCKETNAME w/ exceptions if field has no value
HAS_S3BUCKETNAME() Determine if S3BUCKETNAME has a value

S3Path

The path to the S3 bucket and file that the mailbox export job exports to.

Accessible with the following methods

Method Description
GET_S3PATH() Getter for S3PATH, with configurable default
ASK_S3PATH() Getter for S3PATH w/ exceptions if field has no value
HAS_S3PATH() Determine if S3PATH has a value

EstimatedProgress

The estimated progress of the mailbox export job, in percentage points.

Accessible with the following methods

Method Description
GET_ESTIMATEDPROGRESS() Getter for ESTIMATEDPROGRESS

State

The state of the mailbox export job.

Accessible with the following methods

Method Description
GET_STATE() Getter for STATE, with configurable default
ASK_STATE() Getter for STATE w/ exceptions if field has no value
HAS_STATE() Determine if STATE has a value

StartTime

The mailbox export job start timestamp.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

EndTime

The mailbox export job end timestamp.

Accessible with the following methods

Method Description
GET_ENDTIME() Getter for ENDTIME, with configurable default
ASK_ENDTIME() Getter for ENDTIME w/ exceptions if field has no value
HAS_ENDTIME() Determine if ENDTIME 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_JOBS

TYPES TT_JOBS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WMLMAILBOXEXPORTJOB WITH DEFAULT KEY
.