Class MEProxyHelper
java.lang.Object
de.mid.innovator.srv2api.icw2model.MEProxyHelper
Abstract Proxy Base Class
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiongetFindProxyByRefData(Class<T> returnType, SrvContext srvCtx, int elemType, int elemKind, int elemId, String elemIdReference, String elemDisplayName, String elemHREF, MEPackage ohTransitiveOwner) Returns a list of Proxies referencing the element with the specified data.getFindProxyByRefUUID(Class<T> returnType, SrvContext srvCtx, String sUUID, MEPackage ohTransitiveOwner) Returns a list of Proxy referencing the specified UUID.
-
Method Details
-
getFindProxyByRefData
public static <T extends MEProxy> List<T> getFindProxyByRefData(Class<T> returnType, SrvContext srvCtx, int elemType, int elemKind, int elemId, String elemIdReference, String elemDisplayName, String elemHREF, MEPackage ohTransitiveOwner) throws InoNetException, SrvErrorException Returns a list of Proxies referencing the element with the specified data.- Parameters:
returnType- Specifies the type of elements to be returned.srvCtx- The context of the related innovator server.elemType- Referenced element typeselemKind- Referenced element kindelemId- Referenced element IdelemIdReference- Referenced element IdNameelemDisplayName- Referenced element DisplayNameelemHREF- Referenced element HREFohTransitiveOwner- Transitive Owner Package e.g stub package or mapping type package- Throws:
InoNetExceptionSrvErrorException
-
getFindProxyByRefUUID
public static <T extends MEProxy> List<T> getFindProxyByRefUUID(Class<T> returnType, SrvContext srvCtx, String sUUID, MEPackage ohTransitiveOwner) throws InoNetException, SrvErrorException Returns a list of Proxy referencing the specified UUID.- Parameters:
returnType- Specifies the type of elements to be returned.srvCtx- The context of the related innovator server.sUUID- UUID which proxy should referenceohTransitiveOwner- Transitive Owner Package e.g stub package or mapping type package- Throws:
InoNetExceptionSrvErrorException
-