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:
ogapiInternalOpenGateAPI - this is configuration about Opengate North API.
builderByOperationName
function builderByOperationName(name: String) -> 'Promise'Create a builder to create an operation
Arguments:
nameString - 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:
operationIdString - identifier of the operation to be updated~
Returns:
Promise