Uses of Class
de.aristaflow.ilm.model.resourcemodel.Attribute
-
Packages that use Attribute Package Description de.aristaflow.ilm.model.resourcemodel de.aristaflow.ilm.ws.rest.core.resmodelmanager -
-
Uses of Attribute in de.aristaflow.ilm.model.resourcemodel
Subclasses of Attribute in de.aristaflow.ilm.model.resourcemodel Modifier and Type Class Description classAttributeListclassPoiAttributeclassProcessStartRefAttributeclassResourceRefAttributeclassSensorAttributeclassTimeTriggerAttributeclassValueAttributeFields in de.aristaflow.ilm.model.resourcemodel with type parameters of type Attribute Modifier and Type Field Description List<@NotNull @Valid Attribute>ResourceInstance. allAttributesList<@NotNull @Valid Attribute>AttributeList. attributesList<@NotNull @Valid Attribute>Resource. attributesMethods in de.aristaflow.ilm.model.resourcemodel with type parameters of type Attribute Modifier and Type Method Description protected 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 Attribute Modifier and Type Method Description protected static AttributeTransformation. toIlm(de.aristaflow.adept2.model.resourcemodel.Attribute a)Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type Attribute Modifier and Type Method Description protected 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.Use#fromIlm(ResourceModelFactory, Atribute, Logger)instead.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 Attribute Modifier and Type Method Description voidResModelManagerRest. addAttributeToModel(Attribute attr)This method just serves to add its parameter to the OpenAPI model, e.
-