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.
|
Go to the documentation of this file.
8 #ifndef SERVICES_FIELD_TRIALS_INCLUDE_PERMISSIONS_EDITOR_H_
9 #define SERVICES_FIELD_TRIALS_INCLUDE_PERMISSIONS_EDITOR_H_
PermissionsGroup * GetPermissionsGroupFromPermissionsEditor(ParameterSet *param_set_p, ServiceJob *job_p, User *user_p, ServiceData *data_p)
ParameterType
The different types that a Parameter can take.
Definition: parameter_type.h:35
A datatype to represent a running task.
Definition: service_job.h:72
bool GetPermissionsEditorParameterTypeForNamedParameter(const char *param_name_s, ParameterType *pt_p)
#define DFW_FIELD_TRIAL_SERVICE_LOCAL
Definition: dfw_field_trial_service_library.h:43
Definition: permission.h:41
bool AddPermissionsEditor(PermissionsGroup *permissions_group_p, const char *id_s, ParameterSet *param_set_p, const bool read_only_flag, FieldTrialServiceData *ft_data_p)
A datatype to store user credentials.
Definition: user_details.h:40
A datatype for holding the configuration data for a Service.
Definition: service.h:126
bool RunForPermissionEditor(ParameterSet *param_set_p, PermissionsGroup *permissions_group_p, ServiceJob *job_p, User *user_p, ServiceData *data_p)
The configuration data used by the DFW Field Trial Service.
Definition: dfw_field_trial_service_data.h:118
A set of Parameters along with an optional name and description.
Definition: parameter_set.h:46