/AWS1/CL_DIRBATCHWRITEOPRSP¶
Represents the output of a BatchWrite response operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_createobject TYPE REF TO /AWS1/CL_DIRBATCHCREATEOBJRSP /AWS1/CL_DIRBATCHCREATEOBJRSP¶
Creates an object in a Directory.
io_attachobject00 TYPE REF TO /AWS1/CL_DIRBATCHATTACHOBJRSP /AWS1/CL_DIRBATCHATTACHOBJRSP¶
Attaches an object to a Directory.
io_detachobject TYPE REF TO /AWS1/CL_DIRBATCHDETACHOBJRSP /AWS1/CL_DIRBATCHDETACHOBJRSP¶
Detaches an object from a Directory.
io_updateobjectattributes TYPE REF TO /AWS1/CL_DIRBTCUPDOBJATTRSRSP /AWS1/CL_DIRBTCUPDOBJATTRSRSP¶
Updates a given object’s attributes.
io_deleteobject TYPE REF TO /AWS1/CL_DIRBATCHDELETEOBJRSP /AWS1/CL_DIRBATCHDELETEOBJRSP¶
Deletes an object in a Directory.
io_addfacettoobject00 TYPE REF TO /AWS1/CL_DIRBTCADDFACETTOOBJ00 /AWS1/CL_DIRBTCADDFACETTOOBJ00¶
The result of an add facet to object batch operation.
io_removefacetfromobject TYPE REF TO /AWS1/CL_DIRBTCREMFACETFRMOB00 /AWS1/CL_DIRBTCREMFACETFRMOB00¶
The result of a batch remove facet from object operation.
io_attachpolicy00 TYPE REF TO /AWS1/CL_DIRBATCHATTACHPLYRSP /AWS1/CL_DIRBATCHATTACHPLYRSP¶
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
io_detachpolicy TYPE REF TO /AWS1/CL_DIRBATCHDETACHPLYRSP /AWS1/CL_DIRBATCHDETACHPLYRSP¶
Detaches a policy from a Directory.
io_createindex TYPE REF TO /AWS1/CL_DIRBATCHCREINDEXRSP /AWS1/CL_DIRBATCHCREINDEXRSP¶
Creates an index object. See Indexing and search for more information.
io_attachtoindex00 TYPE REF TO /AWS1/CL_DIRBTCATTACHTOIDXRSP /AWS1/CL_DIRBTCATTACHTOIDXRSP¶
Attaches the specified object to the specified index.
io_detachfromindex TYPE REF TO /AWS1/CL_DIRBTCDETACHFRMIDXRSP /AWS1/CL_DIRBTCDETACHFRMIDXRSP¶
Detaches the specified object from the specified index.
io_attachtypedlink00 TYPE REF TO /AWS1/CL_DIRBTCATTACHTYPEDLI00 /AWS1/CL_DIRBTCATTACHTYPEDLI00¶
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
io_detachtypedlink TYPE REF TO /AWS1/CL_DIRBTCDETACHTYPEDLI00 /AWS1/CL_DIRBTCDETACHTYPEDLI00¶
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
io_updatelinkattributes TYPE REF TO /AWS1/CL_DIRBTCUPDLINKATTRSRSP /AWS1/CL_DIRBTCUPDLINKATTRSRSP¶
Represents the output of a
BatchWriteresponse operation.
Queryable Attributes¶
CreateObject¶
Creates an object in a Directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEOBJECT() |
Getter for CREATEOBJECT |
AttachObject¶
Attaches an object to a Directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHOBJECT00() |
Getter for ATTACHOBJECT00 |
DetachObject¶
Detaches an object from a Directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETACHOBJECT() |
Getter for DETACHOBJECT |
UpdateObjectAttributes¶
Updates a given object’s attributes.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEOBJECTATTRIBUTES() |
Getter for UPDATEOBJECTATTRIBUTES |
DeleteObject¶
Deletes an object in a Directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEOBJECT() |
Getter for DELETEOBJECT |
AddFacetToObject¶
The result of an add facet to object batch operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ADDFACETTOOBJECT00() |
Getter for ADDFACETTOOBJECT00 |
RemoveFacetFromObject¶
The result of a batch remove facet from object operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REMOVEFACETFROMOBJECT() |
Getter for REMOVEFACETFROMOBJECT |
AttachPolicy¶
Attaches a policy object to a regular object. An object can have a limited number of attached policies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHPOLICY00() |
Getter for ATTACHPOLICY00 |
DetachPolicy¶
Detaches a policy from a Directory.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETACHPOLICY() |
Getter for DETACHPOLICY |
CreateIndex¶
Creates an index object. See Indexing and search for more information.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEINDEX() |
Getter for CREATEINDEX |
AttachToIndex¶
Attaches the specified object to the specified index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHTOINDEX00() |
Getter for ATTACHTOINDEX00 |
DetachFromIndex¶
Detaches the specified object from the specified index.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETACHFROMINDEX() |
Getter for DETACHFROMINDEX |
AttachTypedLink¶
Attaches a typed link to a specified source and target object. For more information, see Typed Links.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ATTACHTYPEDLINK00() |
Getter for ATTACHTYPEDLINK00 |
DetachTypedLink¶
Detaches a typed link from a specified source and target object. For more information, see Typed Links.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETACHTYPEDLINK() |
Getter for DETACHTYPEDLINK |
UpdateLinkAttributes¶
Represents the output of a
BatchWriteresponse operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATELINKATTRIBUTES() |
Getter for UPDATELINKATTRIBUTES |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHWRITEOPRESPONSELIST¶
TYPES TT_BATCHWRITEOPRESPONSELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_DIRBATCHWRITEOPRSP WITH DEFAULT KEY
.