Home Reference Source
import RemoteSetPropertyCacheAction from 'remote-context/lib/actions/RemoteSetPropertyCacheAction.js'
public class | source

RemoteSetPropertyCacheAction

Extends:

ActionReferenceActionReferencePropertyAction → RemoteSetPropertyCacheAction

Static Method Summary

Static Public Methods
public static

fromLocal(session: *, reference: *, property: *, getterValue: *): *

Constructor Summary

Public Constructor
public

Member Summary

Public Members
public

Method Summary

Public Methods
public

exec(session: *)

public

fetch(session: *)

public

Inherited Summary

From class Action
public

exec(session: Session): undefined | Promise

Execute the action.

public

fetch(session: Session): *

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
public
public
From class ReferencePropertyAction
public static

fromProperty(session: *, reference: *, property: *): *

public
public

Static Public Methods

public static fromLocal(session: *, reference: *, property: *, getterValue: *): * source

Params:

NameTypeAttributeDescription
session *
reference *
property *
getterValue *

Return:

*

Public Constructors

public constructor() source

Override:

ReferencePropertyAction#constructor

Public Members

public getterValue: * source

Public Methods

public exec(session: *) source

Execute the action.

Override:

Action#exec

Params:

NameTypeAttributeDescription
session *

public fetch(session: *) source

Fetch the action value.

Override:

Action#fetch

Params:

NameTypeAttributeDescription
session *

public toArgumentsList(): undefined[] source

Returns an arguments list for creating this instance remotely.

Override:

ReferencePropertyAction#toArgumentsList

Return:

undefined[]