RemoteSetAction
Extends:
Action → ReferenceAction → RemoteSetAction
Direct Subclass:
Indirect Subclass:
Static Method Summary
Static Public Methods | ||
public static |
fromSnapshot(session: *, reference: *, snapshot: *): * |
Method Summary
Public Methods | ||
public |
|
|
public |
delete(session: *): * |
|
public |
exec(session: *) |
|
public |
fetch(session: *): * |
|
public |
|
Inherited Summary
From class Action | ||
public |
Execute the action. |
|
public |
Fetch the action value. |
|
public |
Returns an arguments list for creating this instance remotely. |
|
public |
Get a string that represent this class. |
From class ReferenceAction | ||
public |
reference: * |
|
public |
release() |
|
public |
toArgumentsList(): undefined[] |
Static Public Methods
public static fromSnapshot(session: *, reference: *, snapshot: *): * source
Params:
Name | Type | Attribute | Description |
session | * | ||
reference | * | ||
snapshot | * |
Return:
* |
Public Methods
public createInstance() source
public exec(session: *) source
Execute the action.
Override:
Action#execParams:
Name | Type | Attribute | Description |
session | * |
public fetch(session: *): * source
Fetch the action value.
Override:
Action#fetchParams:
Name | Type | Attribute | Description |
session | * |
Return:
* |