Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_ElementUUID
-
Packages that use ARG_ElementUUID Package Description de.mid.innovator.srv2api.icw2elem Describes the common behavior of all elements stored in a model server repository even configuration elements in profiles and schema elements of the meta model. -
-
Uses of ARG_ElementUUID in de.mid.innovator.srv2api.icw2elem
Methods in de.mid.innovator.srv2api.icw2elem that return types with arguments of type ARG_ElementUUID Modifier and Type Method Description static java.util.List<ARG_ElementUUID>
ELUUIDAbleHelper. getElementOfUUIDList(SrvContext srvCtx, java.util.List<java.lang.String> seq)
Returns a list of elements and their uuids for each uuid of the input list.static java.util.List<ARG_ElementUUID>
ELUUIDAbleHelper. getSchemaElementOfUUIDList(SrvContext srvCtx, java.util.List<java.lang.String> seq)
Returns a list of elements and their uuids for each uuid of the input list.static java.util.List<ARG_ElementUUID>
ELUUIDAbleHelper. getUUIDOfElementList(SrvContext srvCtx, java.util.List<? extends ELElement> seq)
Returns a list of elements and their uuids for each element of the input list.
-