tik_manager4.objects.commons
Commons module for tik_manager4 package.
Classes
Class to handle the common settings and user data |
Module Contents
- class Commons(folder_path)
Class to handle the common settings and user data
- check_user_permission_level(user_name)
Return the permission level for given user.
- Args:
user_name (str): The name of the user.
- Returns:
int: The permission level of the user.
- collect_common_modules(dcc_name, module_type)
Collect the available studio-specific dcc modules.
- get_project_structures()
Return list of available project structures defined in defaults.
- get_user_email(user_name)
Return the email of the user.
- Args:
user_name (str): The name of the user.
- Returns:
str: The email of the user.
- get_users()
Return the list of all active users.
- property folder_path
- Return the folder path.
- property id
- Return the commons id.
- metadata = None
- property name
- Return the commons name.
- project_settings = None
- structures = None
- template = None
- user_defaults = None
- users = None