Class ADNElementHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ADNElementHelper
This is a utility class for ADNElement that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidcreateNotification(SrvContext srvCtx, List<? extends ELElement> seq) Create notification elements for each specifiedELElement.static voiddeleteNotification(SrvContext srvCtx, List<? extends ELElement> seq) Delete notification elements for each specifiedELElement.
-
Method Details
-
createNotification
public static void createNotification(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Create notification elements for each specifiedELElement.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-
deleteNotification
public static void deleteNotification(SrvContext srvCtx, List<? extends ELElement> seq) throws InoNetException, SrvErrorException Delete notification elements for each specifiedELElement.- Parameters:
srvCtx- The context of the related innovator server.seq- List of ELElement- Throws:
InoNetExceptionSrvErrorException
-