|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2elem.ELDeleteAbleHelper
public abstract class ELDeleteAbleHelper
A DeleteAble instance provides a preview of instances which are deleted as a side effect of the deletion of this instance.
ELDeleteAble| Method Summary | ||
|---|---|---|
static void |
delete(SrvContext srvCtx,
List<? extends ELDeleteAble> seqSel)
Deletes the specified elements. |
|
static
|
getDeleteListAll(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELDeleteAble> seqSel)
evaluates the delete control list. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void delete(SrvContext srvCtx,
List<? extends ELDeleteAble> seqSel)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.seqSel -
InoNetException
SrvErrorException
public static <T extends ELElement> List<T> getDeleteListAll(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELDeleteAble> seqSel)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.srvCtx - The context of the related innovator server.seqSel -
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||