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 SerializableIElementHandler. 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 ISummaryKeyValueModelIKeyValueSummarizableElement. getElementSummaryKeyValueModel(IGetElementSummaryParams<TData> params)default SerializableIKeyValueSummarizableElement. 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 classGetElementSummaryParams<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
 
 -