Adaptive Framework 0.9.0

model_returnObject_signature

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

PropertyValue
briefSignature used for current:returnObject()
categorymodel
descriptionThis is the function signature for current:returnObject used by onGetObjects and onRetrieveObjects. Calling this directly will throw a "Do not call directly" error.
functionIdmodel_returnObject_signature
functionLabelmodel_returnObject_signature
parameters[ { "dataType": "object", "brief": "The object to return", "description": "This is the object to return.", "name": "object" }, { "brief": "User data", "dataType": "boolean", "description": "If this is present and true, the object will be mapped its mapped adaptor's object type to the model adaptor's object type.", "name": "userData", "optional": true } ]
returns{ "dataType": "boolean", "brief": "true if no more objects can be returned", "description": "This will return true if no more objects can be returned for any reason including a limit exceeded, connection closed, or server stopping." }
signatureOnlytrue