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 ofIReadPlaceholdersParams
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ReadPlaceholdersParams(TData data)
Creates a new POJO with the given data.
-
-
-
Method Detail
-
getData
public TData getData()
- Specified by:
getData
in interfaceIReadPlaceholdersParams<TData>
- Returns:
- The workflow element's properties model from which to read the placeholders.
-
-