| Package | org.restfulx.events |
| Class | public class CacheUpdateEvent |
| Inheritance | CacheUpdateEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| CREATE : int = 3 [static]
| CacheUpdateEvent | ||
| data : Object Data associated with the operation
| CacheUpdateEvent | ||
| DESTROY : int = 5 [static]
| CacheUpdateEvent | ||
| fqn : String Fully qualified name of the model class that got updated
| CacheUpdateEvent | ||
| ID : String = "cacheUpdate" [static] Event identifier
| CacheUpdateEvent | ||
| INDEX : int = 1 [static]
| CacheUpdateEvent | ||
| opType : int The operation that was performed
| CacheUpdateEvent | ||
| serviceProvider : IServiceProvider | CacheUpdateEvent | ||
| SHOW : int = 2 [static]
| CacheUpdateEvent | ||
| UPDATE : int = 4 [static]
| CacheUpdateEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
CacheUpdateEvent(fqn:String, opType:int, serviceProvider:IServiceProvider, data:Object = null)
| CacheUpdateEvent | ||
|
isCreate():Boolean
| CacheUpdateEvent | ||
|
isCreateFor(model:Class):Boolean
| CacheUpdateEvent | ||
|
isDestroy():Boolean
| CacheUpdateEvent | ||
|
isDestroyFor(model:Class):Boolean
| CacheUpdateEvent | ||
|
isFor(model:Class):Boolean
| CacheUpdateEvent | ||
|
isIndex():Boolean
| CacheUpdateEvent | ||
|
isIndexFor(model:Class):Boolean
| CacheUpdateEvent | ||
|
isShow():Boolean
| CacheUpdateEvent | ||
|
isShowFor(model:Class):Boolean
| CacheUpdateEvent | ||
|
isUpdate():Boolean
| CacheUpdateEvent | ||
|
isUpdateFor(model:Class):Boolean
| CacheUpdateEvent | ||
| CREATE | property |
public static var CREATE:int = 3
| data | property |
public var data:ObjectData associated with the operation
| DESTROY | property |
public static var DESTROY:int = 5
| fqn | property |
public var fqn:StringFully qualified name of the model class that got updated
| ID | property |
public static var ID:String = "cacheUpdate"Event identifier
| INDEX | property |
public static var INDEX:int = 1
| opType | property |
public var opType:intThe operation that was performed
| serviceProvider | property |
public var serviceProvider:IServiceProvider
| SHOW | property |
public static var SHOW:int = 2
| UPDATE | property |
public static var UPDATE:int = 4
| CacheUpdateEvent | () | constructor |
public function CacheUpdateEvent(fqn:String, opType:int, serviceProvider:IServiceProvider, data:Object = null)Parameters
fqn:String |
|
opType:int |
|
serviceProvider:IServiceProvider |
|
data:Object (default = null) |
| isCreate | () | method |
public function isCreate():Boolean
Returns
Boolean |
| isCreateFor | () | method |
public function isCreateFor(model:Class):BooleanParameters
model:Class |
Boolean |
| isDestroy | () | method |
public function isDestroy():Boolean
Returns
Boolean |
| isDestroyFor | () | method |
public function isDestroyFor(model:Class):BooleanParameters
model:Class |
Boolean |
| isFor | () | method |
public function isFor(model:Class):BooleanParameters
model:Class |
Boolean |
| isIndex | () | method |
public function isIndex():Boolean
Returns
Boolean |
| isIndexFor | () | method |
public function isIndexFor(model:Class):BooleanParameters
model:Class |
Boolean |
| isShow | () | method |
public function isShow():Boolean
Returns
Boolean |
| isShowFor | () | method |
public function isShowFor(model:Class):BooleanParameters
model:Class |
Boolean |
| isUpdate | () | method |
public function isUpdate():Boolean
Returns
Boolean |
| isUpdateFor | () | method |
public function isUpdateFor(model:Class):BooleanParameters
model:Class |
Boolean |