Uses of Interface
de.mid.innovator.srv2api.icw2dm.DMInvocation
-
Packages that use DMInvocation 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 DMInvocation in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DMInvocation Modifier and Type Method Description static DMInvocation
DMInvocationHelper. create(SrvContext srvCtx, ELContainerAble ohContainer, DMFunctionDefinition ohCalledFunction, boolean isMaintaining)
DMInvocation
DMBinding. getOwningInvocation()
TheDMInvocation
which owns thisDMBinding
.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DMInvocation Modifier and Type Method Description java.util.List<DMInvocation>
DMExpression. getCallingInvocation(K_CONTROL_OPTION... behaviourFlags)
All invocations of thisDMExpression
.
-