public class OldWizardLabelMigrator extends AbstractWizardLabelMigrator
| Modifier and Type | Field and Description |
|---|---|
protected static String |
INPUT4_XSL |
protected static String |
INPUT5_XSL |
INPUT2_XSL, INPUT2A_XSL, KEY_MIGRATIONXSL| Constructor and Description |
|---|
OldWizardLabelMigrator() |
| Modifier and Type | Method and Description |
|---|---|
Nodes |
findAllNodesInWizardLabels(String searchpath)
Find all nodes in wizard labels.
|
org.bidib.jbidibc.core.schema.bidiblabels.NodeLabels |
performWizardLabelsMigration(ApplicationContext context,
long uniqueId,
String searchpath)
Perform migration from wizard labels to new node labels.
|
protected org.bidib.jbidibc.core.schema.bidiblabels.NodeLabels |
performWizardLabelsMigration(Map<String,String> params,
String fileName,
String migrationXSL,
String searchpath)
Search labels of one type.
|
appendNodeLabels, doTransform, migrateAndAppendWizardPortLabels, performFindAllNodesInWizardLabels, performFindNodes, performMigrationprotected static final String INPUT4_XSL
protected static final String INPUT5_XSL
public org.bidib.jbidibc.core.schema.bidiblabels.NodeLabels performWizardLabelsMigration(ApplicationContext context, long uniqueId, String searchpath)
The old wizard labels of a node must be collected from multiple files, because each label type has it's own file.
performWizardLabelsMigration in class AbstractWizardLabelMigratorcontext - the migration contextuniqueId - the uniqueIddataXML - the data XMLprotected org.bidib.jbidibc.core.schema.bidiblabels.NodeLabels performWizardLabelsMigration(Map<String,String> params, String fileName, String migrationXSL, String searchpath)
performWizardLabelsMigration in class AbstractWizardLabelMigratoruniqueId - the uniqueId of the nodefileName - the filename to searchsearchpath - the search pathnull if no labels were foundpublic Nodes findAllNodesInWizardLabels(String searchpath)
findAllNodesInWizardLabels in class AbstractWizardLabelMigratorsearchpath - the search pathCopyright © 2019. All rights reserved.