9 #ifndef __AFW_ADAPTOR_GET_H__
10 #define __AFW_ADAPTOR_GET_H__
#define AFW_BEGIN_DECLARES
#define AFW_DECLARE(type)
Declare a public afw function.
Interfaceafw_interface header.
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.
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.
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.
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.
Struct for object processing options.
Interface afw_object public struct.
Struct for afw_object_type_t.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.