Class: UU::ADK::App::AppGetEntryList Deprecated
- Inherits:
-
OS::REST::PagingCriteria
- Object
- OS::REST::DTO
- OS::REST::PagingCriteria
- UU::ADK::App::AppGetEntryList
- Defined in:
- uu_adk-0.28.16/lib/uu/adk/app/app_get_entry_list.rb
Overview
Use OS::AppMetaModel::AppMetaModelGetEntryList instead.
App Get Entry List DTO.
Instance Attribute Summary (collapse)
-
- (Object) query
The UES query string.
-
- (Object) recursive
Flag for recursive listing.
Attributes inherited from OS::REST::PagingCriteria
Method Summary
Methods inherited from OS::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 theresult list can be specified there. When null is set, no filtering is applied and entries are ordered by name of referenced artifact (and codeand type as the second and the third criteria).
16 17 18 |
# File 'uu_adk-0.28.16/lib/uu/adk/app/app_get_entry_list.rb', line 16 def query @query end |
- (Object) recursive
Flag for recursive listing. It means that if the listed organizational unit contains inner folders and the recursive flag is true, entries of theall inner folders are in result too. When the recursive flag is null or false, only entries are returned exactly from the listed organizationalunit.
22 23 24 |
# File 'uu_adk-0.28.16/lib/uu/adk/app/app_get_entry_list.rb', line 22 def recursive @recursive end |