Grassroots Infrastructure
The Grassroots Infrastructure is a suite of computing tools to help users and developers use scientific data infrastructure that can easily be interconnected.
user.h File Reference

Routines to query user data objects and collections. More...

#include <time.h>
#include <jansson.h>
#include "irods_util_library.h"
#include "query.h"
Include dependency graph for user.h:

Go to the source code of this file.

Functions

json_t * GetModifiedIRodsFiles (const char *const username_s, const char *const password_s, const time_t from, const time_t to)
 Get all data objects for a given user modified within a given time interval. More...
 
json_t * GetInterestedServicesForIrodsDataObject (const char *services_path_s, char *const username_s, char *const password_s, const char *data_name_s)
 Get all Services that can work on a given data object. More...
 

Detailed Description

Routines to query user data objects and collections.