Package com.logicaldoc.barcode
Class ConvertLegacy
- java.lang.Object
 - 
- com.logicaldoc.barcode.ConvertLegacy
 
 
- 
public class ConvertLegacy extends Object
Reads the old barcode patterns in ld_generic and convert them in ld_barcodetemplate (used in upgrading 8.4.1 to 8.4.2) The legacy storage uses generics:- Type: barcode-pattern
 - Subtype: templateId-position(1,2,3..)
 - Integer1: position(1,2,3..)
 - String1: comma separated list of patterns
 - String2: inclusion expressions
 - String3: exclusion expressions
 - String4: admitted barcode formats
 
- Since:
 - 8.4.2
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ConvertLegacy() 
 - 
 
- 
- 
Method Detail
- 
main
public static void main(String[] args) throws IOException, ClassNotFoundException, SQLException
 
 - 
 
 -