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 MetaView
compute()
String
getDependentFeatures()
String
getDependentModules()
-
-
-
Method Detail
-
compute
public MetaView compute() throws javax.xml.bind.JAXBException, ParserConfigurationException, IOException, SAXException, XPathExpressionException
- Throws:
javax.xml.bind.JAXBException
ParserConfigurationException
IOException
SAXException
XPathExpressionException
-
getDependentModules
public String getDependentModules()
-
getDependentFeatures
public String getDependentFeatures()
-
-