Interface ITranslationChecksums

All Superinterfaces:
AutoCloseable, Closeable

public interface ITranslationChecksums extends Closeable
  • Method Details

    • getChecksum

      @NotNull @NotNull String getChecksum(@NotNull @NotNull String sElementUid, @NotNull @NotNull String sConnector)
    • saveChecksum

      boolean saveChecksum(@NotNull @NotNull String sElementUid, @NotNull @NotNull String sConnector, @NotNull @NotNull String sChecksum)
    • bulkBegin

      boolean bulkBegin()
    • bulkCommit

      boolean bulkCommit()