const ProjectController & projectController
Controller for creating, loading and saving projects.
Definition: taskcontext.h:54
TaskContext(const ComponentsController &componentsController, const FacetsController &facetsController, const FieldDefinitionsController &fieldDefinitionsController, const ProjectController &projectController, const RecordsController &recordsController, const TypesController &typesController)
Constructs a new context to run automated tasks in.
Definition: taskcontext.cpp:12
const FacetsController & facetsController
Controller for validating type facets.
Definition: taskcontext.h:44
const TypesController & typesController
Controller for adding, updating and removing custom types.
Definition: taskcontext.h:64
const ComponentsController & componentsController
Controller for adding and removing components.
Definition: taskcontext.h:39
Context to run automated tasks in.
Definition: taskcontext.h:16
const RecordsController & recordsController
Controller for adding, updating and removing records.
Definition: taskcontext.h:59
const FieldDefinitionsController & fieldDefinitionsController
Controller for adding, updating and removing field definitions.
Definition: taskcontext.h:49