Class ADClientAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADClientAbleHelper
This is a utility class for ADClientAble that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends ADClientAble>
List<T> getReferences(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, List<ARG_IRefViewSpecification> seqViewSpec) Internal request used by de.mid.innovator.ref.ReferencesCollector.
-
Method Details
-
getReferences
public static <T extends ADClientAble> List<T> getReferences(Class<T> returnType, SrvContext srvCtx, List<? extends ELElement> seqSel, ARG_IRefRestriction valRestrictOut, 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:
InoNetExceptionSrvErrorException
-