Class MMCommentContainerAbleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.MMCommentContainerAbleHelper
This is a utility class for MMCommentContainerAble that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic List<ARG_TransformPreView> getTransformPreView(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq) Calculates the all elements which will be deleted or modified by the transformation of the specified elements.static List<MMStereotypeAble> transformInstance(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq) Applies the transformation rules to the provided instances.
-
Method Details
-
getTransformPreView
public static List<ARG_TransformPreView> getTransformPreView(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq) throws InoNetException, SrvErrorException Calculates the all elements which will be deleted or modified by the transformation of the specified elements.- Parameters:
srvCtx- The context of the related innovator server.seqSel- elements to be transformedohMenueItem- menuItem used for transformationohReq- optional instance used in transformation- Throws:
InoNetExceptionSrvErrorException
-
transformInstance
public static List<MMStereotypeAble> transformInstance(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMMenuItem ohMenueItem, ELElement ohReq) throws InoNetException, SrvErrorException Applies the transformation rules to the provided instances.- Parameters:
srvCtx- The context of the related innovator server.seqSel- elements to be transformedohMenueItem- menuItem used for transformationohReq- optional instance used in transformation- Throws:
InoNetExceptionSrvErrorException
-