Home Manual Reference Source Test Repository
import BulkExecutionFinder from 'opengate-js/src/bulk/BulkExecutionFinder.js'
public class | source

BulkExecutionFinder

Extends:

GenericFinder → BulkExecutionFinder

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

Constructor Summary

Public Constructor
public

Constructor

Method Summary

Public Methods
public

findByOrganizationAndId(organization: string, id: string, mimetype: string): Promise

Download a specific entity by its organization and id.

Public Constructors

public constructor(Reference: InternalOpenGateAPI) source

Constructor

Override:

GenericFinder#constructor

Params:

NameTypeAttributeDescription
Reference InternalOpenGateAPI

to the API object.

Public Methods

public findByOrganizationAndId(organization: string, id: string, mimetype: string): Promise source

Download a specific entity by its organization and id. This execute a GET http method

Params:

NameTypeAttributeDescription
organization string

organization.

id string

bulk id.

mimetype string

Format of file when get the result details of previously created bulk process.

Return:

Promise