Class: UU::OS::UseCaseRealization::UseCaseRealizationGetUseCaseList Deprecated
- Inherits:
-
REST::PagingCriteria
- Object
- REST::DTO
- REST::PagingCriteria
- UU::OS::UseCaseRealization::UseCaseRealizationGetUseCaseList
- Defined in:
- uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_get_use_case_list.rb
Overview
Deprecated.
Use VisualUseCase::VisualUseCaseGetUseCaseList instead.
Instance Attribute Summary (collapse)
-
- (Object) query
The UES query string.
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 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).
15 16 17 |
# File 'uu_os-0.29.16/lib/uu/os/use_case_realization/use_case_realization_get_use_case_list.rb', line 15 def query @query end |