Interface IMetricsTransactionImport

All Superinterfaces:
IMetricsTransaction

@Deprecated public interface IMetricsTransactionImport extends IMetricsTransaction
Deprecated.
Metrics Transaction Import
Author:
I-D Media AG
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addTimeTaken(long lMillies)
    Deprecated. 
    void
    incEntityCount(int nCount, long lFirstSpiritProjectId, String sTargetLanguage, boolean bSuccess)
    Deprecated. 
    void
    incPageCount(int nCount, long lFirstSpiritProjectId, String sTargetLanguage, boolean bSuccess)
    Deprecated. 

    Methods inherited from interface com.idmedia.translationstudio.api.specialists.IMetricsTransaction

    incFileCount, saveChanges, setConnectorId
  • Method Details

    • addTimeTaken

      @Deprecated void addTimeTaken(long lMillies)
      Deprecated.
      Import duration information
      Parameters:
      lMillies -
    • incPageCount

      @Deprecated void incPageCount(int nCount, long lFirstSpiritProjectId, String sTargetLanguage, boolean bSuccess)
      Deprecated.
      Increase the number of pages being imported
      Parameters:
      nCount -
      lFirstSpiritProjectId -
      sTargetLanguage -
      bSuccess -
    • incEntityCount

      @Deprecated void incEntityCount(int nCount, long lFirstSpiritProjectId, String sTargetLanguage, boolean bSuccess)
      Deprecated.
      Increase the number of entities being imported
      Parameters:
      nCount -
      lFirstSpiritProjectId -
      sTargetLanguage -
      bSuccess -