Uses of Class
de.aristaflow.ilm.model.resourcemodel.IdentifiedUdtValue
-
Packages that use IdentifiedUdtValue Package Description de.aristaflow.ilm.model.resourcemodel de.aristaflow.ilm.ws.core.resmodelmanager de.aristaflow.ilm.ws.rest.core.resmodelmanager -
-
Uses of IdentifiedUdtValue in de.aristaflow.ilm.model.resourcemodel
Fields in de.aristaflow.ilm.model.resourcemodel declared as IdentifiedUdtValue Modifier and Type Field Description IdentifiedUdtValueValue. udtValueFields in de.aristaflow.ilm.model.resourcemodel with type parameters of type IdentifiedUdtValue Modifier and Type Field Description List<@NotNull @Valid IdentifiedUdtValue>IdUdtInitialRemoteIteratorData. idUdtValsList<@NotNull @Valid IdentifiedUdtValue>IdUdtRemoteIteratorData. idUdtValsMethods in de.aristaflow.ilm.model.resourcemodel that return IdentifiedUdtValue Modifier and Type Method Description static IdentifiedUdtValueTransformation. toIlm(de.aristaflow.adept2.model.resourcemodel.IdentifiedUdtValue udt)static IdentifiedUdtValueTransformation. toIlm(String udtRef, String udtName)Methods in de.aristaflow.ilm.model.resourcemodel that return types with arguments of type IdentifiedUdtValue Modifier and Type Method Description List<IdentifiedUdtValue>IdUdtInitialRemoteIteratorData. getContentAbstract()List<IdentifiedUdtValue>IdUdtRemoteIteratorData. getContentAbstract()Methods in de.aristaflow.ilm.model.resourcemodel with parameters of type IdentifiedUdtValue Modifier and Type Method Description protected static de.aristaflow.adept2.model.resourcemodel.IdentifiedUdtValueTransformation. fromIlm(de.aristaflow.adept2.model.resourcemodel.builder.ResourceModelFactory rmf, IdentifiedUdtValue udt)Method parameters in de.aristaflow.ilm.model.resourcemodel with type arguments of type IdentifiedUdtValue Modifier and Type Method Description voidIdUdtInitialRemoteIteratorData. setContentAbstract(List<IdentifiedUdtValue> content)voidIdUdtRemoteIteratorData. setContentAbstract(List<IdentifiedUdtValue> content) -
Uses of IdentifiedUdtValue in de.aristaflow.ilm.ws.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.core.resmodelmanager that return IdentifiedUdtValue Modifier and Type Method Description @Valid IdentifiedUdtValueResModelExplorerWebService. getUdtForId(@NotNull @Valid SessionToken session, @NotEmpty String udtId) -
Uses of IdentifiedUdtValue in de.aristaflow.ilm.ws.rest.core.resmodelmanager
Methods in de.aristaflow.ilm.ws.rest.core.resmodelmanager that return IdentifiedUdtValue Modifier and Type Method Description @Valid IdentifiedUdtValueResModelExplorerRest. getUdtForId(@NotNull String udtId)
-