Package de.mid.innovator.srv2api.icw2dm
Class DMFunctionDefinitionHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.DMFunctionDefinitionHelper
-
public abstract class DMFunctionDefinitionHelper extends java.lang.ObjectTheDMFunctionDefinitionthat is contained in aDRBusinessKnowledgeModelelement is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModelelement.- See Also:
DMFunctionDefinition
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DMFunctionDefinitioncreate(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.
-
-
-
Method Detail
-
create
public static DMFunctionDefinition create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining) throws InoNetException, SrvErrorException
Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.- Parameters:
srvCtx- The context of the related innovator server.ohContainer- container for the new invocationkFunction- kind of function definitionisMaintaining- true create additional elements- Throws:
InoNetExceptionSrvErrorException
-
-