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 ofIWritePlaceholdersParams.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Constructor Summary
Constructors Constructor Description WritePlaceholdersParams(TData data, Iterable<IPlaceholderProperty<?,?>> placeholderProperties)Creates a new POJO with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TDatagetData()Iterable<IPlaceholderProperty<?,?>>getPlaceholderProperties() 
 - 
 
- 
- 
Constructor Detail
- 
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 Detail
- 
getData
public TData getData()
- Specified by:
 getDatain interfaceIWritePlaceholdersParams<TData>- Returns:
 - The workflow element's properties model to which to write the placeholders.
 
 
- 
getPlaceholderProperties
public Iterable<IPlaceholderProperty<?,?>> getPlaceholderProperties()
- Specified by:
 getPlaceholderPropertiesin interfaceIWritePlaceholdersParams<TData>- Returns:
 - Placeholders that should be written to the properties model.
 
 
 - 
 
 -