StatementsQuery class

Constructors

StatementsQuery({dynamic verbID, StatementTarget? object, String? registration, bool? context, Agent? actor, DateTime? since, DateTime? until, int? limit, bool? authoritative, bool? sparse, Agent? instructor, bool? ascending, Agent? agent, dynamic activityID, bool? relatedActivities, bool? relatedAgents, QueryResultFormat? format, bool? attachments})
https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Communication.md#213-get-statements

Properties

activityID → ValidatedUri?
Activity ID to query on
final
actor Agent?
(Removed in 1.0.0, use 'agent' instead) Agent matches 'actor'
final
agent Agent?
Agent matches 'actor' or 'object'
final
ascending bool?
Return results in ascending order of stored time
final
attachments bool?
Include attachments in multipart response (default: false)
final
authoritative bool?
(Removed in 1.0.0) Get authoritative results
final
context bool?
(Removed in 1.0.0, use activityID instead) When filtering on target, include statements with matching context
final
format QueryResultFormat?
One of "IDS", "EXACT", "CANONICAL" (default: "EXACT")
final
hashCode int
The hash code for this object.
no setterinherited
instructor Agent?
(Removed in 1.0.0, use 'agent' + 'related_agents' instead) Agent matches 'context:instructor'
final
limit int?
Number of results to retrieve
final
object StatementTarget?
(Removed in 1.0.0, use 'activityID' or 'agent' instead) Activity, Agent, or Statement matches 'object'
final
registration String?
Registration UUID
final
relatedActivities bool?
Match related activities
final
relatedAgents bool?
Match related agents
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
since DateTime?
Match statements stored since specified timestamp
final
sparse bool?
(Removed in 1.0.0, use 'format' instead) Get sparse results
final
until DateTime?
Match statements stored at or before specified timestamp
final
verbID → ValidatedUri?
ID to query on
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toParameterMap(Version version) Map<String, String?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited