Operation Type Finder

OperationTypeFinder

OperationTypeFinder Objects

class OperationTypeFinder()

This class allow make get request to OperationType resource into Opengate North API.

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - Reference to the API object.

findByOrganizationAndName
function findByOrganizationAndName(organization: string,name: string) -> 'Promise'

Performs a get that returns operation type

Arguments:

  • organization string - organization
  • name string - Rule Configuration name

Returns:

  • Promise