Package de.mid.innovator.srv2api.icw2dm
Class DMRelationHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dm.DMRelationHelper
A
DMRelation is convenient shorthand for a list of similar contexts. A DMRelation has a column instead of repeated context entrys, and a DMList is used for every row, with one of the List's expression for each column value.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DMRelationcreate(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMRelationas content of the specifiedELContainerAble.
-
Method Details
-
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
-