SearchScope class
Scope defines the dataset to consider for this search.
- Annotations
-
- @JsonSerializable()
Constructors
-
SearchScope({List<
SourceToken> ? includedSources, List<String> ? includedRecordings, String? recordingInformationFilter}) -
SearchScope.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedRecordings
→ List<
String> ? -
A list of recordings that are included in the scope. If this list is
included, only data from one of these recordings shall be searched.
final
-
includedSources
→ List<
SourceToken> ? -
A list of sources that are included in the scope. If this list is
included, only data from one of these sources shall be searched.
final
- recordingInformationFilter → String?
-
An xpath expression used to specify what recordings to search. Only those
recordings with an RecordingInformation structure that matches the filter
shall be searched.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
-
toXml(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited