Package de.mid.innovator.srv2api.icw2dm
Class DMRelationHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.DMRelationHelper
-
public abstract class DMRelationHelper extends java.lang.Object
ADMRelation
is convenient shorthand for a list of similar contexts. ADMRelation
has a column instead of repeated context entrys, and aDMList
is 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 DMRelation
create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMRelation
as content of the specifiedELContainerAble
.
-
-
-
Method Detail
-
create
public static DMRelation create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) throws InoNetException, SrvErrorException
Creates a newDMRelation
as content of the specifiedELContainerAble
.- Parameters:
srvCtx
- The context of the related innovator server.ohContainer
- container for the new expressionisMaintaining
- true create additional elements- Throws:
InoNetException
SrvErrorException
-
-