Package | com.asfusion.mate.actionLists |
Class | public final class ScopeProperties |
ISmartObject
s
Constant | Defined by | ||
---|---|---|---|
CACHE : String = "cache" [static]
Cache of
IAction | 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 |
CACHE | constant |
public static const CACHE:String = "cache"
Cache of IAction
instances
CURENT_EVENT | constant |
public static const CURENT_EVENT:String = "currentEvent"
Current Event, different from the original event when a sub-action-list is running.
DATA | constant |
public static const DATA:String = "data"
Data Object (holder for custom data)
EVENT | constant |
public static const EVENT:String = "event"
Original Event that triggered the IActionList
FAULT | constant |
public static const FAULT:String = "fault"
Fault Object from a service
LAST_RETURN | constant |
public static const LAST_RETURN:String = "lastReturn"
return from the last IAction
run
MESSAGE | constant |
public static const MESSAGE:String = "message"
Message from DataServices
RESULT | constant |
public static const RESULT:String = "result"
Result Object from a service
SCOPE | constant |
public static const SCOPE:String = "scope"
Scope of the IActionList