Uses of Interface
org.qubership.atp.dataset.model.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in org.qubership.atp.dataset.db
Methods in org.qubership.atp.dataset.db that return AttributeModifier and TypeMethodDescriptionAttributeRepository.create(UUID dslId, Integer order, String name, AttributeType type, UUID dslRefId, List<String> listValues) Creates attribute.DataSetListTreeRepository.ToLoadLater.provideAttr(UUID dslId, UUID attrId) Methods in org.qubership.atp.dataset.db that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeRepository.getAll()AttributeRepository.getByParentId(UUID dslId) AttributeRepository.getByParentId(UUID dslId, AttributeType type) AttributeRepository.getEagerByParentId(UUID dslId) Sorted collection of attributes that matches DataSetList id.protected com.querydsl.sql.SQLQuery<Attribute> AttributeRepository.select(com.querydsl.core.types.Predicate predicate) -
Uses of Attribute in org.qubership.atp.dataset.macros
Methods in org.qubership.atp.dataset.macros that return types with arguments of type AttributeModifier and TypeMethodDescriptionEvalContextImpl.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) EvaluationContext.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) When you are searching for params in shared context by using refs, defined in this context, you should relativize attribute path like if param was defined in shared context.Methods in org.qubership.atp.dataset.macros with parameters of type AttributeModifier and TypeMethodDescriptionprotected EvalContextImplEvalContextImpl.createChild(DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) Method parameters in org.qubership.atp.dataset.macros with type arguments of type AttributeModifier and TypeMethodDescriptionprotected EvalContextImplEvalContextImpl.createChild(DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) EvalContextImpl.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) EvaluationContext.relativizePathFromSharedToThis(EvaluationContext shared, List<RefArg<Attribute>> attrArgs) When you are searching for params in shared context by using refs, defined in this context, you should relativize attribute path like if param was defined in shared context.Constructors in org.qubership.atp.dataset.macros with parameters of type AttributeModifierConstructorDescriptionEvalContextImpl(EvalContextImpl parent, MacroRegistry registry, AliasWrapperService wrapperService, Cache cache, DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) Contains state of evaluation plus all used resources.Constructor parameters in org.qubership.atp.dataset.macros with type arguments of type AttributeModifierConstructorDescriptionEvalContextImpl(EvalContextImpl parent, MacroRegistry registry, AliasWrapperService wrapperService, Cache cache, DataSetList dsl, DataSet ds, boolean parentIsStrict, List<Attribute> pathFromParent, Attribute targetAttrFromParent) Contains state of evaluation plus all used resources. -
Uses of Attribute in org.qubership.atp.dataset.macros.args
Methods in org.qubership.atp.dataset.macros.args that return types with arguments of type AttributeModifier and TypeMethodDescriptionRefArg.asAttr()Returns arg of a attr if it is an attr arg.RefArg.Context.asAttr()RefArg.Signature.asAttr()MacroArgFactory.attr()Finds attr by name in context dsl.MacroArgFactoryImpl.attr()MacroArgsFactory.attr(Position position, String text, org.qubership.atp.dataset.macros.args.SigValueSup<? extends Attribute> getAttr) Method parameters in org.qubership.atp.dataset.macros.args with type arguments of type Attribute -
Uses of Attribute in org.qubership.atp.dataset.macros.impl.reference
Fields in org.qubership.atp.dataset.macros.impl.reference with type parameters of type AttributeModifier and TypeFieldDescriptionstatic final ReferenceAliasType<Attribute> ReferenceAliasType.ATTRMethods in org.qubership.atp.dataset.macros.impl.reference that return types with arguments of type Attribute -
Uses of Attribute in org.qubership.atp.dataset.model
Methods in org.qubership.atp.dataset.model that return AttributeModifier and TypeMethodDescriptionListValue.getAttribute()Parameter.getAttribute()AttributePath.getTargetAttribute()Methods in org.qubership.atp.dataset.model that return types with arguments of type AttributeModifier and TypeMethodDescriptionDataSetList.getAttributes()default Collection<Attribute> DataSetList.getAttributes(AttributeType type) AttributePath.getPath()Methods in org.qubership.atp.dataset.model with parameters of type AttributeModifier and TypeMethodDescriptionvoidListValue.setAttribute(Attribute attribute) voidParameter.setAttribute(Attribute attribute) voidAttributePath.setTargetAttribute(Attribute target) Method parameters in org.qubership.atp.dataset.model with type arguments of type Attribute -
Uses of Attribute in org.qubership.atp.dataset.model.impl
Classes in org.qubership.atp.dataset.model.impl that implement AttributeFields in org.qubership.atp.dataset.model.impl declared as AttributeMethods in org.qubership.atp.dataset.model.impl that return AttributeModifier and TypeMethodDescriptionListValueImpl.getAttribute()ParameterImpl.getAttribute()ParameterOverlapImpl.getAttribute()AttributePathImpl.getTargetAttribute()Methods in org.qubership.atp.dataset.model.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionDataSetListImpl.getAttributes()FlatDataImpl.getAttributes()AttributePathImpl.getPath()Methods in org.qubership.atp.dataset.model.impl with parameters of type AttributeModifier and TypeMethodDescriptionvoidListValueImpl.setAttribute(Attribute attribute) voidParameterImpl.setAttribute(Attribute attribute) voidParameterOverlapImpl.setAttribute(Attribute attribute) voidAttributePathImpl.setTargetAttribute(Attribute target) Method parameters in org.qubership.atp.dataset.model.impl with type arguments of type AttributeModifier and TypeMethodDescriptionvoidDataSetListImpl.setAttributes(List<Attribute> attributes) voidFlatDataImpl.setAttributes(Collection<Attribute> attributes) voidConstructors in org.qubership.atp.dataset.model.impl with parameters of type AttributeModifierConstructorDescriptionAttribute path, works like attr_key, but has more user friendly api.ListValueImpl(UUID id, Attribute attribute, String name) seeListValue.ParameterImpl(UUID id, Attribute attribute, DataSet dataSet, String text, ListValue listValue, DataSet dataSetReference) Just a bean.Constructor parameters in org.qubership.atp.dataset.model.impl with type arguments of type Attribute -
Uses of Attribute in org.qubership.atp.dataset.model.utils
Fields in org.qubership.atp.dataset.model.utils declared as AttributeModifier and TypeFieldDescriptionprotected AttributeAbstractDsUiHandler.curAttrprotected final AttributeOverlapItem.Reachable.foundTargetAttrFields in org.qubership.atp.dataset.model.utils with type parameters of type AttributeMethods in org.qubership.atp.dataset.model.utils that return AttributeMethods in org.qubership.atp.dataset.model.utils that return types with arguments of type AttributeModifier and TypeMethodDescriptionAbstractDslUiHandler.forwardToNewParent(DataSetList parent) AbstractDsUiHandler.forwardToNewParent(DataSet parent) DslAttrHandler.forwardToNewParent(DataSetList parent) AbstractDslUiHandler.getChildren(DataSetList item) AbstractDsUiHandler.getChildren(DataSet item) AbstractDsUiHandler.getChildren(DataSetList item) DsAttrPathUiHandler.getChildren(DataSetList item) DslAttrHandler.getChildren(DataSetList item) OverlapItem.Reachable.getFoundByAttrPath()Methods in org.qubership.atp.dataset.model.utils with parameters of type AttributeModifier and TypeMethodDescriptionprotected abstract voidAbstractDslUiHandler.attributeStarts(Attribute attr) protected voidAbstractDsUiHandler.attributeStarts(Attribute attr) protected voidDsAttrPathUiHandler.attributeStarts(Attribute attr) protected voidDslUiHandler.attributeStarts(Attribute attr) static OverlapIteratorprotected Iterator<? extends DataSetList> AbstractDsUiHandler.getChildren(Attribute item) Method parameters in org.qubership.atp.dataset.model.utils with type arguments of type AttributeConstructors in org.qubership.atp.dataset.model.utils with parameters of type AttributeModifierConstructorDescriptionprotectedDefaultUninitialized(DataSet sourceDs, List<Attribute> foundByAttrPath, Attribute foundTargetAttr, DataSet targetDs) Constructor parameters in org.qubership.atp.dataset.model.utils with type arguments of type AttributeModifierConstructorDescriptionDefaultInitialized(DataSet sourceDs, List<Attribute> foundByAttrPath, DataSet targetDs, Parameter parameter) protectedDefaultUninitialized(DataSet sourceDs, List<Attribute> foundByAttrPath, Attribute foundTargetAttr, DataSet targetDs) protectedOverlap(DataSet sourceDs, List<Attribute> foundByAttrPath, DataSet targetDs, ParameterOverlap overlap) -
Uses of Attribute in org.qubership.atp.dataset.service.direct
Methods in org.qubership.atp.dataset.service.direct that return AttributeModifier and TypeMethodDescriptionAttributeService.copy(DataSetList newParentDsl, Attribute attribute, int ordering) AttributeService.create(UUID dslId, Integer order, String name, AttributeType type, UUID dslRefId, List<String> listValues) Methods in org.qubership.atp.dataset.service.direct that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeService.getByDslId(UUID dslId) Returns all attributes by dataSetList id.Methods in org.qubership.atp.dataset.service.direct with parameters of type AttributeModifier and TypeMethodDescriptionAttributeService.copy(DataSetList newParentDsl, Attribute attribute, int ordering) -
Uses of Attribute in org.qubership.atp.dataset.service.direct.helper
Methods in org.qubership.atp.dataset.service.direct.helper that return AttributeModifier and TypeMethodDescriptionCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) DbCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) SimpleCreationFacade.attr(DataSetList dsl, String name, AttributeType type, DataSetList dslRef, List<String> listValues) Creates an attr.default AttributeCreationFacade.fileAttr(DataSetList dsl, String name) default AttributeCreationFacade.listAttr(DataSetList dsl, String name, String... listValues) default AttributeCreationFacade.listAttr(DataSetList dsl, String name, List<String> listValues) default AttributeCreationFacade.refAttr(DataSetList dsl, String name, DataSetList dslRef) default AttributeCreationFacade.schangeAttr(DataSetList dsl, String name, DataSetList dslRef) default AttributeCreationFacade.textAttr(DataSetList dsl, String name) Methods in org.qubership.atp.dataset.service.direct.helper with parameters of type AttributeModifier and TypeMethodDescriptiondefault ParameterCreationFacade.fileParam(DataSet ds, Attribute attr, FileDataDao fileData) static ListValueSimpleCreationFacade.getListValueByName(Attribute source, String listValueName) Searches for existing list value by name.default Parameterdefault ParameterCreationFacade.overrideParam(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, List<Attribute> pathToOverridden) default ParameterCreationFacade.overrideParam(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, Attribute... pathToOverridden) CreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, List<Attribute> path) DbCreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDto, List<Attribute> path) SimpleCreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDao, List<Attribute> path) Creates a param.default Parameterdefault ParameterCreationFacade.schangeParam(DataSet ds, Attribute attr, ChangeType operation, UUID... args) default ParameterMethod parameters in org.qubership.atp.dataset.service.direct.helper with type arguments of type AttributeModifier and TypeMethodDescriptiondefault ParameterCreationFacade.overrideParam(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, List<Attribute> pathToOverridden) CreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileData, List<Attribute> path) DbCreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDto, List<Attribute> path) SimpleCreationFacade.param(DataSet ds, Attribute attr, String text, String listValue, DataSet dsRef, FileDataDao fileDataDao, List<Attribute> path) Creates a param. -
Uses of Attribute in org.qubership.atp.dataset.service.direct.impl
Methods in org.qubership.atp.dataset.service.direct.impl that return AttributeModifier and TypeMethodDescriptionAttributeServiceImpl.copy(DataSetList newParentDsl, Attribute attribute, int ordering) AttributeServiceImpl.create(UUID dslId, Integer order, String name, AttributeType type, UUID dslRefId, List<String> listValues) Creates new attribute with provided parameters.Methods in org.qubership.atp.dataset.service.direct.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeServiceImpl.getAll()AttributeServiceImpl.getByDslId(UUID dslId) Returns all attributes by dataSetList id.Methods in org.qubership.atp.dataset.service.direct.impl with parameters of type AttributeModifier and TypeMethodDescriptionAttributeServiceImpl.copy(DataSetList newParentDsl, Attribute attribute, int ordering) -
Uses of Attribute in org.qubership.atp.dataset.service.direct.macros
Methods in org.qubership.atp.dataset.service.direct.macros with parameters of type AttributeModifier and TypeMethodDescriptionprotected EvalContextImplEvaluateDsParamStrategyImpl.createContext(DataSetList dsl, DataSet ds, List<Attribute> pathFromParent, Attribute targetAttrFromParent) Method parameters in org.qubership.atp.dataset.service.direct.macros with type arguments of type AttributeModifier and TypeMethodDescriptionprotected EvalContextImplEvaluateDsParamStrategyImpl.createContext(DataSetList dsl, DataSet ds, List<Attribute> pathFromParent, Attribute targetAttrFromParent) -
Uses of Attribute in org.qubership.atp.dataset.service.direct.macros.schange
Methods in org.qubership.atp.dataset.service.direct.macros.schange that return AttributeModifier and TypeMethodDescriptionprotected AttributeTraverseMixinSupport.getAttribute(Parameter source) Methods in org.qubership.atp.dataset.service.direct.macros.schange that return types with arguments of type AttributeMethods in org.qubership.atp.dataset.service.direct.macros.schange with parameters of type AttributeModifier and TypeMethodDescriptionprotected DataSetListTraverseMixinSupport.getDataSetList(Attribute source) TraverseMixinSupport.getParameters(Attribute source) -
Uses of Attribute in org.qubership.atp.dataset.service.rest.dto.manager
Methods in org.qubership.atp.dataset.service.rest.dto.manager that return AttributeMethods in org.qubership.atp.dataset.service.rest.dto.manager with parameters of type Attribute -
Uses of Attribute in org.qubership.atp.dataset.service.rest.server
Methods in org.qubership.atp.dataset.service.rest.server that return AttributeModifier and TypeMethodDescriptionReturns attribute.Methods in org.qubership.atp.dataset.service.rest.server that return types with arguments of type Attribute