collaboration module¶
| Class | Description | 
|---|---|
| Class representing a collection of snapshots in a local database | |
| Class representing a remote project file. It controls the various snapshots and raw file… | |
| Class representing a remote folder in a project. | |
| Class representing a remote Group | |
| Class representing a remote project | |
| Class representing a connection to a Collaboration server | |
| Class representing a remote Snapshot | |
| Class representing a remote undo entry | |
| Class representing a remote User | |
| Get the single actively connected Remote (for ux simplification) | |
| Create a Remote and add it to the list of known remotes (saved to Settings) | |
| Get whichever known Remote has the same address as the Enterprise license server | |
| Get Remote by address | |
| Get Remote by unique id | |
| Get Remote by name | |
| List of known/connected Remotes | |
| Load the list of known Remotes from local Settings | |
| Remove a Remote from the list of known remotes (saved to Settings) | |
| Save the list of known Remotes to local Settings | |
| Set the single actively connected Remote | 
active_remote¶
create_remote¶
enterprise_remote¶
get_remote_by_address¶
get_remote_by_id¶
get_remote_by_name¶
known_remotes¶
load_remotes¶
- class load_remotes[source]¶
- Bases: - Load the list of known Remotes from local Settings - Raises:
- RuntimeError – If there was an error 
 
remove_known_remote¶
save_remotes¶
- class save_remotes[source]¶
- Bases: - Save the list of known Remotes to local Settings - Raises:
- RuntimeError – If there was an error