Uses of Interface
de.xima.fc.interfaces.workflow.params.IGetElementSummaryParams
-
Packages that use IGetElementSummaryParams Package Description de.xima.fc.interfaces.workflow.elements de.xima.fc.interfaces.workflow.mixin The workflow engine is generic in the sense that it never checks the type of atrigger
ornode
for special types, all logic is implemented in terms of theITriggerHandler
andINodeHandler
interfaces.de.xima.fc.workflow.designer.model de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.designer.registry.triggers -
-
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
-