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 SummaryAll 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- 
insertStructureElementAtpublic 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 element
- ohElementSelected- The selected element
- kInsertAt- specifies where to insert the new element relative to the element selected.
- Throws:
- InoNetException
- SrvErrorException
 
 
- 
 
-