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 class
AttributeList
class
PoiAttribute
class
ProcessStartRefAttribute
class
ResourceRefAttribute
class
SensorAttribute
class
TimeTriggerAttribute
class
ValueAttribute
Fields in de.aristaflow.ilm.model.resourcemodel with type parameters of type Attribute Modifier and Type Field Description List<@NotNull @Valid Attribute>
ResourceInstance. allAttributes
List<@NotNull @Valid Attribute>
AttributeList. attributes
List<@NotNull @Valid Attribute>
Resource. attributes
Methods 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 designatedAttribute
from the Java model to ILM.Methods in de.aristaflow.ilm.model.resourcemodel that return Attribute Modifier and Type Method Description protected static Attribute
Transformation. 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.Attribute
Transformation. 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.Attribute
Transformation. 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 void
ResModelManagerRest. addAttributeToModel(Attribute attr)
This method just serves to add its parameter to the OpenAPI model, e. g. to have type inheritance which would get missed in case the parent classes are not part of the model.
-