Uses of Class
de.aristaflow.ilm.model.resourcemodel.Attribute
Packages that use Attribute
Package
Description
-
Uses of Attribute in de.aristaflow.ilm.model.resourcemodel
Subclasses of Attribute in de.aristaflow.ilm.model.resourcemodelModifier and TypeClassDescriptionclassclassclassclassclassclassclassFields in de.aristaflow.ilm.model.resourcemodel with type parameters of type AttributeModifier and TypeFieldDescriptionResourceInstance.allAttributesAttributeList.attributesResource.attributesMethods in de.aristaflow.ilm.model.resourcemodel with type parameters of type AttributeModifier and TypeMethodDescriptionprotected static <T extends de.aristaflow.adept2.model.resourcemodel.Attribute,I extends Attribute>
ITransformation.toIlm(T a, Supplier<I> create, BiConsumer<T, I> transformation) Creates a new attribute using the designated constructor/create supplier and transforms the designatedAttributefrom the Java model to ILM.Methods in de.aristaflow.ilm.model.resourcemodel that return AttributeModifier and TypeMethodDescriptionprotected static AttributeTransformation.toIlm(de.aristaflow.adept2.model.resourcemodel.Attribute a) Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type AttributeModifier and TypeMethodDescriptionprotected static de.aristaflow.adept2.model.resourcemodel.AttributeTransformation.fromIlm(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, Attribute attr) Deprecated, for removal: This API element is subject to removal in a future version.protected static de.aristaflow.adept2.model.resourcemodel.AttributeTransformation.fromIlm(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, Attribute attr, Logger logger) -
Uses of Attribute in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type AttributeModifier and TypeMethodDescriptionvoidResModelManagerRest.addAttributeToModel(Attribute attr) This method just serves to add its parameter to the OpenAPI model, e.
Transformation.fromIlm(ResourceModelFactory, Atribute, Logger)instead.