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 -
-
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 String
IElementHandler. 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 class
GetDisplayLabelParams<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 String
FcChangeStateHandler. getDisplayLabel(IGetDisplayLabelParams<FcChangeStateProps> params)
String
FcMultipleConditionHandler. getDisplayLabel(IGetDisplayLabelParams<FcMultipleConditionProps> params)
-