This class allows Clips to be queried, updated, and deleted from the project data.
More...
|
def | delete (self) |
| Delete the object from the project data store. More...
|
|
def | filter (kwargs) |
| Take any arguments given as filters, and find a list of matching objects. More...
|
|
def | get (kwargs) |
| Take any arguments given as filters, and find the first matching object. More...
|
|
def | save (self) |
| Save the object back to the project data store. More...
|
|
def | title (self) |
| Get the translated display title of this item. More...
|
|
def | __init__ (self) |
| Constructor. More...
|
|
def | delete (self, OBJECT_TYPE) |
| Delete the object from the project data store. More...
|
|
def | filter (OBJECT_TYPE, kwargs) |
| Take any arguments given as filters, and find a list of matching objects. More...
|
|
def | get (OBJECT_TYPE, kwargs) |
| Take any arguments given as filters, and find the first matching object. More...
|
|
def | save (self, OBJECT_TYPE) |
| Save the object back to the project data store. More...
|
|
def | title (self) |
| Get the translated display title of this item. More...
|
|
This class allows Clips to be queried, updated, and deleted from the project data.
Definition at line 153 of file query.py.
◆ delete()
def query.Clip.delete |
( |
|
self | ) |
|
Delete the object from the project data store.
Definition at line 164 of file query.py.
◆ filter()
def query.Clip.filter |
( |
|
kwargs | ) |
|
Take any arguments given as filters, and find a list of matching objects.
Definition at line 169 of file query.py.
◆ get()
def query.Clip.get |
( |
|
kwargs | ) |
|
Take any arguments given as filters, and find the first matching object.
Definition at line 174 of file query.py.
◆ save()
def query.Clip.save |
( |
|
self | ) |
|
Save the object back to the project data store.
Definition at line 159 of file query.py.
◆ title()
def query.Clip.title |
( |
|
self | ) |
|
Get the translated display title of this item.
Definition at line 179 of file query.py.
◆ object_key
◆ object_name
string query.Clip.object_name = "clips" |
|
static |
The documentation for this class was generated from the following file: