Uses of Enum Class
org.qubership.atp.dataset.service.jpa.model.AttributeTypeName
Packages that use AttributeTypeName
Package
Description
-
Uses of AttributeTypeName in org.qubership.atp.dataset.db.jpa
Methods in org.qubership.atp.dataset.db.jpa that return AttributeTypeNameMethods in org.qubership.atp.dataset.db.jpa with parameters of type AttributeTypeNameModifier and TypeMethodDescriptionModelsProvider.replicateAttribute(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) Replicate attribute attribute.Method parameters in org.qubership.atp.dataset.db.jpa with type arguments of type AttributeTypeNameModifier and TypeMethodDescriptionorg.springframework.data.domain.Page<AttributeEntity> ModelsProvider.getAttributesPageableByDslId(UUID uuid, List<AttributeTypeName> attributeTypesToLoad, org.springframework.data.domain.Pageable pageable) Get pageable attributes. -
Uses of AttributeTypeName in org.qubership.atp.dataset.db.jpa.entities
Methods in org.qubership.atp.dataset.db.jpa.entities that return AttributeTypeName -
Uses of AttributeTypeName in org.qubership.atp.dataset.service.jpa
Methods in org.qubership.atp.dataset.service.jpa with parameters of type AttributeTypeNameModifier and TypeMethodDescriptionJpaAttributeService.create(String name, AttributeTypeName type, UUID dataSetListId) JpaAttributeService.create(String name, AttributeTypeName type, UUID dataSetListId, UUID typeDataSetListId, List<String> listValues) JpaAttributeService.createWithoutCommitting(String name, AttributeTypeName type, UUID dataSetListId) JpaAttributeService.replicate(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) -
Uses of AttributeTypeName in org.qubership.atp.dataset.service.jpa.delegates
Methods in org.qubership.atp.dataset.service.jpa.delegates that return AttributeTypeNameMethods in org.qubership.atp.dataset.service.jpa.delegates with parameters of type AttributeTypeNameModifier and TypeMethodDescriptionDataSetList.createAttribute(String name, AttributeTypeName type) Creates new attribute with name and type.DataSetList.createAttribute(String name, AttributeTypeName type, Integer ordering) Creates new attribute with name, type and ordering.DataSetList.insertAttribute(UUID id, String name, AttributeTypeName type, int ordering) Creates new attribute with name and type.voidAttribute.setAttributeType(AttributeTypeName type) Method parameters in org.qubership.atp.dataset.service.jpa.delegates with type arguments of type AttributeTypeNameModifier and TypeMethodDescriptionDataSetList.getAttributesByTypes(List<AttributeTypeName> attributeTypeNames) Returns attributes filtered by type.org.springframework.data.domain.Page<AttributeEntity> DataSetList.getAttributesByTypesPageable(UUID uuid, List<AttributeTypeName> attributeTypeNames, org.springframework.data.domain.Pageable pageable) Get page of attributes.DataSetList.getAttributesOfPage(org.springframework.data.domain.Page<AttributeEntity> entities, List<AttributeTypeName> attributeTypeNames) Extract attributes of page. -
Uses of AttributeTypeName in org.qubership.atp.dataset.service.jpa.impl
Methods in org.qubership.atp.dataset.service.jpa.impl with parameters of type AttributeTypeNameModifier and TypeMethodDescriptionJpaAttributeServiceImpl.create(String name, AttributeTypeName type, UUID dataSetListId) JpaAttributeServiceImpl.create(String name, AttributeTypeName type, UUID dataSetListId, UUID typeDataSetListId, List<String> listValues) JpaAttributeServiceImpl.createWithoutCommitting(String name, AttributeTypeName type, UUID dataSetListId) Creates attribute without committing.DataSetParameterProvider.getDataSetParameterResolved(UUID dataSetListId, UUID dataSetParameterId, AttributeTypeName attributeType, boolean evaluate, MacroContext macroContext, ParameterPositionContext parameterPositionContext) Returns parameter implementation, depending on it's type.JpaAttributeServiceImpl.replicate(UUID id, String name, AttributeTypeName type, UUID dataSetListId, UUID sourceId) -
Uses of AttributeTypeName in org.qubership.atp.dataset.service.jpa.model
Methods in org.qubership.atp.dataset.service.jpa.model that return AttributeTypeNameModifier and TypeMethodDescriptionstatic AttributeTypeNameAttributeTypeName.getTypeById(Long id) Enum by it's id.static AttributeTypeNameAttributeTypeName.getTypeByName(String name) Enum by it's name.static AttributeTypeNameReturns the enum constant of this class with the specified name.static AttributeTypeName[]AttributeTypeName.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AttributeTypeName in org.qubership.atp.dataset.service.jpa.model.tree.params
Methods in org.qubership.atp.dataset.service.jpa.model.tree.params that return AttributeTypeName -
Uses of AttributeTypeName in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server with parameters of type AttributeTypeNameModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<AttributeCreateResponse> AttributeController.create(UUID dataSetListId, String name, Integer ordering, AttributeTypeName attributeType, UUID typeDataSetListId, List<String> listValues, Long modifiedWhen, javax.servlet.http.HttpServletRequest request) Creates new attribute with provided parameters. -
Uses of AttributeTypeName in org.qubership.atp.dataset.versioning.service.changes.processors
Methods in org.qubership.atp.dataset.versioning.service.changes.processors with parameters of type AttributeTypeNameModifier and TypeMethodDescriptionAbstractChangeProcessor.getValuePretty(String value, AttributeTypeName typeName, ModelsProvider modelsProvider) Mask for encrypted, special text view for change type.