Package de.mid.innovator.srv2api.icw2dm
Class DMFunctionDefinitionHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.DMFunctionDefinitionHelper
-
public abstract class DMFunctionDefinitionHelper extends java.lang.Object
TheDMFunctionDefinition
that is contained in aDRBusinessKnowledgeModel
element is the reusable module of decision logic that is represented by theDRBusinessKnowledgeModel
element.- See Also:
DMFunctionDefinition
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DMFunctionDefinition
create(SrvContext srvCtx, ELContainerAble ohContainer, K_DM_FUNCTION kFunction, boolean isMaintaining)
Creates a newDMFunctionDefinition
as 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 newDMFunctionDefinition
as 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:
InoNetException
SrvErrorException
-
-