import ReflectPromiseAction from 'remote-context/lib/actions/ReflectPromiseAction.js'ReflectPromiseAction
Extends:
Static Method Summary
| Static Public Methods | ||
| public static |
fromValue(session: *, target: *, resolve: *, reject: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
|
|
Method Summary
| Public Methods | ||
| public |
exec(session: *) |
|
| public |
fetch(session: *) |
|
| public |
release(session: *) |
|
| public |
toArgumentsList(): undefined[] |
|
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 ReflectAction | ||
| public |
target: * |
|
| public |
fetchTarget(session: *): * |
|
| public |
toArgumentsList(): undefined[] |
|
Static Public Methods
public static fromValue(session: *, target: *, resolve: *, reject: *): * source
Params:
| Name | Type | Attribute | Description |
| session | * | ||
| target | * | ||
| resolve | * | ||
| reject | * |
Return:
| * |
Public Constructors
Public Methods
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 | * |
public release(session: *) source
Params:
| Name | Type | Attribute | Description |
| session | * |
public toArgumentsList(): undefined[] source
Returns an arguments list for creating this instance remotely.
