Class: UU::OS::MetaModel::MetaModelGetEntryList Deprecated
- Inherits:
-
REST::PagingCriteria
- Object
- REST::DTO
- REST::PagingCriteria
- UU::OS::MetaModel::MetaModelGetEntryList
- Defined in:
- uu_os-0.29.16/lib/uu/os/meta_model/meta_model_get_entry_list.rb
Overview
Use AppPackage::AppPackageGetEntryList instead.
Meta Model Get Entry List DTO.
Instance Attribute Summary (collapse)
-
- (Object) query
The UES query string.
-
- (Object) recursive
Flag for recursive listing.
Attributes inherited from REST::PagingCriteria
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
Constructor Details
This class inherits a constructor from UU::OS::REST::DTO
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO
Instance Attribute Details
- (Object) query
The UES query string. It has to conform the ues query syntax (see documentation for more info). Filtering and order of the result list can be specified there. When null is set, no filtering is applied and entries are ordered by name and code as the second criteria.
17 18 19 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_get_entry_list.rb', line 17 def query @query end |
- (Object) recursive
Flag for recursive listing. It means that if the listed folder contains inner folders and the recursive flag is true, entries of the all inner folders are in result too. When the recursive flag is null or false, only entries are returned exactly from the listed meta model dictionary.
23 24 25 |
# File 'uu_os-0.29.16/lib/uu/os/meta_model/meta_model_get_entry_list.rb', line 23 def recursive @recursive end |