Uses of Interface
de.mid.innovator.srv2api.icw2model.MEProxy
-
Packages that use MEProxy Package Description de.mid.innovator.srv2api.icw2model This packagage contains elements representing the logical model. -
-
Uses of MEProxy in de.mid.innovator.srv2api.icw2model
Subinterfaces of MEProxy in de.mid.innovator.srv2api.icw2model Modifier and Type Interface Description interface
MEProxyExternal
interface
MEProxyInnovator
Fields in de.mid.innovator.srv2api.icw2model declared as MEProxy Modifier and Type Field Description MEProxy
ARG_MEProxyProperty. ohProxy
The proxy itselfMEProxy
ARG_MEProxyPropertyEnvironment. ohProxyParent
parent proxy or nullFields in de.mid.innovator.srv2api.icw2model with type parameters of type MEProxy Modifier and Type Field Description java.util.List<MEProxy>
ARG_MEProxyPropertyEnvironment. seqProxySons
list of son proxiesMethods in de.mid.innovator.srv2api.icw2model with type parameters of type MEProxy Modifier and Type Method Description static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefData(java.lang.Class<T> returnType, SrvContext srvCtx, int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemHREF, MEPackage ohTransitiveOwner)
Returns a list of Proxies referencing the element with the specified data.static <T extends MEProxy>
java.util.List<T>MEProxyHelper. getFindProxyByRefUUID(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sUUID, MEPackage ohTransitiveOwner)
Returns a list of Proxy referencing the specified UUID.<T extends MEProxy>
java.util.List<T>MEMappingPackageContent. getOwnedProxy(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
Get assigned Proxies.Constructors in de.mid.innovator.srv2api.icw2model with parameters of type MEProxy Constructor Description ARG_MEProxyProperty(int elemType, int elemKind, int elemId, java.lang.String elemIdReference, java.lang.String elemDisplayName, java.lang.String elemUUID, java.lang.String elemSType, MEProxy ohProxy, ARG_MEProxyPropertyEnvironment valProxyEnvironment, ARG_MEProxyPropertyStubInfo valProxyStubInfo)
ARG_MEProxyPropertyEnvironment(java.util.List<MEProxyAssignment> seqProxyAssignedDependencies, java.util.List<MEStereotypeAble> seqProxyTargetElements, java.util.List<MEProxy> seqProxySons, MEProxy ohProxyParent, MEMappingPackageContent ohPackageParent)
-