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 UDTValueTransformation. 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 classIdentifiedUdtValueFields in de.aristaflow.ilm.model.resourcemodel declared as UdtValue Modifier and Type Field Description @NotNull UdtValuePoi. udtValueMethods 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 UdtValueTransformation. toIlm(UDTValue udt)Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type UdtValue Modifier and Type Method Description static UDTValueTransformation. 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 BooleanResModelChangeOperationsWebService. 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 BooleanResModelChangeOperationsRest. 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 voidWorklistManagerRest. addUdtValueToModel(UdtValue uv)This method just serves to add its parameter to the OpenAPI model, e.
-