Adaptive Framework 0.9.0

reconcile_object

The following is a list of properties for the function reconcile_object:

PropertyValue
briefReconcile adaptive object
categoryadaptor
descriptionReconcile an adaptive object.
functionIdreconcile_object
functionLabelreconcile_object
parameters[ { "dataType": "object", "description": "An object that has been retrieved with object options reconcilable, and whose properties have been modified. A modify_object request will be produced reflecting the difference between the original object and this unmodified object.", "name": "object" }, { "dataType": "boolean", "description": "Produce the modify_object request but don't execute it. The returned journal enter will contain the modify_object request.", "name": "checkOnly", "optional": true } ]
returns{ "dataType": "object", "dataTypeParameter": "_AdaptiveJournalEntry_", "description": "Resulting journal entry." }
sideEffects[ "Object modified" ]