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 toIElementHandler.getDisplayLabel(IGetDisplayLabelParams).- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TDatagetData()IBaseWorkflowEnvironmentDatagetEnvironmentData()LocalegetlLocale()IWorkflowProvidergetProvider() 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -