Adaptive Framework
0.9.0
|
Adaptive Framework adaptor get object. More...
#include "afw_interface.h"
Go to the source code of this file.
Functions | |
const afw_object_t * | afw_adaptor_get_object (const afw_utf8_t *adaptor_id, const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, const afw_object_options_t *options, const afw_query_criteria_t *criteria, const afw_object_t *journal_entry, const afw_object_t *adaptor_type_specific, const afw_pool_t *p, afw_xctx_t *xctx) |
Get and cache object. More... | |
const afw_object_type_t * | afw_adaptor_get_object_type (const afw_utf8_t *adaptor_id, const afw_utf8_t *object_type_id, const afw_object_t *journal_entry, afw_xctx_t *xctx) |
Get and cache AdaptiveObjectType object. More... | |
const afw_object_t * | afw_adaptor_get_object_by_path (const afw_utf8_t *path, const afw_object_t *journal_entry, const afw_object_t *adaptor_type_specific, afw_xctx_t *xctx) |
Get and cache object by path. More... | |
const afw_object_t *const * | afw_adaptor_get_objects_by_paths (const afw_utf8_t *const *paths, const afw_object_t *journal_entry, afw_xctx_t *xctx) |
Get and cache objects by paths. More... | |
Adaptive Framework adaptor get object.
Definition in file afw_adaptor_get.h.