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 IdentifiedUdtValue
Value. udtValue
Fields in de.aristaflow.ilm.model.resourcemodel with type parameters of type IdentifiedUdtValue Modifier and Type Field Description List<@NotNull @Valid IdentifiedUdtValue>
IdUdtInitialRemoteIteratorData. idUdtVals
List<@NotNull @Valid IdentifiedUdtValue>
IdUdtRemoteIteratorData. idUdtVals
Methods in de.aristaflow.ilm.model.resourcemodel that return IdentifiedUdtValue Modifier and Type Method Description static IdentifiedUdtValue
Transformation. toIlm(de.aristaflow.adept2.model.resourcemodel.IdentifiedUdtValue udt)
static IdentifiedUdtValue
Transformation. 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.IdentifiedUdtValue
Transformation. 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 void
IdUdtInitialRemoteIteratorData. setContentAbstract(List<IdentifiedUdtValue> content)
void
IdUdtRemoteIteratorData. 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 IdentifiedUdtValue
ResModelExplorerWebService. 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 IdentifiedUdtValue
ResModelExplorerRest. getUdtForId(@NotNull String udtId)
-