Package de.mid.innovator.srv2api.icw2im
Class IMFeatureHelper
java.lang.Object
de.mid.innovator.srv2api.icw2im.IMFeatureHelper
This is a utility class for IMFeature that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ELViewEntry> propagateToViews(SrvContext srvCtx, List<? extends IMFeature> seqFeature, List<? extends ELView> seqView)
-
Method Details
-
propagateToViews
public static List<ELViewEntry> propagateToViews(SrvContext srvCtx, List<? extends IMFeature> seqFeature, List<? extends ELView> seqView) throws InoNetException, SrvErrorException - Parameters:
srvCtx- The context of the related innovator server.seqFeature- list of selected featuresseqView- list of propagation target views- Throws:
InoNetExceptionSrvErrorException
-