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 DMListARG_AddRowList. ohRowthe 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 DMListDMRelation. addRowList(DMList ohRow, boolean isMaintaining)Creates a newDMListas row of thisDMRelation.static DMListDMListHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)Creates a newDMListas content of the specifiedELContainerAble.DMListDMExpression. getOwningList()TheDMListwhich owns thisDMExpressionas 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 ofDMListthat compose the rows of thisDMRelation.Methods in de.mid.innovator.srv2api.icw2dm with parameters of type DMList Modifier and Type Method Description DMListDMRelation. addRowList(DMList ohRow, boolean isMaintaining)Creates a newDMListas row of thisDMRelation.Constructors in de.mid.innovator.srv2api.icw2dm with parameters of type DMList Constructor Description ARG_AddRowList(DMList ohRow, boolean isMaintaining)
-