Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMList
-
Packages that use DMList 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 DMList in de.mid.innovator.srv2api.icw2dm
Fields in de.mid.innovator.srv2api.icw2dm declared as DMList Modifier and Type Field Description DMList
ARG_AddRowList. ohRow
the new row list is created after this row or at the end otherwiseMethods in de.mid.innovator.srv2api.icw2dm that return DMList Modifier and Type Method Description DMList
DMRelation. addRowList(DMList ohRow, boolean isMaintaining)
Creates a newDMList
as row of thisDMRelation
.static DMList
DMListHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMList
as content of the specifiedELContainerAble
.DMList
DMExpression. getOwningList()
TheDMList
which owns thisDMExpression
as element.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMList Modifier and Type Method Description java.util.List<DMList>
DMRelation. getOwnedRows(K_CONTROL_OPTION... behaviourFlags)
This attributes lists the instances ofDMList
that compose the rows of thisDMRelation
.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMList Modifier and Type Method Description DMList
DMRelation. addRowList(DMList ohRow, boolean isMaintaining)
Creates a newDMList
as row of thisDMRelation
.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMList Constructor Description ARG_AddRowList(DMList ohRow, boolean isMaintaining)
-