Class CLStructureElementHelper
java.lang.Object
de.mid.innovator.srv2api.icw2class.CLStructureElementHelper
This is a utility class for CLStructureElement that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic CLStructureElementinsertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt) Inserts a newCLStructureElement(CLStructureGrouporCLStructureEntry) at the specifiedCLStructureElement.
-
Method Details
-
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
-