Class GroupContext
java.lang.Object
org.qubership.atp.dataset.service.jpa.model.dscontext.GroupContext
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroupContext(List<DataSetContext> previousLevelDataSets, Attribute parentDataSetListReferenceAttribute, OverlapNode overlaps, List<UUID> parentPath, List<AttributeTypeName> attributeTypeNames, CycleChecker cycleChecker, List<UUID> pathRestrictions, UUID dataSetListId, org.springframework.data.domain.Pageable pageable) Group context with hierarchy. -
Method Summary
-
Constructor Details
-
GroupContext
public GroupContext(List<DataSetContext> previousLevelDataSets, Attribute parentDataSetListReferenceAttribute, OverlapNode overlaps, List<UUID> parentPath, List<AttributeTypeName> attributeTypeNames, CycleChecker cycleChecker, List<UUID> pathRestrictions, UUID dataSetListId, org.springframework.data.domain.Pageable pageable) Group context with hierarchy.
-