Package de.mid.innovator.srv2api.icw2dm
Class DMContextHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.DMContextHelper
-
public abstract class DMContextHelper extends java.lang.ObjectADMContextis composed of any number of context entries, which are instances ofDMContextEntry.- See Also:
DMContext
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DMContextcreate(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)Creates a newDMContextas content of the specifiedELContainerAble.
-
-
-
Method Detail
-
create
public static DMContext create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) throws InoNetException, SrvErrorException
Creates a newDMContextas 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
-
-