Interface: IBatchService

Class for working with Batches

Methods

getBatchesByDocument()

getBatchesByDocument(documentId): Promise<number[]>

This class is to retrieve Batch information for the current document

Parameters

documentId: number

Document artifact id for which we are getting batch information

Returns

Promise<number[]>

A Promise of an array of batch information for a document