univention.admindiary package
Contents
univention.admindiary package¶
- class univention.admindiary.DiaryEntry(username, message, args, tags, context_id, event_name)[source]¶
Bases:
object
Submodules¶
univention.admindiary.backend module¶
- class univention.admindiary.backend.Meta(**kwargs)[source]¶
Bases:
sqlalchemy.ext.declarative.api.Base
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- id¶
- schema¶
- class univention.admindiary.backend.Event(**kwargs)[source]¶
Bases:
sqlalchemy.ext.declarative.api.Base
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- id¶
- name¶
- class univention.admindiary.backend.EventMessage(**kwargs)[source]¶
Bases:
sqlalchemy.ext.declarative.api.Base
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- event_id¶
- locale¶
- message¶
- locked¶
- class univention.admindiary.backend.Entry(**kwargs)[source]¶
Bases:
sqlalchemy.ext.declarative.api.Base
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- id¶
- username¶
- hostname¶
- message¶
- timestamp¶
- context_id¶
- event_id¶
- main_id¶
- event¶
- args¶
- tags¶
- class univention.admindiary.backend.Tag(**kwargs)[source]¶
Bases:
sqlalchemy.ext.declarative.api.Base
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- id¶
- name¶
- entries¶
- class univention.admindiary.backend.Arg(**kwargs)[source]¶
Bases:
sqlalchemy.ext.declarative.api.Base
A simple constructor that allows initialization from kwargs.
Sets attributes on the constructed instance using the names and values in
kwargs
.Only keys that are present as attributes of the instance’s class are allowed. These could be, for example, any mapped columns or relationships.
- id¶
- entry_id¶
- key¶
- value¶
- entry¶