Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMInformationItem
-
Packages that use DMInformationItem Package Description de.mid.innovator.srv2api.icw2dm 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 DMInformationItem Modifier and Type Field Description DMInformationItemARG_AddInformationItem. ohItemthe new information item is created after this item or at the end otherwiseDMInformationItemARG_InvocationRow. ohParparameter of the called functionDMInformationItemARG_InvocationRow. ohRefinformation item which is referenced by the expression textDMInformationItemARG_NewDMLiteralExpressionByFlowTextWithReference. ohRefinformation item which is referenced by the expression textMethods in de.mid.innovator.srv2api.icw2dm that return DMInformationItem Modifier and Type Method Description DMInformationItemDMRelation. addColumn(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)Creates a newDMInformationItemas column of thisDMRelation.DMInformationItemDMFunctionDefinition. addParameter(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)Creates a newDMInformationItemas parameter of thisDMFunctionDefinition.DMInformationItemDMBinding. getParameter()TheDMInformationItemon which the called function of the owning instance ofDMInvocationdepends that is bound by thisDMBinding.DMInformationItemDMContextEntry. getVariable()The instance ofDMInformationItemthat is contained in thisDMContextEntry, and whose name is the key in the modeled context entry.DMInformationItemDRDecision. getVariable()The instance ofDMInformationItemthat stores the result of thisDRDecision.DMInformationItemDRInputData. getVariable()The instance ofDMInformationItemthat stores the result of thisDRInputData.DMInformationItemDRInvocable. getVariable()The instance ofDMInformationItemthat is bound to the function.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMInformationItem Modifier and Type Method Description java.util.List<DMInformationItem>DMFunctionDefinition. getFormalParameter(K_CONTROL_OPTION... behaviourFlags)All instances ofDMInformationItemthat are formal parameters of thisDMFunctionDefinition.java.util.List<DMInformationItem>DMRelation. getOwnedColumns(K_CONTROL_OPTION... behaviourFlags)This attributes lists the instances ofDMInformationItemthat define the columns in thisDMRelation.java.util.List<DMInformationItem>DMLiteralExpression. getReferencedInformationItem()All items referenced by thisDMLiteralExpression.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMInformationItem Modifier and Type Method Description DMInformationItemDMRelation. addColumn(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)Creates a newDMInformationItemas column of thisDMRelation.DMInformationItemDMFunctionDefinition. addParameter(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)Creates a newDMInformationItemas parameter of thisDMFunctionDefinition.static DMLiteralExpressionDMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)Creates a newDMLiteralExpressionwith a formatted text and a referencedDMInformationItemas content of the specifiedELContainerAble.voidDMInvocation. modifyInvocationRow(DMInformationItem ohPar, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)Modifies the row of this invocation.Method parameters in de.mid.innovator.srv2api.icw2dm with type arguments of type DMInformationItem Modifier and Type Method Description voidDMLiteralExpression. setReferencedInformationItem(java.util.List<? extends DMInformationItem> values)Set the value of Foreign Key ReferencedInformationItem.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMInformationItem Constructor Description ARG_AddInformationItem(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)ARG_InvocationRow(DMInformationItem ohPar, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)ARG_NewDMLiteralExpressionByFlowTextWithReference(ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
-