Interface IVersionProcedure<V extends IVersion>

Type Parameters:
V - type of the versions
All Known Implementing Classes:
RetrieveVersionsProcedure

public interface IVersionProcedure<V extends IVersion>
A procedure that can be run on a IVersion.
Author:
ActiveViam
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(V version)
    Executes the procedure on this version.
  • Method Details

    • execute

      boolean execute(V version)
      Executes the procedure on this version.
      Parameters:
      version - the version
      Returns:
      true if the procedure wants to continue with the next version, false otherwise