Package de.xima.fc.workflow
Class ReadPlaceholdersParams<TData>
java.lang.Object
de.xima.fc.workflow.ReadPlaceholdersParams<TData>
- Type Parameters:
TData
- Type of the element's properties model.
- All Implemented Interfaces:
IReadPlaceholdersParams<TData>
public final class ReadPlaceholdersParams<TData>
extends Object
implements IReadPlaceholdersParams<TData>
Default POJO implementation of
IReadPlaceholdersParams
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReadPlaceholdersParams
Creates a new POJO with the given data.- Parameters:
data
- Value returned bygetData()
-
-
Method Details
-
getData
- Specified by:
getData
in interfaceIReadPlaceholdersParams<TData>
- Returns:
- The workflow element's properties model from which to read the placeholders.
-