Skip to content

/AWS1/CL_WMLGETMOBILEDEVACCO01

GetMobileDeviceAccessOverrideResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_USERID TYPE /AWS1/WMLWORKMAILIDENTIFIER /AWS1/WMLWORKMAILIDENTIFIER

The WorkMail user to which the access override applies.

IV_DEVICEID TYPE /AWS1/WMLDEVICEID /AWS1/WMLDEVICEID

The device to which the access override applies.

IV_EFFECT TYPE /AWS1/WMLMOBILEDEVACCRLEFFECT /AWS1/WMLMOBILEDEVACCRLEFFECT

The effect of the override, ALLOW or DENY.

IV_DESCRIPTION TYPE /AWS1/WMLMOBILEDEVACCRULEDESC /AWS1/WMLMOBILEDEVACCRULEDESC

A description of the override.

IV_DATECREATED TYPE /AWS1/WMLTIMESTAMP /AWS1/WMLTIMESTAMP

The date the override was first created.

IV_DATEMODIFIED TYPE /AWS1/WMLTIMESTAMP /AWS1/WMLTIMESTAMP

The date the description was last modified.


Queryable Attributes

UserId

The WorkMail user to which the access override applies.

Accessible with the following methods

Method Description
GET_USERID() Getter for USERID, with configurable default
ASK_USERID() Getter for USERID w/ exceptions if field has no value
HAS_USERID() Determine if USERID has a value

DeviceId

The device to which the access override applies.

Accessible with the following methods

Method Description
GET_DEVICEID() Getter for DEVICEID, with configurable default
ASK_DEVICEID() Getter for DEVICEID w/ exceptions if field has no value
HAS_DEVICEID() Determine if DEVICEID has a value

Effect

The effect of the override, ALLOW or DENY.

Accessible with the following methods

Method Description
GET_EFFECT() Getter for EFFECT, with configurable default
ASK_EFFECT() Getter for EFFECT w/ exceptions if field has no value
HAS_EFFECT() Determine if EFFECT has a value

Description

A description of the override.

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

DateCreated

The date the override was first created.

Accessible with the following methods

Method Description
GET_DATECREATED() Getter for DATECREATED, with configurable default
ASK_DATECREATED() Getter for DATECREATED w/ exceptions if field has no value
HAS_DATECREATED() Determine if DATECREATED has a value

DateModified

The date the description was last modified.

Accessible with the following methods

Method Description
GET_DATEMODIFIED() Getter for DATEMODIFIED, with configurable default
ASK_DATEMODIFIED() Getter for DATEMODIFIED w/ exceptions if field has no value
HAS_DATEMODIFIED() Determine if DATEMODIFIED has a value