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, MMCreateTemplate ohTemplate, ELElement ohReq, boolean useRedirect) 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, MMCreateTemplate ohTemplate, ELElement ohReq, boolean useRedirect) Applies the transformation rules to the provided instances.
-
Method Details
-
getTransformPreView
public static List<ARG_TransformPreView> getTransformPreView(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMCreateTemplate ohTemplate, ELElement ohReq, boolean useRedirect) 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 transformedohTemplate- create template used for transformationohReq- optional instance used in transformationuseRedirect- use owner redirection- Throws:
InoNetExceptionSrvErrorException
-
transformInstance
public static List<MMStereotypeAble> transformInstance(SrvContext srvCtx, List<? extends MMStereotypeAble> seqSel, MMCreateTemplate ohTemplate, ELElement ohReq, boolean useRedirect) throws InoNetException, SrvErrorException Applies the transformation rules to the provided instances.- Parameters:
srvCtx- The context of the related innovator server.seqSel- elements to be transformedohTemplate- create template used for transformationohReq- optional instance used in transformationuseRedirect- use owner redirection- Throws:
InoNetExceptionSrvErrorException
-