/AWS1/CL_OSREXPORTOPTIONS¶
Options to filter the scope of saved objects to export during a migration.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_types TYPE /AWS1/CL_OSRSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
A list of saved object types to include in the migration. Valid values include
dashboard,visualization,index-pattern,search, andquery.
it_objects TYPE /AWS1/CL_OSRSAVEDOBJECTID=>TT_SAVEDOBJECTIDENTIFIERLIST TT_SAVEDOBJECTIDENTIFIERLIST¶
A list of specific saved objects to include in the migration, identified by type and ID.
iv_includereferencesdeep TYPE /AWS1/OSRBOOLEAN /AWS1/OSRBOOLEAN¶
Specifies whether to include all objects referenced by the exported objects, recursively.
Queryable Attributes¶
types¶
A list of saved object types to include in the migration. Valid values include
dashboard,visualization,index-pattern,search, andquery.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPES() |
Getter for TYPES, with configurable default |
ASK_TYPES() |
Getter for TYPES w/ exceptions if field has no value |
HAS_TYPES() |
Determine if TYPES has a value |
objects¶
A list of specific saved objects to include in the migration, identified by type and ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OBJECTS() |
Getter for OBJECTS, with configurable default |
ASK_OBJECTS() |
Getter for OBJECTS w/ exceptions if field has no value |
HAS_OBJECTS() |
Determine if OBJECTS has a value |
includeReferencesDeep¶
Specifies whether to include all objects referenced by the exported objects, recursively.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCLUDEREFERENCESDEEP() |
Getter for INCLUDEREFERENCESDEEP, with configurable default |
ASK_INCLUDEREFERENCESDEEP() |
Getter for INCLUDEREFERENCESDEEP w/ exceptions if field has |
HAS_INCLUDEREFERENCESDEEP() |
Determine if INCLUDEREFERENCESDEEP has a value |