Class ReadObjectReferencesParams<Model>
java.lang.Object
de.xima.fc.workflow.ReadObjectReferencesParams<Model>
- Type Parameters:
Model- Type of the element's properties model.
- All Implemented Interfaces:
IReadObjectReferencesParams<Model>
public final class ReadObjectReferencesParams<Model>
extends Object
implements IReadObjectReferencesParams<Model>
Default POJO implementation of
IReadObjectReferencesParams.- Since:
- 8.5.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new POJO with the given data. -
Method Summary
-
Constructor Details
-
ReadObjectReferencesParams
Creates a new POJO with the given data.- Parameters:
data- The deserialized properties model of the workflow node or trigger.
-
-
Method Details
-
getData
Description copied from interface:IReadObjectReferencesParamsGets the deserialized properties model of the node or trigger from which to extract the references. TheIElementHandler.readObjectReferences(IReadObjectReferencesParams)should extract all relevant object references from this model.- Specified by:
getDatain interfaceIReadObjectReferencesParams<Model>- Returns:
- The properties model.
-