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:
ogapiInternalOpenGateAPI - Reference to the API object.
findByOrganizationAndName
function findByOrganizationAndName(organization: string,name: string) -> 'Promise'Performs a get that returns operation type
Arguments:
organizationstring - organizationnamestring - Rule Configuration name
Returns:
Promise