Class SimpleFactBaseAggregator
java.lang.Object
com.polarion.qcentre.factbase.tools.SimpleFactBaseAggregator
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidaggregete(IBaseElement[] elements, IFactBase to) static IStructureElementensureEntityElement(IBaseElement entityEl, IStructureElement to, boolean clean) static StringgetScope(IBaseElement baseElement) static IStructureElementimportEntity(IBaseElement entityEl, IStructureElement to) static IStructureElementimportEntity(IBaseElement entityEl, IStructureElement to, boolean clean) static IStructureElementimportEntityChildren(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
-