/AWS1/CL_DIRBATCHADDFACETTOOBJ¶
Represents the output of a batch add facet to object operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
io_schemafacet TYPE REF TO /AWS1/CL_DIRSCHEMAFACET /AWS1/CL_DIRSCHEMAFACET¶
Represents the facet being added to the object.
it_objectattributelist TYPE /AWS1/CL_DIRATTRKEYANDVALUE=>TT_ATTRIBUTEKEYANDVALUELIST TT_ATTRIBUTEKEYANDVALUELIST¶
The attributes to set on the object.
io_objectreference TYPE REF TO /AWS1/CL_DIROBJECTREFERENCE /AWS1/CL_DIROBJECTREFERENCE¶
A reference to the object being mutated.
Queryable Attributes¶
SchemaFacet¶
Represents the facet being added to the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEMAFACET() |
Getter for SCHEMAFACET |
ObjectAttributeList¶
The attributes to set on the object.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTATTRIBUTELIST() |
Getter for OBJECTATTRIBUTELIST, with configurable default |
ASK_OBJECTATTRIBUTELIST() |
Getter for OBJECTATTRIBUTELIST w/ exceptions if field has no |
HAS_OBJECTATTRIBUTELIST() |
Determine if OBJECTATTRIBUTELIST has a value |
ObjectReference¶
A reference to the object being mutated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTREFERENCE() |
Getter for OBJECTREFERENCE |