Uses of Class
org.bidib.wizard.migration.schema.nodes.Nodes
-
Packages that use Nodes Package Description org.bidib.wizard.migration.labels org.bidib.wizard.migration.migrator org.bidib.wizard.migration.schema.nodes -
-
Uses of Nodes in org.bidib.wizard.migration.labels
Methods in org.bidib.wizard.migration.labels that return Nodes Modifier and Type Method Description abstract NodesAbstractWizardLabelMigrator. findAllNodesInWizardLabels(String searchpath)Find all nodes in wizard labels.NodesBidib2LabelMigrator. findAllNodesInWizardLabels(String searchpath)NodesOldWizardLabelMigrator. findAllNodesInWizardLabels(String searchpath)Find all nodes in wizard labels.NodesWizardLabelMigrator. findAllNodesInWizardLabels(String searchpath)Find all nodes in wizard labels.static NodesNodesFactory. loadNodes(InputStream is)protected NodesAbstractWizardLabelMigrator. performFindAllNodesInWizardLabels(String fileName, String transformationXSL, String searchpath)Search labels of one type.protected NodesWizardLabelMigrator. performFindAllNodesInWizardLabels(String fileName, String transformationXSL, String searchpath)protected NodesAbstractWizardLabelMigrator. performFindNodes(Map<String,String> params, InputStream dataXML, String migrationXSL) -
Uses of Nodes in org.bidib.wizard.migration.migrator
Methods in org.bidib.wizard.migration.migrator that return Nodes Modifier and Type Method Description NodesWizardMigrator. findAllNodesInWizardLabels(Class<?>[] migratorClassHolder, String... searchpaths)Find all nodes in wizard labels. -
Uses of Nodes in org.bidib.wizard.migration.schema.nodes
Methods in org.bidib.wizard.migration.schema.nodes that return Nodes Modifier and Type Method Description NodesObjectFactory. createNodes()Create an instance ofNodesNodesNodes. withMigrationXsl(String value)NodesNodes. withMigratorClass(String value)NodesNodes. withNodeLabel(Collection<NodeLabel> values)NodesNodes. withNodeLabel(NodeLabel... values)NodesNodes. withSearchPath(String value)Methods in org.bidib.wizard.migration.schema.nodes that return types with arguments of type Nodes Modifier and Type Method Description javax.xml.bind.JAXBElement<Nodes>ObjectFactory. createNodes(Nodes value)Methods in org.bidib.wizard.migration.schema.nodes with parameters of type Nodes Modifier and Type Method Description javax.xml.bind.JAXBElement<Nodes>ObjectFactory. createNodes(Nodes value)
-