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 toIElementHandler.writePlaceholders(IWritePlaceholdersParams)
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TData
getData()
Iterable<IPlaceholderProperty<?,?>>
getPlaceholderProperties()
-
-
-
Method Detail
-
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.
-
-