Interface IWriteObjectReferencesParams<Model>
- Type Parameters:
Model- Type of the workflow elements properties model.
- All Known Implementing Classes:
WriteObjectReferencesParams
public interface IWriteObjectReferencesParams<Model>
Query interface for providing information for updating entity references, passed to
IElementHandler.writeObjectReferences(IWriteObjectReferencesParams).- Since:
- 8.5.0
- Author:
- XIMA MEDIA GmbH
-
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.
-
Method Details
-
getData
Model getData()The deserialized properties model of the node or trigger on which to set the new references.- Returns:
- the properties model
-
getUpdateDescriptors
Iterable<IObjectReferenceDescriptor> getUpdateDescriptors()Gets the list ofobject reference descriptorspointing to the references to be updated.- Returns:
- The descriptors for the references to be updated.
-