Class ADClientAbleHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ADClientAbleHelper
-
public abstract class ADClientAbleHelper extends java.lang.Object
This is a utility class for ADClientAble that provides static methods for creation or other purposes.- See Also:
ADClientAble
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T extends ADClientAble>
java.util.List<T>getReferences(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, java.util.List<ARG_IRefViewSpecification> seqViewSpec)
Internal request used by de.mid.innovator.ref.ReferencesCollector.
-
-
-
Method Detail
-
getReferences
public static <T extends ADClientAble> java.util.List<T> getReferences(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, java.util.List<ARG_IRefViewSpecification> seqViewSpec) throws InoNetException, SrvErrorException
Internal request used by de.mid.innovator.ref.ReferencesCollector.- Parameters:
returnType
- Specifies the type of elements to be returned.srvCtx
- The context of the related innovator server.seqSel
- sequence of selected elementsvalRestrictOut
- restriction argumentseqViewSpec
- view specification- Throws:
InoNetException
SrvErrorException
-
-