[static]
If true then the backend may apply query reduction optimizations to this query,
possibly merging it with other queries in the same batch, which may cause the
corresponding resultset to contain errors and item generation results originating
from other queries within the same batch.
QueryOption
Property Detail
value
property
value:String Implementation public function get value():String public function set value(value:String):void
Constructor Detail
QueryOption
()
Constructor
public function QueryOption(val:String, immutable:Boolean = false)
Parameters
val:String
immutable:Boolean (default = false)
Method Detail
addEventListener
()
method
public function addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, weakRef:Boolean = false):void
Parameters
type:String
listener:Function
useCapture:Boolean (default = false)
priority:int (default = 0)
weakRef:Boolean (default = false)
dispatchEvent
()
method
public function dispatchEvent(event:Event):Boolean
Parameters
event:Event
Returns
Boolean
equals
()
method
public function equals(another:Object):Boolean
Parameters
another:Object
Returns
Boolean
hasEventListener
()
method
public function hasEventListener(type:String):Boolean
Parameters
type:String
Returns
Boolean
removeEventListener
()
method
public function removeEventListener(type:String, listener:Function, useCapture:Boolean = false):void
Parameters
type:String
listener:Function
useCapture:Boolean (default = false)
toString
()
method
public function toString():StringReturns
String
valueOf
()
method
public function valueOf():ObjectReturns
Object
willTrigger
()
method
public function willTrigger(type:String):Boolean
Parameters
type:String
Returns
Boolean
Constant Detail
DS_CORE_QUERY_TIMEOUT_MS
Constant
public static const DS_CORE_QUERY_TIMEOUT_MS:QueryOption
Time limit for DataService Core queries, triggered by the VISE
{
If true then the backend may apply query reduction optimizations to this query,
possibly merging it with other queries in the same batch, which may cause the
corresponding resultset to contain errors and item generation results originating
from other queries within the same batch.