Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMInformationItem
Packages that use DMInformationItem
Package
Description
The purpose of DMN is to provide the constructs that are needed to model
decisions, so that organizational decision-making can be readily depicted in
diagrams, accurately defined by business analysts, and (optionally) automated.
-
Uses of DMInformationItem in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMInformationItemModifier and TypeFieldDescriptionARG_AddInformationItem.ohItemthe new information item is created after this item or at the end otherwiseARG_InvocationRow.ohParparameter of the called functionARG_InvocationRow.ohRefinformation item which is referenced by the expression textARG_NewDMLiteralExpressionByFlowTextWithReference.ohRefinformation item which is referenced by the expression textMethods in de.mid.innovator.srv2api.icw2dm that return DMInformationItemModifier and TypeMethodDescriptionDMRelation.addColumn(DMInformationItem ohItem, String name, boolean isMaintaining) Creates a newDMInformationItemas column of thisDMRelation.DMFunctionDefinition.addParameter(DMInformationItem ohItem, String name, boolean isMaintaining) Creates a newDMInformationItemas parameter of thisDMFunctionDefinition.DMBinding.getParameter()TheDMInformationItemon which the called function of the owning instance ofDMInvocationdepends that is bound by thisDMBinding.DMContextEntry.getVariable()The instance ofDMInformationItemthat is contained in thisDMContextEntry, and whose name is the key in the modeled context entry.DRDecision.getVariable()The instance ofDMInformationItemthat stores the result of thisDRDecision.DRInputData.getVariable()The instance ofDMInformationItemthat stores the result of thisDRInputData.DRInvocable.getVariable()The instance ofDMInformationItemthat is bound to the function.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMInformationItemModifier and TypeMethodDescriptionDMFunctionDefinition.getFormalParameter(K_CONTROL_OPTION... behaviourFlags) All instances ofDMInformationItemthat are formal parameters of thisDMFunctionDefinition.DMRelation.getOwnedColumns(K_CONTROL_OPTION... behaviourFlags) This attributes lists the instances ofDMInformationItemthat define the columns in thisDMRelation.DMLiteralExpression.getReferencedInformationItem()All items referenced by thisDMLiteralExpression.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMInformationItemModifier and TypeMethodDescriptionDMRelation.addColumn(DMInformationItem ohItem, String name, boolean isMaintaining) Creates a newDMInformationItemas column of thisDMRelation.DMFunctionDefinition.addParameter(DMInformationItem ohItem, String name, boolean isMaintaining) Creates a newDMInformationItemas parameter of thisDMFunctionDefinition.static DMLiteralExpressionDMLiteralExpressionHelper.create(SrvContext srvCtx, ELContainerAble ohContainer, String strText, String strFlowText, DMInformationItem ohRef) Creates a newDMLiteralExpressionwith a formatted text and a referencedDMInformationItemas content of the specifiedELContainerAble.voidDMInvocation.modifyInvocationRow(DMInformationItem ohPar, String strText, String strFlowText, DMInformationItem ohRef) Modifies the row of this invocation.Method parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type DMInformationItemModifier and TypeMethodDescriptionvoidDMLiteralExpression.setReferencedInformationItem(List<? extends DMInformationItem> values) Set the value of Foreign Key ReferencedInformationItem.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMInformationItemModifierConstructorDescriptionARG_AddInformationItem(DMInformationItem ohItem, String name, boolean isMaintaining) ARG_InvocationRow(DMInformationItem ohPar, String strText, String strFlowText, DMInformationItem ohRef) ARG_NewDMLiteralExpressionByFlowTextWithReference(ELContainerAble ohContainer, String strText, String strFlowText, DMInformationItem ohRef)