Class ELDeleteAbleHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2elem.ELDeleteAbleHelper
-
public abstract class ELDeleteAbleHelper extends java.lang.Object
A DeleteAble instance provides a preview of instances which are deleted as a side effect of the deletion of this instance.- See Also:
ELDeleteAble
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
delete(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Deletes the specified elements.static <T extends ELElement>
java.util.List<T>getDeleteListAll(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel)
Evaluates the delete control list.
-
-
-
Method Detail
-
getDeleteListAll
public static <T extends ELElement> java.util.List<T> getDeleteListAll(java.lang.Class<T> returnType, SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel) throws InoNetException, SrvErrorException
Evaluates the delete control list. This list contains the elements which will be removed when deleting the specified elements.- Parameters:
returnType
- Specifies the type of elements to be returned.srvCtx
- The context of the related innovator server.seqSel
-- Throws:
InoNetException
SrvErrorException
-
delete
public static void delete(SrvContext srvCtx, java.util.List<? extends ELDeleteAble> seqSel) throws InoNetException, SrvErrorException
Deletes the specified elements.- Parameters:
srvCtx
- The context of the related innovator server.seqSel
-- Throws:
InoNetException
SrvErrorException
-
-