Uses of Interface
de.xima.fc.interfaces.workflow.params.IGetDisplayLabelParams
- 
Packages that use IGetDisplayLabelParams Package Description de.xima.fc.interfaces.workflow.elements de.xima.fc.workflow de.xima.fc.workflow.designer.registry.nodes de.xima.fc.workflow.mixin  - 
- 
Uses of IGetDisplayLabelParams in de.xima.fc.interfaces.workflow.elements
Methods in de.xima.fc.interfaces.workflow.elements with parameters of type IGetDisplayLabelParams Modifier and Type Method Description default StringIElementHandler. getDisplayLabel(IGetDisplayLabelParams<TData> params)Retrieves the display label for a workflow element. - 
Uses of IGetDisplayLabelParams in de.xima.fc.workflow
Classes in de.xima.fc.workflow that implement IGetDisplayLabelParams Modifier and Type Class Description classGetDisplayLabelParams<TData>Default POJO implementation ofIGetDisplayLabelParams. - 
Uses of IGetDisplayLabelParams in de.xima.fc.workflow.designer.registry.nodes
Methods in de.xima.fc.workflow.designer.registry.nodes with parameters of type IGetDisplayLabelParams Modifier and Type Method Description StringFcChangeStateHandler. getDisplayLabel(IGetDisplayLabelParams<FcChangeStateProps> params) - 
Uses of IGetDisplayLabelParams in de.xima.fc.workflow.mixin
Methods in de.xima.fc.workflow.mixin with parameters of type IGetDisplayLabelParams Modifier and Type Method Description default StringIMultipleCheckPropertiesNode. getDisplayLabel(IGetDisplayLabelParams<TData> params) 
 -