Uses of Class
de.mid.innovator.srv2api.icw2elem.ARG_ElementUUID
Packages that use ARG_ElementUUID
Package
Description
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_ElementUUIDModifier and TypeMethodDescriptionstatic List<ARG_ElementUUID> ELUUIDAbleHelper.getElementOfUUIDList(SrvContext srvCtx, List<String> seq) Returns a list of elements and their uuids for each uuid of the input list.static List<ARG_ElementUUID> ELUUIDAbleHelper.getSchemaElementOfUUIDList(SrvContext srvCtx, List<String> seq) Returns a list of elements and their uuids for each uuid of the input list.static List<ARG_ElementUUID> ELUUIDAbleHelper.getUUIDOfElementList(SrvContext srvCtx, List<? extends ELElement> seq) Returns a list of elements and their uuids for each element of the input list.