Uses of Class
org.bidib.wizard.migration.schema.nodes.Nodes
Packages that use Nodes
Package
Description
-
Uses of Nodes in org.bidib.wizard.migration.labels
Methods in org.bidib.wizard.migration.labels that return NodesModifier and TypeMethodDescriptionabstract NodesAbstractWizardLabelMigrator.findAllNodesInWizardLabels(String searchpath) Find all nodes in wizard labels.Bidib2LabelMigrator.findAllNodesInWizardLabels(String searchpath) OldWizardLabelMigrator.findAllNodesInWizardLabels(String searchpath) Find all nodes in wizard labels.WizardLabelMigrator.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 NodesModifier and TypeMethodDescriptionWizardMigrator.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 NodesModifier and TypeMethodDescriptionObjectFactory.createNodes()Create an instance ofNodesNodes.withMigrationXsl(String value) Nodes.withMigratorClass(String value) Nodes.withNodeLabel(Collection<NodeLabel> values) Nodes.withNodeLabel(NodeLabel... values) Nodes.withSearchPath(String value) Methods in org.bidib.wizard.migration.schema.nodes that return types with arguments of type NodesModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Nodes> ObjectFactory.createNodes(Nodes value) Methods in org.bidib.wizard.migration.schema.nodes with parameters of type NodesModifier and TypeMethodDescriptionjavax.xml.bind.JAXBElement<Nodes> ObjectFactory.createNodes(Nodes value)