Class WriteObjectReferencesParams<Model>
java.lang.Object
de.xima.fc.workflow.WriteObjectReferencesParams<Model>
- Type Parameters:
Model- Type of the element's properties model.
- All Implemented Interfaces:
IWriteObjectReferencesParams<Model>
public final class WriteObjectReferencesParams<Model>
extends Object
implements IWriteObjectReferencesParams<Model>
POJO implementation of
IWriteObjectReferencesParams.- Since:
- 8.5.0
- Author:
- XIMA MEDIA GmbH
-
Constructor Summary
ConstructorsConstructorDescriptionWriteObjectReferencesParams(Model data, Iterable<IObjectReferenceDescriptor> updateDescriptors) Creates a new POJO with the given data. -
Method Summary
Modifier and TypeMethodDescriptiongetData()The deserialized properties model of the node or trigger on which to set the new references.Gets the list ofobject reference descriptorspointing to the references to be updated.
-
Constructor Details
-
WriteObjectReferencesParams
public WriteObjectReferencesParams(Model data, Iterable<IObjectReferenceDescriptor> updateDescriptors) Creates a new POJO with the given data.- Parameters:
data- The deserialized properties model of the workflow node or trigger.updateDescriptors- The new reference descriptors to write into the model.
-
-
Method Details
-
getData
Description copied from interface:IWriteObjectReferencesParamsThe deserialized properties model of the node or trigger on which to set the new references.- Specified by:
getDatain interfaceIWriteObjectReferencesParams<Model>- Returns:
- the properties model
-
getUpdateDescriptors
Description copied from interface:IWriteObjectReferencesParamsGets the list ofobject reference descriptorspointing to the references to be updated.- Specified by:
getUpdateDescriptorsin interfaceIWriteObjectReferencesParams<Model>- Returns:
- The descriptors for the references to be updated.
-