Package de.xima.fc.workflow
Class ReadEntityRefsParams<TData>
- java.lang.Object
-
- de.xima.fc.workflow.ReadEntityRefsParams<TData>
-
- Type Parameters:
TData
- Type of the element's properties model.
- All Implemented Interfaces:
IReadEntityRefsParams<TData>
public final class ReadEntityRefsParams<TData> extends Object implements IReadEntityRefsParams<TData>
Default POJO implementation ofIReadEntityRefsParams
.- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description ReadEntityRefsParams(TData data)
Creates a new POJO with the given data.
-
-
-
Method Detail
-
getData
public TData getData()
- Specified by:
getData
in interfaceIReadEntityRefsParams<TData>
- Returns:
- The node or trigger's properties model from which to extract the references.
-
-