gws_core

Introduction
Getting Started
Developer guide
Release
Architecture
CLI
Technical documentations
Version

ModelService

Functions
check_all_typings @classmethod

Method to check if all typing registered in BD exists

count_model @classmethod

Counts models

typing_name : str
Return type : int
count_model_from_type @classmethod

Counts models

model_type : Type
Return type : int
fetch_list_of_models @classmethod
typing_name : str
page : int - 0
number_of_items_per_page : int - 20
Return type : Paginator
fetch_model @classmethod

Fetch a model

typing_name : str
id : str
The id of the model
Return type : Model
register_all_processes_and_resources @classmethod