Package de.mid.innovator.srv2api.icw2dm
Class DMFunctionDefinitionHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dm.DMFunctionDefinitionHelper
The
DMFunctionDefinition that is contained in a DRBusinessKnowledgeModel element is the reusable module of decision logic that is represented by the DRBusinessKnowledgeModel element.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DMFunctionDefinitioncreate(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining) Creates a newDMFunctionDefinitionas content of the specifiedELContainerAble.
-
Method Details
-
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 function definitionkFunction- kind of function definitionisMaintaining- true create additional elements- Throws:
InoNetExceptionSrvErrorException
-