Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBatchService

Class for working with Batches

Hierarchy

  • IBatchService

Index

Methods

getBatchesByDocument

  • getBatchesByDocument(documentId: number): 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