Uses of Interface
de.xima.fc.interfaces.workflow.params.IGetElementSummaryParams
-
-
Uses of IGetElementSummaryParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IGetElementSummaryParams Modifier and Type Method Description default Serializable
IElementHandler. getElementSummaryModel(IGetElementSummaryParams<TData> params)
When the user clicks on the info icon of a node or trigger, an panel with a quick summary of that node or trigger opens. -
Uses of IGetElementSummaryParams in de.xima.fc.interfaces.workflow.mixin
Methods in de.xima.fc.interfaces.workflow.mixin with parameters of type IGetElementSummaryParams Modifier and Type Method Description ISummaryKeyValueModel
IKeyValueSummarizableElement. getElementSummaryKeyValueModel(IGetElementSummaryParams<TData> params)
default Serializable
IKeyValueSummarizableElement. getElementSummaryModel(IGetElementSummaryParams<TData> params)
-
Uses of IGetElementSummaryParams in de.xima.fc.workflow.designer.model
Classes in de.xima.fc.workflow.designer.model that implement IGetElementSummaryParams Modifier and Type Class Description class
GetElementSummaryParams<TData>
Default POJO implementation ofIGetElementSummaryParams
. -
Uses of IGetElementSummaryParams in de.xima.fc.workflow.designer.registry.nodes
-
Uses of IGetElementSummaryParams in de.xima.fc.workflow.designer.registry.triggers
-