- Inheritance
- Object
- BrokerQueryCommand
- QueryCommandList
Constructors
- QueryCommandList(Object path, BrokerQueryManager manager)
Properties
- parsedpath → List<_ListNodeMatch>
-
read / write
- rawpath → List<String>
-
read / write
- base → BrokerQueryCommand
-
read / write, inherited
- hashCode → int
-
The hash code for this object.
read-only, inherited - nexts → Set<BrokerQueryCommand>
-
read / write, inherited
- responses → Set<InvokeResponse>
-
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
addNext(
BrokerQueryCommand next) → void -
destroy(
) → void -
init(
) → void -
init after checking command is not a duplication
-
toString(
) → String -
Returns a string representation of this object.
-
updateFromBase(
List updates) → void -
updateRow(
List row) → void -
addResponse(
InvokeResponse response) → void -
inherited
-
getQueryId(
) → String -
return a unified String as the key of the map
inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
removeNext(
BrokerQueryCommand next) → void -
inherited