Package com.qfs.multiversion
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
-
Method Details
-
execute
Executes the procedure on this version.- Parameters:
version- the version- Returns:
trueif the procedure wants to continue with the next version,falseotherwise
-