Class MEProxyHelper


  • public abstract class MEProxyHelper
    extends java.lang.Object
    Abstract Proxy Base Class
    See Also:
    MEProxy
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T extends MEProxy>
      java.util.List<T>
      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>
      getFindProxyByRefUUID​(java.lang.Class<T> returnType, SrvContext srvCtx, java.lang.String sUUID, MEPackage ohTransitiveOwner)
      Returns a list of Proxy referencing the specified UUID.
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getFindProxyByRefData

        public static <T extends MEProxy> java.util.List<T> 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)
                                                                           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 types
        elemKind - Referenced element kind
        elemId - Referenced element Id
        elemIdReference - Referenced element IdName
        elemDisplayName - Referenced element DisplayName
        elemHREF - Referenced element HREF
        ohTransitiveOwner - Transitive Owner Package e.g stub package or mapping type package
        Throws:
        InoNetException
        SrvErrorException
      • getFindProxyByRefUUID

        public static <T extends MEProxy> java.util.List<T> getFindProxyByRefUUID​(java.lang.Class<T> returnType,
                                                                                  SrvContext srvCtx,
                                                                                  java.lang.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 reference
        ohTransitiveOwner - Transitive Owner Package e.g stub package or mapping type package
        Throws:
        InoNetException
        SrvErrorException