Uses of Enum Class
org.qubership.atp.dataset.service.jpa.ContextType
Packages that use ContextType
Package
Description
-
Uses of ContextType in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa that return ContextTypeModifier and TypeMethodDescriptionstatic ContextTypeReturns the enum constant of this class with the specified name.static ContextType[]ContextType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.qubership.atp.dataset.service.jpa with parameters of type ContextTypeModifier and TypeMethodDescriptionJpaDataSetService.getDataSetTreeInAtpFormat(UUID dataSetId, boolean evaluate, String atpContext, ContextType contextType) List<org.json.simple.JSONObject> JpaDataSetService.getDataSetTreeInAtpFormat(UUID dataSetId, boolean evaluate, String atpContext, ContextType contextType, Integer numberOfCopies) -
Uses of ContextType in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl with parameters of type ContextTypeModifier and TypeMethodDescriptionJpaDataSetServiceImpl.getDataSetTreeInAtpFormat(UUID dataSetId, boolean evaluate, String atpContextString, ContextType contextType) List<org.json.simple.JSONObject> JpaDataSetServiceImpl.getDataSetTreeInAtpFormat(UUID dataSetId, boolean evaluate, String atpContextString, ContextType contextType, Integer numberOfCopies) -
Uses of ContextType in org.qubership.atp.dataset.service.jpa.model.tree.ds
Constructors in org.qubership.atp.dataset.service.jpa.model.tree.ds with parameters of type ContextTypeModifierConstructorDescriptionDataSetGroup(GroupContext groupContext, int column, boolean evaluate, MacroContext macroContext, DataSetParameterProvider dataSetParameterProvider, ContextType contextType, OverlapNode rootOverlapNode) DS group default constructor for DS tree.DataSetTree(DataSetContext dataSetContext, int column, boolean evaluate, MacroContext macroContext, DataSetListContext dataSetListContext, DataSetParameterProvider dataSetParameterProvider, ContextType contextType) Default constructor.