tik_manager4.management.management_core ======================================= .. py:module:: tik_manager4.management.management_core .. autoapi-nested-parse:: The core of the management system. Classes ------- .. autoapisummary:: tik_manager4.management.management_core.ManagementCore Module Contents --------------- .. py:class:: ManagementCore The core of the management system. .. py:method:: authenticate() :abstractmethod: This method is called when the user authenticates. .. py:method:: create_from_project() :abstractmethod: This method is called when a new project is created. .. py:method:: date_stamp() :staticmethod: Return the current date stamp in ISO 8601 format. .. py:method:: force_sync() :abstractmethod: This method is called when the project is forcefully synced. .. py:method:: get_all_assets() :abstractmethod: This method is called when all assets are retrieved. .. py:method:: get_all_shots() :abstractmethod: This method is called when all shots are retrieved. .. py:method:: get_available_status_lists(force=False) :abstractmethod: This method is called when the available status lists are retrieved. .. py:method:: get_entity_url(entity_type, entity_id) :abstractmethod: This method is called when the URL of an entity is retrieved. .. py:method:: get_projects() :abstractmethod: This method is called when the projects are retrieved. .. py:method:: logout() :abstractmethod: This method is called when the user logs out. .. py:method:: publish_version(*args, **kwargs) :abstractmethod: This method is called when a version is published. .. py:method:: request_tasks(entity_id, entity_type, step=None, project_id=None) :abstractmethod: This method is called when tasks are requested. .. py:method:: sync_project() :abstractmethod: This method is called when the project is synced.