tik_manager4.management.management_core

The core of the management system.

Classes

ManagementCore

The core of the management system.

Module Contents

class ManagementCore

The core of the management system.

abstract authenticate()

This method is called when the user authenticates.

abstract create_from_project()

This method is called when a new project is created.

static date_stamp()

Return the current date stamp in ISO 8601 format.

abstract force_sync()

This method is called when the project is forcefully synced.

abstract get_all_assets()

This method is called when all assets are retrieved.

abstract get_all_shots()

This method is called when all shots are retrieved.

abstract get_available_status_lists(force=False)

This method is called when the available status lists are retrieved.

abstract get_entity_url(entity_type, entity_id)

This method is called when the URL of an entity is retrieved.

abstract get_projects()

This method is called when the projects are retrieved.

abstract logout()

This method is called when the user logs out.

abstract publish_version(*args, **kwargs)

This method is called when a version is published.

abstract request_tasks(entity_id, entity_type, step=None, project_id=None)

This method is called when tasks are requested.

abstract sync_project()

This method is called when the project is synced.