Class SimpleFactBaseAggregator
java.lang.Object
com.polarion.qcentre.factbase.tools.SimpleFactBaseAggregator
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
aggregete
(IBaseElement[] elements, IFactBase to) static IStructureElement
ensureEntityElement
(IBaseElement entityEl, IStructureElement to, boolean clean) static String
getScope
(IBaseElement baseElement) static IStructureElement
importEntity
(IBaseElement entityEl, IStructureElement to) static IStructureElement
importEntity
(IBaseElement entityEl, IStructureElement to, boolean clean) static IStructureElement
importEntityChildren
(IBaseElement entityEl, IStructureElement to, boolean clean)
-
Field Details
-
SCOPE_PROPERTY
- See Also:
-
ENTITY_EL_TYPE
- See Also:
-
-
Constructor Details
-
SimpleFactBaseAggregator
public SimpleFactBaseAggregator()
-
-
Method Details
-
aggregete
-
ensureEntityElement
public static IStructureElement ensureEntityElement(IBaseElement entityEl, IStructureElement to, boolean clean) -
importEntity
-
importEntity
public static IStructureElement importEntity(IBaseElement entityEl, IStructureElement to, boolean clean) -
importEntityChildren
public static IStructureElement importEntityChildren(IBaseElement entityEl, IStructureElement to, boolean clean) -
getScope
-