Home Manual Reference Source Test Repository
public class | source

Operations

This class generates all operations builders by a response to search into catalog/operations

Constructor Summary

Public Constructor
public

Constructor

Method Summary

Public Methods
public

Create a builder to create an operation

public
public

Create a builder to update the periodicity of an operation

Public Constructors

public constructor(ogapi: InternalOpenGateAPI) source

Constructor

Params:

NameTypeAttributeDescription
ogapi InternalOpenGateAPI
  • nullable: false

this is configuration about Opengate North API.

Public Methods

public builderByOperationName(name: String): Promise source

Create a builder to create an operation

Params:

NameTypeAttributeDescription
name String
  • nullable: false

name of the operation to be created

Return:

Promise

public getOperationList(): * source

Return:

*

public updatePeriodicityBuilder(operationId: String): Promise source

Create a builder to update the periodicity of an operation

Params:

NameTypeAttributeDescription
operationId String
  • nullable: false

identifier of the operation to be updated~

Return:

Promise