Reference Source
public class | source

ExecutableCommand

Extends:

devapt-core-common/dist/js/base/executable~Executable → ExecutableCommand

Constructor Summary

Public Constructor
public

constructor(): nothing

Create an Executable command.

Member Summary

Protected Members
protected

Executable server.

protected

Executable settings.

Method Summary

Public Methods
public

execute(arg_data: object): object

Execution with contextual informations.

public

prepare(arg_settings: object): nothing

Prepare an execution with contextual informations.

Public Constructors

public constructor(): nothing source

Create an Executable command.

Return:

nothing

Protected Members

protected server: object source

Executable server.

protected store_config: object source

Executable settings.

Public Methods

public execute(arg_data: object): object source

Execution with contextual informations.

Params:

NameTypeAttributeDescription
arg_data object

execution datas.

Return:

object

promise

public prepare(arg_settings: object): nothing source

Prepare an execution with contextual informations.

Params:

NameTypeAttributeDescription
arg_settings object

execution settings.

Return:

nothing