Interface IGetDisplayLabelParams<TData>
- Type Parameters:
TData
- Type of the workflow elements 's properties model.
- All Known Implementing Classes:
GetDisplayLabelParams
public interface IGetDisplayLabelParams<TData>
Parameters that are passed to
IElementHandler.getDisplayLabel(IGetDisplayLabelParams)
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getData
TData getData()- Returns:
- The deserialized properties model of the workflow element.
-
getEnvironmentData
IBaseWorkflowEnvironmentData getEnvironmentData()- Returns:
- Environment data with the entity context, client etc.
-
getlLocale
Locale getlLocale()- Returns:
- Locale for which to retrieve the display label.
-
getProvider
IWorkflowProvider getProvider()- Returns:
- Current workflow provider for accessing various related entities etc.
-