Package de.mid.innovator.srv2api.icw2dm
Class DMRelationHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.DMRelationHelper
-
public abstract class DMRelationHelper extends java.lang.ObjectADMRelationis convenient shorthand for a list of similar contexts. ADMRelationhas a column instead of repeated context entrys, and aDMListis used for every row, with one of the List's expression for each column value.- See Also:
DMRelation
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DMRelationcreate(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)Creates a newDMRelationas content of the specifiedELContainerAble.
-
-
-
Method Detail
-
create
public static DMRelation create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) throws InoNetException, SrvErrorException
Creates a newDMRelationas content of the specifiedELContainerAble.- Parameters:
srvCtx- The context of the related innovator server.ohContainer- container for the new expressionisMaintaining- true create additional elements- Throws:
InoNetExceptionSrvErrorException
-
-