Package com.axelor.meta.loader
Class ComputedViewProcessor
- java.lang.Object
-
- com.axelor.meta.loader.ComputedViewProcessor
-
public class ComputedViewProcessor extends Object
Create computed view from base view and their extensions.
-
-
Constructor Summary
Constructors Constructor Description ComputedViewProcessor(MetaView baseView, List<MetaView> extendsViews)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetaViewcompute()StringgetDependentFeatures()StringgetDependentModules()
-
-
-
Method Detail
-
compute
public MetaView compute() throws javax.xml.bind.JAXBException, ParserConfigurationException, IOException, SAXException, XPathExpressionException
- Throws:
javax.xml.bind.JAXBExceptionParserConfigurationExceptionIOExceptionSAXExceptionXPathExpressionException
-
getDependentModules
public String getDependentModules()
-
getDependentFeatures
public String getDependentFeatures()
-
-