Uses of Class
de.aristaflow.ilm.model.datamanagement.UdtValue
-
-
Uses of UdtValue in de.aristaflow.ilm.model.datamanagement
Methods in de.aristaflow.ilm.model.datamanagement with parameters of type UdtValue Modifier and Type Method Description static UDTValue
Transformation. fromIlm(UdtValue udt)
-
Uses of UdtValue in de.aristaflow.ilm.model.resourcemodel
Subclasses of UdtValue in de.aristaflow.ilm.model.resourcemodel Modifier and Type Class Description class
IdentifiedUdtValue
Fields in de.aristaflow.ilm.model.resourcemodel declared as UdtValue Modifier and Type Field Description @NotNull UdtValue
Poi. udtValue
Methods in de.aristaflow.ilm.model.resourcemodel with type parameters of type UdtValue Modifier and Type Method Description protected static <T extends UDTValue,I extends UdtValue>
ITransformation. fillUdt(T udt, I ret)
Methods in de.aristaflow.ilm.model.resourcemodel that return UdtValue Modifier and Type Method Description static UdtValue
Transformation. toIlm(UDTValue udt)
Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type UdtValue Modifier and Type Method Description static UDTValue
Transformation. fromIlm(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, UdtValue udt)
-
Uses of UdtValue in de.aristaflow.ilm.ws.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.core.resmodelmanager with parameters of type UdtValue Modifier and Type Method Description @NotNull Boolean
ResModelChangeOperationsWebService. addOrUpdateUdt(@NotNull @Valid SessionToken session, @NotNull UUID transaction, @NotNull @Valid UdtValue value)
-
Uses of UdtValue in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager with parameters of type UdtValue Modifier and Type Method Description @NotNull Boolean
ResModelChangeOperationsRest. addOrUpdateUdt(@NotNull UUID transaction, @NotNull @Valid UdtValue udt)
-
Uses of UdtValue in de.aristaflow.ilm.ws.rest.core.worklistmanager
Methods in de.aristaflow.ilm.ws.rest.core.worklistmanager with parameters of type UdtValue Modifier and Type Method Description void
WorklistManagerRest. addUdtValueToModel(UdtValue uv)
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.
-