Packagecom.asfusion.mate.actionLists
Classpublic final class ScopeProperties

This class is a list of available types for ISmartObjects



Public Constants
 ConstantDefined by
  CACHE : String = "cache"
[static] Cache of IAction instances
ScopeProperties
  CURENT_EVENT : String = "currentEvent"
[static] Current Event, different from the original event when a sub-action-list is running.
ScopeProperties
  DATA : String = "data"
[static] Data Object (holder for custom data)
ScopeProperties
  EVENT : String = "event"
[static] Original Event that triggered the IActionList
ScopeProperties
  FAULT : String = "fault"
[static] Fault Object from a service
ScopeProperties
  LAST_RETURN : String = "lastReturn"
[static] return from the last IAction run
ScopeProperties
  MESSAGE : String = "message"
[static] Message from DataServices
ScopeProperties
  RESULT : String = "result"
[static] Result Object from a service
ScopeProperties
  SCOPE : String = "scope"
[static] Scope of the IActionList
ScopeProperties
Constant detail
CACHEconstant
public static const CACHE:String = "cache"

Cache of IAction instances

CURENT_EVENTconstant 
public static const CURENT_EVENT:String = "currentEvent"

Current Event, different from the original event when a sub-action-list is running.

DATAconstant 
public static const DATA:String = "data"

Data Object (holder for custom data)

EVENTconstant 
public static const EVENT:String = "event"

Original Event that triggered the IActionList

FAULTconstant 
public static const FAULT:String = "fault"

Fault Object from a service

LAST_RETURNconstant 
public static const LAST_RETURN:String = "lastReturn"

return from the last IAction run

MESSAGEconstant 
public static const MESSAGE:String = "message"

Message from DataServices

RESULTconstant 
public static const RESULT:String = "result"

Result Object from a service

SCOPEconstant 
public static const SCOPE:String = "scope"

Scope of the IActionList