Operations

Operations

Operations Objects

class Operations()

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

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - this is configuration about Opengate North API.

builderByOperationName
function builderByOperationName(name: String) -> 'Promise'

Create a builder to create an operation

Arguments:

  • name String - name of the operation to be created

Returns:

  • Promise

getOperationList
function getOperationList() -> '*'

Returns:

  • *

updatePeriodicityBuilder
function updatePeriodicityBuilder(operationId: String) -> 'Promise'

Create a builder to update the periodicity of an operation

Arguments:

  • operationId String - identifier of the operation to be updated~

Returns:

  • Promise