Interface FeatureProgress

All Superinterfaces:
ActionProgress, Serializable

public interface FeatureProgress extends ActionProgress
Action progress definition representing the progress of a server side feature transport file creation process.
Since:
5.0.111
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The byte count written up to now during feature transport file creation.
    int
    The count of elements currently processed during feature transport file creation.
    int
    The count of entities (data records) currently processed during feature transport file creation.
    The feature file representing the feature transport zip file created by the server side process.

    Methods inherited from interface de.espirit.firstspirit.access.ActionProgress

    getLog, getProgress, getStatus, isFinished
  • Method Details

    • getElementCount

      int getElementCount()
      The count of elements currently processed during feature transport file creation.
      Since:
      5.0.111
    • getEntityCount

      int getEntityCount()
      The count of entities (data records) currently processed during feature transport file creation.
      Since:
      5.0.111
    • getByteCount

      long getByteCount()
      The byte count written up to now during feature transport file creation.
      Since:
      5.0.111
    • getFeatureFile

      FeatureFile getFeatureFile()
      The feature file representing the feature transport zip file created by the server side process.
      Since:
      5.0.111
      See Also: