Interface GetVersionNumberStrategy
-
- All Known Implementing Classes:
DefaultGetVersionNumberStrategy
public interface GetVersionNumberStrategyStrategy for getting a new form number based on some parameters.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intexecute(java.lang.String applicationId, java.lang.String formId)Returns the next version number available for a form definition indentified by applicationId and formId
-