AclRole |
ACL Role |
Assignment |
Assignment model. Assignments act as containers for multiple content items. |
AuditLog |
Audit log entry |
Author |
Author model |
AuthorContent |
Content author model |
BaseModel |
Base model methods |
Channel |
Channel model. Channels are containers for Entries. |
ChannelMeta |
ChannelMeta model. |
Container |
Container model. Containers are like sections, but act like waterfall folders
They can exist in two forms - manual or automatic. |
ContainerContent |
Container content model |
ContainerTag |
Container tag model |
Content |
Content model |
ContentImageKeyword |
Image Keyword Content |
ContentTag |
Content tag model |
Entry |
Entry model. Entries are custom content types, made up of meta properties. |
EntryMeta |
EntryMeta model. |
Export |
Export model |
ExportVersion |
ExportVersion model |
ImageKeyword |
Image Metadata Model |
Issue |
Issue Model |
LockRequest |
Base model methods |
Mention |
Base mention model |
Message |
Base message model |
Metadata |
Image Metadata Model |
MetaProperty |
Meta Property Model |
ResetRequest |
Password reset request |
Setting |
Base setting model. To keep the table length from growing arbitrarily long
settings are store as base64 encoded json objects. |
Ssts |
SSTS model |
Tag |
Tag model |
Url |
URL Model |
User |
Base user model |
UserAssignment |
User assignment model |
UserRole |
User role model |
Version |
Versions model |
Webcron |
Webcron Task Model
We use cron-expression for parsing:
<pre>
* * * * * *
- - - - - -
| | | | | |
| | | | | + year [optional]
| | | | +----- day of week (0 - 7) (Sunday=0 or 7)
| | | +---------- month (1 - 12)
| | +--------------- day of month (1 - 31)
| +-------------------- hour (0 - 23)
+------------------------- min (0 - 59)
</pre> |
Workflow |
Workflow model |
Workflowsection |
Workflow Section model |