Package de.mid.innovator.srv2api.icw2im
Class IMFeatureHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2im.IMFeatureHelper
-
public abstract class IMFeatureHelper extends java.lang.Object
This is a utility class for IMFeature that provides static methods for creation or other purposes.- See Also:
IMFeature
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<ELViewEntry>
propagateToViews(SrvContext srvCtx, java.util.List<? extends IMFeature> seqFeature, java.util.List<? extends ELView> seqView)
-
-
-
Method Detail
-
propagateToViews
public static java.util.List<ELViewEntry> propagateToViews(SrvContext srvCtx, java.util.List<? extends IMFeature> seqFeature, java.util.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:
InoNetException
SrvErrorException
-
-