Interface IGetDisplayLabelParams<TData>

Type Parameters:
TData - Type of the workflow elements 's properties model.
All Known Implementing Classes:
GetDisplayLabelParams

public interface IGetDisplayLabelParams<TData>
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • 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.