Adaptive Framework  0.9.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
Functions
afw_adaptor_get.h File Reference

Adaptive Framework adaptor get object. More...

#include "afw_interface.h"

Go to the source code of this file.

Functions

const afw_object_tafw_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_tafw_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_tafw_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...
 

Detailed Description

Adaptive Framework adaptor get object.

Definition in file afw_adaptor_get.h.