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 DMInformationItem
ARG_AddInformationItem. ohItem
the new information item is created after this item or at the end otherwiseDMInformationItem
ARG_InvocationRow. ohPar
parameter of the called functionDMInformationItem
ARG_InvocationRow. ohRef
information item which is referenced by the expression textDMInformationItem
ARG_NewDMLiteralExpressionByFlowTextWithReference. ohRef
information item which is referenced by the expression textMethods in de.mid.innovator.srv2api.icw2dm that return DMInformationItem Modifier and Type Method Description DMInformationItem
DMRelation. addColumn(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)
Creates a newDMInformationItem
as column of thisDMRelation
.DMInformationItem
DMFunctionDefinition. addParameter(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)
Creates a newDMInformationItem
as parameter of thisDMFunctionDefinition
.DMInformationItem
DMBinding. getParameter()
TheDMInformationItem
on which the called function of the owning instance ofDMInvocation
depends that is bound by thisDMBinding
.DMInformationItem
DMContextEntry. getVariable()
The instance ofDMInformationItem
that is contained in thisDMContextEntry
, and whose name is the key in the modeled context entry.DMInformationItem
DRDecision. getVariable()
The instance ofDMInformationItem
that stores the result of thisDRDecision
.DMInformationItem
DRInputData. getVariable()
The instance ofDMInformationItem
that stores the result of thisDRInputData
.DMInformationItem
DRInvocable. getVariable()
The instance ofDMInformationItem
that 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 ofDMInformationItem
that are formal parameters of thisDMFunctionDefinition
.java.util.List<DMInformationItem>
DMRelation. getOwnedColumns(K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMInformationItem
that 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 DMInformationItem
DMRelation. addColumn(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)
Creates a newDMInformationItem
as column of thisDMRelation
.DMInformationItem
DMFunctionDefinition. addParameter(DMInformationItem ohItem, java.lang.String name, boolean isMaintaining)
Creates a newDMInformationItem
as parameter of thisDMFunctionDefinition
.static DMLiteralExpression
DMLiteralExpressionHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, java.lang.String strText, java.lang.String strFlowText, DMInformationItem ohRef)
Creates a newDMLiteralExpression
with a formatted text and a referencedDMInformationItem
as content of the specifiedELContainerAble
.void
DMInvocation. 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 void
DMLiteralExpression. 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)
-