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 atriggerornodefor special types, all logic is implemented in terms of theITriggerHandlerandINodeHandlerinterfaces.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 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
 
 -