Package com.axelor.meta.loader
Class ComputedViewXmlProcessor
- java.lang.Object
-
- com.axelor.meta.loader.AbstractXmlProcessor
-
- com.axelor.meta.loader.ComputedViewXmlProcessor
-
public class ComputedViewXmlProcessor extends AbstractXmlProcessor
Compute xml of computed views from base view and their extensions.
-
-
Field Summary
-
Fields inherited from class com.axelor.meta.loader.AbstractXmlProcessor
XPATH_EXPRESSION_CACHE
-
-
Constructor Summary
Constructors Constructor Description ComputedViewXmlProcessor(MetaView baseView, List<MetaView> extendsViews)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Documentcompute()Set<String>getDependentFeatures()Set<String>getDependentModules()-
Methods inherited from class com.axelor.meta.loader.AbstractXmlProcessor
evaluateXPath, filterElements, findElements, findViewNode, getNodeAttributeValue, nodeListToList, nodeListToStream
-
-
-
-
Method Detail
-
compute
public Document compute() throws ParserConfigurationException, IOException, SAXException, XPathExpressionException
-
-