Interface IReadPlaceholdersParams<TData>

Type Parameters:
TData - Type of the element's properties model.
All Known Implementing Classes:
ReadPlaceholdersParams

public interface IReadPlaceholdersParams<TData>
Models the parameters that are passed to IElementHandler.readPlaceholders(IReadPlaceholdersParams).
Since:
7.0.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getData

      TData getData()
      Returns:
      The workflow element's properties model from which to read the placeholders.