Table of Contents
Authorization relation
| version | 0 |
| maintainer | mmbase.org |
| extends | insrel |
| descriptive name | Authoraisation relation |
| table name | authrel |
Create.
| databasename | creat |
| description | Set (1) or clear (0) creation rights |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Use.
| databasename | us |
| description | Set (1) or clear (0) write rights |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Look.
| databasename | look |
| description | Set (1) or clear (0) read rights |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
MMBase users, builder which contains all users from the system. Passwords will be encrypted with the encoding mentioned in properties
| version | 1 |
| maintainer | www.mmbase.org |
| extends | object |
| descriptive name | MMBase user |
| table name | mmbaseusers |
Title.
| databasename | title |
| description | Title of the news item |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
SubTitle.
| databasename | subtitle |
| description | Subtitle of the news item |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Intro.
| databasename | intro |
| description | Introduction text or teaser |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 2048 |
Text.
| databasename | body |
| description | Main text of the newsitem |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 64000 |
Daycount object used to keep track of ages of objects
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Day Marker |
| table name | daymarks |
Source.
| databasename | snumber |
| description | Objectnumber of this relation's source |
| guitype | integer |
| databasetype | NODE |
| notnull | true |
| size |
Destination.
| databasename | dnumber |
| description | Objectnumber of this relation's destination |
| guitype | integer |
| databasetype | NODE |
| notnull | true |
| size |
Relation.
| databasename | rnumber |
| description | This relation's type objectnumber |
| guitype | reldef |
| databasetype | NODE |
| notnull | true |
| size |
Direction.
| databasename | dir |
| description | Directionality of this relation, can be uni or bi-directional (0 or 1) |
| guitype | dirs |
| databasetype | INTEGER |
| notnull | false |
| size |
MMBase Servers defines node of a MMBase within this system
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | MMBase Server |
| table name | mmservers |
Server.
| databasename | name |
| description | Name of MMBase servers inside this cluster |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
State.
| databasename | state |
| description | State of MMBase servers inside this cluster |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Last Seen.
| databasename | atime |
| description | Time of the last check of this server |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Host.
| databasename | host |
| description | Hostname or ipaddress of MMBase servers inside this cluster |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 80 |
OS.
| databasename | os |
| description | Operating System of MMBase servers inside this cluster |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 80 |
JDK.
| databasename | jdk |
| description | JDK (Java Developers Kit) used on the MMBase servers inside this cluster |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 80 |
Object Aliases name substitution for objects
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Object Alias |
| table name | oalias |
Name.
| databasename | name |
| description | Name which can be used instead of an objectnumber |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 64 |
Description.
| databasename | description |
| description | Description of the object alias |
| guitype | field |
| databasetype | STRING |
| notnull | true |
| size | 128 |
Target.
| databasename | destination |
| description | The objectnumber of the object this alias reffers to |
| guitype | integer |
| databasetype | NODE |
| notnull | true |
| size |
Object.
| databasename | number |
| description | Unique objectnumber |
| guitype | integer |
| databasetype | NODE |
| notnull | true |
| size |
Owner.
| databasename | owner |
| description | Object's owner. Depending on the chosen security implementation this can mean different thing. E.g. in the 'context' security implementations in this field the 'security context' of the node is stored. |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 12 |
Assigns roles to relation object types
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Relation role |
| table name | reldef |
Role.
| databasename | sname |
| description | Role |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Target-role.
| databasename | dname |
| description | The role as for the destination, can only be used in combination with sname |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Direction.
| databasename | dir |
| description | Directionality of this relation definition. 1 or 2. |
| guitype | dirs |
| databasetype | INTEGER |
| notnull | false |
| size |
SourceGUIName.
| databasename | sguiname |
| description | Source guiname of this relation definition, will be used in editors |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
TargetGUIName.
| databasename | dguiname |
| description | Destination guiname of this relation definition, will be used in editors |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Relation object type.
| databasename | builder |
| description | Builder which will be used by relations of this relation definition |
| guitype | typedef |
| databasetype | NODE |
| notnull | true |
| size |
Synchronisation Nodes are used to map remote MMBase nodes to this node
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Synchronisation Node |
| table name | syncnodes |
Export Source.
| databasename | exportsource |
| description | Source of this Node, format mmbase://sourceservername/sourceapplicationname |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Time Stamp.
| databasename | timestamp |
| description | Time of the export |
| guitype | integer |
| databasetype | INTEGER |
| notnull | true |
| size |
Export Number.
| databasename | exportnumber |
| description | Remote number of this node, the remotenumber is mapped to the localnumber when importing nodes |
| guitype | integer |
| databasetype | INTEGER |
| notnull | true |
| size |
Local Number.
| databasename | localnumber |
| description | Local number of this node, the remotenumber is mapped to the localnumber when importing nodes |
| guitype | integer |
| databasetype | NODE |
| notnull | true |
| size |
Defines object types
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Object Type |
| table name | typedef |
Name.
| databasename | name |
| description | Name of the object type |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Description.
| databasename | description |
| description | Description of the object type |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Configuration.
| databasename | config |
| description | Configuration of the object type, stored as xml |
| guitype | field |
| databasetype | XML |
| notnull | true |
| size |
Defines the allowed relations between object types
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Relation type |
| table name | typerel |
Source.
| databasename | snumber |
| description | Number of the source builder of this relationtype |
| guitype | typedef |
| databasetype | NODE |
| notnull | false |
| size |
Destination.
| databasename | dnumber |
| description | Number of the destination builder of this relationtype |
| guitype | typedef |
| databasetype | NODE |
| notnull | false |
| size |
Relation.
| databasename | rnumber |
| description | Number of the reldef node used for this relation type |
| guitype | reldef |
| databasetype | NODE |
| notnull | false |
| size |
Maximum Relations.
| databasename | max |
| description | Maximum number of relations of this type (unsupported) |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Keeps track of what versions of apps/builders etc etc are installed
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Version Control |
| table name | versions |
Name.
| databasename | name |
| description | Name of the object for which the version is stored |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 64 |
Type.
| databasename | type |
| description | Type of the object for which the version is stored (can be builders, applications, etc) |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 64 |
Version.
| databasename | version |
| description | Version of the object |
| guitype | integer |
| databasetype | INTEGER |
| notnull | true |
| size |
Maintainer.
| databasename | maintainer |
| description | Organization or person who's maintaining the the object |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
A camera hardware device
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Camera |
| table name | cameras |
Name.
| databasename | name |
| description | Name of the camera |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 32 |
Location.
| databasename | location |
| description | Location of the camera |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Directory.
| databasename | directory |
| description | Directory where the camera stores its images |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 200 |
Class.
| databasename | class |
| description | Class used to control the camera |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 60 |
Defines a PC card hardware device
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | PC Card |
| table name | pccards |
Name.
| databasename | name |
| description | Name of the pc-card |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 32 |
Location.
| databasename | location |
| description | Location of the pc-card |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Directory.
| databasename | directory |
| description | Directory where the pc-card stores its images |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 200 |
Class.
| databasename | class |
| description | Class used to control the pc-card |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 60 |
Defines a scanner hardware device
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Scanner |
| table name | scanners |
Name.
| databasename | name |
| description | Name of the scanner |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 32 |
Location.
| databasename | location |
| description | Location of the scanner |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Directory.
| databasename | directory |
| description | Directory where the scanner stores its images |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 200 |
Class.
| databasename | class |
| description | Class used to control the scanner |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 60 |
Address.
| databasename | address |
| description | Street name and house number |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
City.
| databasename | city |
| description | City of residence |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Zipcode.
| databasename | zipcode |
| description | Zipcode |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 12 |
PO Box.
| databasename | pobox |
| description | PO Box |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 12 |
Phone.
| databasename | phone |
| description | Telephone number |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Fax.
| databasename | fax |
| description | Fax number |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Mobile.
| databasename | mobile |
| description | Mobile number or pager |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Country.
| databasename | country |
| description | Country/state |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Biographies
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Biography |
| table name | biographies |
Title.
| databasename | title |
| description | Title of the biography |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
SubTitle.
| databasename | subtitle |
| description | Subtitle of the biography |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Intro.
| databasename | intro |
| description | Introduction text or teaser |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 2048 |
Description.
| databasename | description |
| description | Main text or description |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 64000 |
Companies with basic information, symbol and a small biography
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Company |
| table name | companies |
Name.
| databasename | name |
| description | Company name |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Symbol.
| databasename | symbol |
| description | Company symbol, brand, or logo |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 16 |
Intro.
| databasename | intro |
| description | Introduction text |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 2048 |
Biography.
| databasename | body |
| description | History or biography of the company |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 64000 |
First Name.
| databasename | firstname |
| description | Person's first name or initials |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Last Name.
| databasename | lastname |
| description | Person's last name |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Email Address.
| databasename | |
| description | Person's email address |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Account.
| databasename | account |
| description | Internal account name, for association with security data (i.e. a user login name) |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 12 |
Projects to bind other objects
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Project |
| table name | projects |
Title.
| databasename | title |
| description | Project title |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
SubTitle.
| databasename | subtitle |
| description | Project subtitle |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Intro.
| databasename | intro |
| description | Introduction text |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 2048 |
Text.
| databasename | body |
| description | Project description |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 64000 |
Role relation, defines, for example, the role of a person in a company
| version | 1 |
| maintainer | mmbase.org |
| extends | insrel |
| descriptive name | Role Relation |
| table name | rolerel |
Title.
| databasename | title |
| description | Titile of the magazine |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
SubTitle.
| databasename | subtitle |
| description | Subtitle of the magazine |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Intro.
| databasename | intro |
| description | Introduction text, teaser, or foreword |
| guitype | field |
| databasetype | STRING |
| notnull | true |
| size | 2048 |
Text.
| databasename | body |
| description | Main text or magazine description |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 64000 |
Times used to place objects on a fixed time bar (epoch)
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Time |
| table name | mmevents |
Name.
| databasename | name |
| description | Identifying name for this event (for easy search) |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 64 |
Start.
| databasename | start |
| description | Start time of the vent |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
End.
| databasename | stop |
| description | End time of the event |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Length.
| databasename | playtime |
| description | Duration of the event |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Title.
| databasename | title |
| description | Title of the news item |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
SubTitle.
| databasename | subtitle |
| description | Subtitle of the news item |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Intro.
| databasename | intro |
| description | Introduction text or teaser |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 2048 |
Text.
| databasename | body |
| description | Main text of the newsitem |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 64000 |
First Name.
| databasename | firstname |
| description | Person's first name or initials |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Last Name.
| databasename | lastname |
| description | Person's last name |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Email Address.
| databasename | |
| description | Person's email address |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Account.
| databasename | account |
| description | Internal account name, for association with security data (i.e. a user login name) |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 12 |
The topic of a other object, for example the topic of a piece of video
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Topic |
| table name | topics |
Cookie defines a key for a browser cookie
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Cookie |
| table name | cookies |
Cookie Key.
| databasename | cookiekey |
| description | Key for the cookie to send |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
First Login.
| databasename | firstlogin |
| description | The first time the user logged on |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Last Login.
| databasename | lastlogin |
| description | The last time the user logged on |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Email messages to send out
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Email message |
| table name |
Onderwerp.
| databasename | subject |
| description | Subject of the message |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
From.
| databasename | from |
| description | Sender email address |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
To.
| databasename | to |
| description | Recipient email adress(es) |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Reply To.
| databasename | replyto |
| description | Email address to which replies on this message are to be sent |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Body Url.
| databasename | bodyurl |
| description | URL to a script that generates the message to send |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Body.
| databasename | body |
| description | Main message text |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32000 |
Type.
| databasename | mailtype |
| description | Type of the email: 1:one shot email, 2: repeat email, 3: oneshot email, but keep result |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
State.
| databasename | mailstatus |
| description | State of the message: 0:waiting to be scheduled, 1:delivered, 2:delivery failed, 3:marked as SPAM, 4:scheduled, wating to bedelivered |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Send Time.
| databasename | mailtime |
| description | Time to send thsie mail |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Build Time.
| databasename | buildtime |
| description | Time on which the email was created |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Repeat Time.
| databasename | repeattime |
| description | Time period over which the sending of the email is repeated |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Last Mailed.
| databasename | mailedtime |
| description | Last time on which the email was send |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Different types of groups of people
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Group |
| table name | groups |
Role relation, defines, for example, the role of a person in a company
| version | 1 |
| maintainer | mmbase.org |
| extends | insrel |
| descriptive name | Role Relation |
| table name | rolerel |
undefined users of our website(s)
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | User |
| table name | users |
First Name.
| databasename | firstname |
| description | User's first name or initials |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Last Name.
| databasename | lastname |
| description | User's lastname |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Email address.
| databasename | |
| description | Email address |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Account.
| databasename | account |
| description | Account name (functions as a login name) |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 12 |
Password.
| databasename | password |
| description | Password of the user |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 12 |
Remarks.
| databasename | description |
| description | Description and remarks |
| guitype | field |
| databasetype | STRING |
| notnull | true |
| size | 1024 |
Jumpers are used to create easy-to-use urls for pointing to an object or webpage
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Jumper |
| table name | jumpers |
Name.
| databasename | name |
| description | Shortcut url, used to access this jumper |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 64 |
ID.
| databasename | id |
| description | Objectnumber referenced by the jumper, i.e. for teasers |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Url.
| databasename | url |
| description | The actual url to redirect to when the jumper is called |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Pools, containers for objects
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Pool |
| table name | pools |
A netfile describes a task
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | netfile |
| table name | netfiles |
Filename.
| databasename | filename |
| description | Name of the file which is used by the task |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
MMBase Server.
| databasename | mmserver |
| description | The name of the server that is handeling the netfile. |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 32 |
Service.
| databasename | service |
| description | Describes the task |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Subservice.
| databasename | subservice |
| description | Describes the sub task |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 16 |
File Size.
| databasename | filesize |
| description | Field is not used |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Changed on.
| databasename | ntime |
| description | Field is not used |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Created on.
| databasename | ctime |
| description | Field is not used |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
State.
| databasename | status |
| description | The state of the task |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
CRC.
| databasename | crc |
| description | Field is not used |
| guitype | string |
| databasetype | INTEGER |
| notnull | false |
| size |
A netfile server indicates which (sub) sevice can be handled.
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Net File Server |
| table name | netfilesrv |
Service.
| databasename | service |
| description | Describes the service that can be handled (images/pages/audio) |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 32 |
Subservice.
| databasename | subservice |
| description | Describes the subservice that can be handles (main/mirror/tmp/upload) |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 16 |
Options.
| databasename | options |
| description | This field is not used. |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 2048 |
Attachment, such as a PDF file
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Attachment |
| table name | attachments |
Title.
| databasename | title |
| description | Title of the attachment |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Description.
| databasename | description |
| description | Description of the attachment |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 64000 |
MimeType.
| databasename | mimetype |
| description | Mimetype of the attachment, default: application/octet-stream |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 32 |
Filename.
| databasename | filename |
| description | Original filename of attachment if it was an uploaded file |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 128 |
Size.
| databasename | size |
| description | Size of the attachment in bytes |
| guitype | integer |
| databasetype | INTEGER |
| notnull | true |
| size |
File.
| databasename | handle |
| description | The attachment (which you can upload as a file) |
| guitype | newfile |
| databasetype | BYTE |
| notnull | true |
| size | 16777215 |
Cache for rendered images
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Cached Image |
| table name | icaches |
Ckey.
| databasename | ckey |
| description | Unique key for accessing cached image |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
ID.
| databasename | id |
| description | Reference to the original image |
| guitype | integer |
| databasetype | NODE |
| notnull | false |
| size |
Image.
| databasename | handle |
| description | The cached image |
| guitype | newimage |
| databasetype | BYTE |
| notnull | false |
| size |
Size.
| databasename | filesize |
| description | Filesize of the cached image |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Title.
| databasename | title |
| description | Title of the image |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Description.
| databasename | description |
| description | Description of the image |
| guitype | field |
| databasetype | STRING |
| notnull | true |
| size | 1024 |
Image.
| databasename | handle |
| description | The image itself (binary data) |
| guitype | newimage |
| databasetype | BYTE |
| notnull | true |
| size | 16777215 |
ImageType.
| databasename | itype |
| description | Mimetype of the image |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 32 |
This relation has a position attribute
| version | 0 |
| maintainer | mmbase.org |
| extends | insrel |
| descriptive name | Position Relation |
| table name | posrel |
Name.
| databasename | name |
| description | The name of the site or page this url links to |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Url.
| databasename | url |
| description | The link or site internet address |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
Description.
| databasename | description |
| description | A short description of the website of page |
| guitype | field |
| databasetype | STRING |
| notnull | true |
| size | 255 |
This relation has an id field, that refers to an id attribute in an XML field
| version | 0 |
| maintainer | mmbase.org |
| extends | insrel |
| descriptive name | ID relation |
| table name | idrel |
XML News item are for demonstration XML fields
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | XML NewsItem |
| table name | xmlnews |
Title.
| databasename | title |
| description | Title of the news item |
| guitype | string |
| databasetype | STRING |
| notnull | true |
| size | 255 |
SubTitle.
| databasename | subtitle |
| description | Subtitle of the news item |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Intro.
| databasename | intro |
| description | Introduction text or teaser, can contain tich text |
| guitype | mmxf |
| databasetype | XML |
| notnull | false |
| size | 2048 |
Text.
| databasename | body |
| description | Main text of the newsitem, can contain richtext |
| guitype | mmxf |
| databasetype | XML |
| notnull | false |
| size | 64000 |
A Virtual web masters, is a piece of functionality in MMBase
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Vwm |
| table name | vwms |
Name.
| databasename | name |
| description | Name of the VWM |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Machine.
| databasename | wantedcpu |
| description | Name of the MMBase server that runs the VWM |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Maintenance Time.
| databasename | maintime |
| description | The time interval in which the VWM becomes active |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
State.
| databasename | status |
| description | Describes the state of the VWM |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Description.
| databasename | description |
| description | Describes the functionality of the VWM |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Class Name.
| databasename | classname |
| description | The java class file that implementes the VWM functionality |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 255 |
Scheduled tasks, an event system to control vwms
| version | 0 |
| maintainer | mmbase.org |
| extends | object |
| descriptive name | Vwm Task |
| table name | vwmtasks |
The server that creates the task.
| databasename | wantedcpu |
| description | TODO |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
VWM.
| databasename | vwm |
| description | The name of the VWM that is going to handle the task |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
State.
| databasename | status |
| description | The state of the task |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Processor.
| databasename | claimedcpu |
| description | The sever that handled the request |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size | 32 |
Start Time.
| databasename | wantedtime |
| description | The time the task was created |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Last Changed on.
| databasename | changedtime |
| description | Describes when the task is mutated for the last time |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Expiration Time.
| databasename | expiretime |
| description | Describes the expiration time of the task |
| guitype | eventtime |
| databasetype | INTEGER |
| notnull | false |
| size |
Task.
| databasename | task |
| description | The name of the task |
| guitype | string |
| databasetype | STRING |
| notnull | false |
| size |
ID.
| databasename | id |
| description | TODO |
| guitype | integer |
| databasetype | INTEGER |
| notnull | false |
| size |
Data.
| databasename | data |
| description | Additional information for handling the task |
| guitype | field |
| databasetype | STRING |
| notnull | false |
| size | 255 |
This is part of the MMBase documentation.
For questions and remarks about this documentation mail to: documentation@mmbase.org