/AWS1/CL_MOBDELETEPROJECTRSLT¶
Result structure used in response to request to delete a project.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_deletedresources TYPE /AWS1/CL_MOBRESOURCE=>TT_RESOURCES TT_RESOURCES¶
Resources which were deleted.
it_orphanedresources TYPE /AWS1/CL_MOBRESOURCE=>TT_RESOURCES TT_RESOURCES¶
Resources which were not deleted, due to a risk of losing potentially important data or files.
Queryable Attributes¶
deletedResources¶
Resources which were deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEDRESOURCES() |
Getter for DELETEDRESOURCES, with configurable default |
ASK_DELETEDRESOURCES() |
Getter for DELETEDRESOURCES w/ exceptions if field has no va |
HAS_DELETEDRESOURCES() |
Determine if DELETEDRESOURCES has a value |
orphanedResources¶
Resources which were not deleted, due to a risk of losing potentially important data or files.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ORPHANEDRESOURCES() |
Getter for ORPHANEDRESOURCES, with configurable default |
ASK_ORPHANEDRESOURCES() |
Getter for ORPHANEDRESOURCES w/ exceptions if field has no v |
HAS_ORPHANEDRESOURCES() |
Determine if ORPHANEDRESOURCES has a value |