Interface IWritePlaceholdersParams<TData>
- Type Parameters:
TData
- Type of the element's properties model.
- All Known Implementing Classes:
WritePlaceholdersParams
public interface IWritePlaceholdersParams<TData>
Models the parameters that are passed to
IElementHandler.writePlaceholders(IWritePlaceholdersParams)
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getData
TData getData()- Returns:
- The workflow element's properties model to which to write the placeholders.
-
getPlaceholderProperties
Iterable<IPlaceholderProperty<?,?>> getPlaceholderProperties()- Returns:
- Placeholders that should be written to the properties model.
-