Class: UU::OS::ArtifactSearch::ArtifactSearchQuery

Inherits:
REST::PagingCriteria show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_query.rb

Instance Attribute Summary (collapse)

Attributes inherited from REST::PagingCriteria

#page_index, #page_size

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) include_system_area

Returns the value of attribute include_system_area



16
17
18
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_query.rb', line 16

def include_system_area
  @include_system_area
end

- (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 of referenced artifact (and code and type as the second and the third criteria).



12
13
14
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_query.rb', line 12

def query
  @query
end

- (Object) recursive

Returns the value of attribute recursive



14
15
16
# File 'uu_os_client-0.10.6/lib/uu/os/artifact_search/artifact_search_query.rb', line 14

def recursive
  @recursive
end