Package de.xima.fc.workflow
Class WritePlaceholdersParams<TData>
java.lang.Object
de.xima.fc.workflow.WritePlaceholdersParams<TData>
- Type Parameters:
TData
- Type of the element's properties model.
- All Implemented Interfaces:
IWritePlaceholdersParams<TData>
public final class WritePlaceholdersParams<TData>
extends Object
implements IWritePlaceholdersParams<TData>
Default POJO implementation of
IWritePlaceholdersParams
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionWritePlaceholdersParams
(TData data, Iterable<IPlaceholderProperty<?, ?>> placeholderProperties) Creates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
WritePlaceholdersParams
public WritePlaceholdersParams(TData data, Iterable<IPlaceholderProperty<?, ?>> placeholderProperties) Creates a new POJO with the given data.- Parameters:
data
- Value returned bygetData()
placeholderProperties
- Value returned bygetPlaceholderProperties()
.
-
-
Method Details
-
getData
- Specified by:
getData
in interfaceIWritePlaceholdersParams<TData>
- Returns:
- The workflow element's properties model to which to write the placeholders.
-
getPlaceholderProperties
- Specified by:
getPlaceholderProperties
in interfaceIWritePlaceholdersParams<TData>
- Returns:
- Placeholders that should be written to the properties model.
-