Uses of Class
overit.geocall.xml.XMLTree
Packages that use XMLTree
Package
Description
-
Uses of XMLTree in overit.geocall.basic.ui
Methods in overit.geocall.basic.ui with parameters of type XMLTreeModifier and TypeMethodDescriptionvoidWindow.showPanel(XMLTree xmlt, String xml, Serializable params, Container caller) Show thePaneldefined by the xml passed as a parameter.
The xml passed as parameter must represent a Panel object otherwise a ClassCastException will be raised.voidWindow.showPanel(XMLTree xmlt, String xml, Serializable params, Container caller, boolean refreshPage) Show thePaneldefined by the xml passed as a parameter.
The xml passed as parameter must represent a Panel object otherwise a ClassCastException will be raised. -
Uses of XMLTree in overit.geocall.basic.ui.container
Methods in overit.geocall.basic.ui.container that return XMLTreeModifier and TypeMethodDescriptionprotected XMLTreeTaskBarPage.getReachableChild(XMLTree tree, String path) Returns the child tree at the desired pathMethods in overit.geocall.basic.ui.container with parameters of type XMLTreeModifier and TypeMethodDescriptionprotected voidTaskBar.addUnlicensedBadge(org.apache.ecs.ConcreteElement i, XMLTree node) protected XMLTreeTaskBarPage.getReachableChild(XMLTree tree, String path) Returns the child tree at the desired pathMethod parameters in overit.geocall.basic.ui.container with type arguments of type XMLTreeModifier and TypeMethodDescriptionprotected SortableMenuTaskBar.getDropDownFavoritesMenu(List<XMLTree> favoriteNodes, Teacher t) Gets the drop down menu that will be used to customize the favorites user menu. -
Uses of XMLTree in overit.geocall.basic.ui.control
Methods in overit.geocall.basic.ui.control with parameters of type XMLTreeModifier and TypeMethodDescriptionprotected voidAdds a property entry.protected StringTaskBoxFavoritesMenu.getOriginalPathTooltip(XMLTree node) voidSets a XMLTree.Method parameters in overit.geocall.basic.ui.control with type arguments of type XMLTree -
Uses of XMLTree in overit.geocall.cxf
Fields in overit.geocall.cxf declared as XMLTree -
Uses of XMLTree in overit.geocall.da
Fields in overit.geocall.da declared as XMLTreeModifier and TypeFieldDescriptionprotected XMLTreeXMLTask._requestprotected XMLTreeXMLTask._responseMethods in overit.geocall.da that return XMLTreeMethods in overit.geocall.da with parameters of type XMLTree -
Uses of XMLTree in overit.geocall.mail
Fields in overit.geocall.mail declared as XMLTreeMethods in overit.geocall.mail that return XMLTreeConstructors in overit.geocall.mail with parameters of type XMLTree -
Uses of XMLTree in overit.geocall.model.format
Methods in overit.geocall.model.format that return XMLTreeModifier and TypeMethodDescriptionXMLTreeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp, DeserializationContext dc) protected XMLTreeXMLTreeDeserializer.parseArray(com.fasterxml.jackson.core.JsonParser jp, DeserializationContext dc) protected XMLTreeXMLTreeDeserializer.parseObject(com.fasterxml.jackson.core.JsonParser jp, DeserializationContext dc) Methods in overit.geocall.model.format with parameters of type XMLTreeModifier and TypeMethodDescriptionvoidXMLTreeSerializer.serialize(XMLTree x, com.fasterxml.jackson.core.JsonGenerator jg, SerializerProvider sp) -
Uses of XMLTree in overit.geocall.platform.ui
Methods in overit.geocall.platform.ui with parameters of type XMLTreeModifier and TypeMethodDescriptionstatic <T> TReturns an instance of the UI class searching for an eventual personalization of the classstatic <T> TReturns an instance of the UI class searching for an eventual personalization of the classstatic <T> TReturns an instance of the UI class searching for an eventual personalization of the classstatic <T> TUIFactory.make(XMLTree tree, String resource, Object caller, String xsl, UINode parent, boolean useCache) Returns an instance of the UI class searching for an eventual personalization of the class -
Uses of XMLTree in overit.geocall.ui
Fields in overit.geocall.ui declared as XMLTreeFields in overit.geocall.ui with type parameters of type XMLTreeMethods in overit.geocall.ui that return XMLTreeModifier and TypeMethodDescriptionUIMenu.getXMLTree()Returns theXMLTreethat defines the menu voices and structureMethods in overit.geocall.ui that return types with arguments of type XMLTreeModifier and TypeMethodDescriptionWindowManager.getMenuFavourites()Gets the list ofXMLTreefavorites nodes for the active window.Methods in overit.geocall.ui with parameters of type XMLTreeModifier and TypeMethodDescriptionstatic voidstatic voidMethod parameters in overit.geocall.ui with type arguments of type XMLTreeModifier and TypeMethodDescriptionstatic voidvoidWindowManager.setMenuFavourites(List<XMLTree> l) Sets the list ofXMLTreefavorites nodes for the active window.Constructors in overit.geocall.ui with parameters of type XMLTree -
Uses of XMLTree in overit.geocall.util
Methods in overit.geocall.util that return XMLTreeModifier and TypeMethodDescriptionprotected static XMLTreeCatalogue.getChildByName(XMLTree x, String name) Methods in overit.geocall.util with parameters of type XMLTreeModifier and TypeMethodDescriptionprotected static XMLTreeCatalogue.getChildByName(XMLTree x, String name) -
Uses of XMLTree in overit.geocall.util.services
Methods in overit.geocall.util.services with parameters of type XMLTreeModifier and TypeMethodDescriptionvoidStreamer.out(XMLTree x, OutputStream os) Write the Tree in the output stream -
Uses of XMLTree in overit.geocall.ux.platform
Methods in overit.geocall.ux.platform with parameters of type XMLTreeModifier and TypeMethodDescriptionRouteService.getRouteNameFromResource(String resource, XMLTree menu, Company c) Gets the route's name to reach the xml page indicated by the path passed as a parameter.RoutesCollectorService.getRoutesMap(XMLTree menu, Company c) Gets the map of all routes related to the currentCustomLayer.
The routes collected into the map were those that belongs to the user menu.RoutesCollectorServiceImpl.getRoutesMap(XMLTree menu, Company c) -
Uses of XMLTree in overit.geocall.xml
Fields in overit.geocall.xml declared as XMLTreeModifier and TypeFieldDescriptionprotected XMLTreeXMLTable._dataprotected XMLTreeXMLTable._metadataprotected XMLTreeXMLTree.ParentIterator._xMethods in overit.geocall.xml that return XMLTreeModifier and TypeMethodDescriptionAdds an XMLTree as a child in the i-th position.Adds an XMLTree as a childXMLTree.copyNode()Copies the single current node and its attributes.protected XMLTreeprotected XMLTreeDeletes the child of the XMLTree with the desired name passed as parameterXMLTree.getAbsoluteChild(String path) Returns a child (or grandson) of the XMLTree, searching it by the pathXMLTree.getChild(int i) Returns the child of the XMLTree at the desired i-th positionReturns the child of the XMLTree with the desired name passed as parameterXMLTree.getChildNodeByAttribute(String attr, Object value) Gets the specific node related to the attribute and the value passed by paramter.
if there is no nodes that has that attribute or that value for the attribute, null will be returned.XMLTree.getDeepChild(String path) Returns a child (or grandson) of the XMLTree, searching it by the pathXMLTable.getMetadata()Returns the metadata of the XMLTableXMLTree.getParent()Returns the parent node of the XMLTreeXMLTree.getRoot()Returns a root element of a given tree by traversing upward the parent nodes.Returns theXMLTreethat corresponds to the XMLTableReturns theXMLTreethat corresponds to the XMLTablestatic XMLTreeCreates and returns theXMLTreethat corresponds to the resource passed as parameterstatic XMLTreeCreates and returns theXMLTreethat corresponds to the resource passed as parameterstatic XMLTreeCreates and returns theXMLTreethat corresponds to the resource passed as parameterstatic XMLTreeprotected XMLTreeXMLTable.metadataFromFields(HashSet fields) protected XMLTreeXMLTable.metadataFromValues(HashMap types) XMLTree.searchDeepChild(String name) Returns a child (or grandson) of the XMLTree, searching it by the nameMethods in overit.geocall.xml that return types with arguments of type XMLTreeModifier and TypeMethodDescriptionXMLTree.childrenIterator()Returns an Iterator over the childs of the XMLTreeXMLTree.childrenIterator(String tagName) Returns aFilteredIteratorover the childs of the XMLTreeXMLTree.getChildren()Returns the children of the XMLTreeMethods in overit.geocall.xml with parameters of type XMLTreeModifier and TypeMethodDescriptionAdds an XMLTree as a child in the i-th position.Adds an XMLTree as a childprotected NodeXMLTree.createElement(XMLTree xmlt, Document doc) booleanReturns true if the current node is equal to the given one without considering parents or children nodes.voidXMLTable.setMetadata(XMLTree metadata) Sets the metadata of the XMLTable using theXMLTreepassed as parameterMethod parameters in overit.geocall.xml with type arguments of type XMLTreeModifier and TypeMethodDescriptionvoidXMLTree.setChildren(ArrayList<XMLTree> children) Sets the children of the XMLTreeConstructors in overit.geocall.xml with parameters of type XMLTreeModifierConstructorDescriptionCreates an XMLTable starting from theXMLTreepassed as parameterXMLTable(XMLTree xmlt, SimpleDateFormat sdf) Creates an XMLTable starting from theXMLTreeand theSimpleDateFormatpassed as parametersXMLTable(XMLTree xmlt, SimpleDateFormat sdf, String timeZone) Creates an XMLTable starting from theXMLTreeand theSimpleDateFormatpassed as parametersCreates a new XMLTree by cloning an existing one. -
Uses of XMLTree in overit.geocallapp.wfm.ai
Methods in overit.geocallapp.wfm.ai with parameters of type XMLTreeModifier and TypeMethodDescriptionprotected static booleanMenuUtilsAI.find(ArrayList<MenuUtilsAI.MenuNode> paths, XMLTree current, ArrayList<XMLTree> parents, Teacher t) static List<MenuUtilsAI.MenuNode> MenuUtilsAI.findMenuNodesFromNode(XMLTree node, Teacher t) Search indside the menu tree all the items that contains the query passed as parameter into their label. -
Uses of XMLTree in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.task
Methods in overit.geocallapp.wfm.core.bl.schedule.intervention.outcome.interventiongroup.task with parameters of type XMLTreeModifier and TypeMethodDescriptionprotected voidBTUpgradeOldInterventionGroups.convertGIInputConfig(XMLTree tree) protected voidBTUpgradeOldInterventionGroups.convertGIInterventionGroup(XMLTree tree) protected voidBTUpgradeOldInterventionGroups.convertGISection(XMLTree tree) protected voidBTUpgradeOldInterventionGroups.convertType(XMLTree tree) protected voidBTUpgradeOldInterventionGroups.translateAttributes(XMLTree tree) -
Uses of XMLTree in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic
Methods in overit.geocallapp.wfm.core.ux.datacollection.sheet.dynamic that return XMLTree -
Uses of XMLTree in overit.geocallapp.wfm.notifications.constraint
Methods in overit.geocallapp.wfm.notifications.constraint that return XMLTreeModifier and TypeMethodDescriptionprotected XMLTreeNotificationConstraintsFactory.loadConfiguration()