Class CLStructureElementHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLStructureElementHelper
-
public abstract class CLStructureElementHelper extends java.lang.ObjectThis is a utility class for CLStructureElement that provides static methods for creation or other purposes.- See Also:
CLStructureElement
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLStructureElementinsertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)Inserts a newCLStructureElement(CLStructureGrouporCLStructureEntry) at the specifiedCLStructureElement.
-
-
-
Method Detail
-
insertStructureElementAt
public static CLStructureElement insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt) throws InoNetException, SrvErrorException
Inserts a newCLStructureElement(CLStructureGrouporCLStructureEntry) at the specifiedCLStructureElement.- Parameters:
srvCtx- The context of the related innovator server.ohTemplate- The template for the new elementohElementSelected- The selected elementkInsertAt- specifies where to insert the new element relative to the element selected.- Throws:
InoNetExceptionSrvErrorException
-
-