Built-In Types
The chapter gives an overview of the existing node and relationship types available.
Filter Options
Node Types
The following node types are defined in the standard product.
Trying to create a custom schema type with the same name is prevented because type names have to be unique.
A
HTML <a>
tags in the DOM Tree are represented by a node of this type.
Abbr
HTML <abbr>
tags in the DOM Tree are represented by a node of this type.
AbstractFile
AbstractMinifiedFile
AbstractNode
AbstractSchemaNode
Address
HTML <address>
tags in the DOM Tree are represented by a node of this type.
ApplicationConfigurationDataNode
Nodes of this type are used to store schema layouts and working sets.
Area
HTML <area>
tags in the DOM Tree are represented by a node of this type.
Article
HTML <article>
tags in the DOM Tree are represented by a node of this type.
Aside
HTML <aside>
tags in the DOM Tree are represented by a node of this type.
Audio
HTML <audio>
tags in the DOM Tree are represented by a node of this type.
B
HTML <b>
tags in the DOM Tree are represented by a node of this type.
Base
HTML <base>
tags in the DOM Tree are represented by a node of this type.
Bdi
HTML <bdi>
tags in the DOM Tree are represented by a node of this type.
Bdo
HTML <bdo>
tags in the DOM Tree are represented by a node of this type.
Blockquote
HTML <blockquote>
tags in the DOM Tree are represented by a node of this type.
Body
HTML <body>
tags in the DOM Tree are represented by a node of this type.
Br
HTML tags <br>
in the DOM Tree are represented by a node of this type.
Button
HTML <button>
tags in the DOM Tree are represented by a node of this type.
Canvas
HTML <canvas>
tags in the DOM Tree are represented by a node of this type.
Caption
HTML <caption>
tags in the DOM Tree are represented by a node of this type.
Cdata
HTML <cdata>
tags in the DOM Tree are represented by a node of this type.
Cite
HTML <cite>
tags in the DOM Tree are represented by a node of this type.
ClassOrInterface
Code
HTML <code>
tags in the DOM Tree are represented by a node of this type.
Col
HTML <col>
tags in the DOM Tree are represented by a node of this type.
Colgroup
HTML <colgroup>
tags in the DOM Tree are represented by a node of this type.
Command
HTML <command>
tags in the DOM Tree are represented by a node of this type.
Comment
HTML comments <! -- -->
in the DOM Tree are represented by a node of this type.
Component
ConceptGroup
ConceptGroupLabel
Content
Text nodes in the DOM Tree are represented by a node of this type.
ContentContainer
Base type for simple container element for content items. Can be extended to add custom properties which can be edited in the Contents section. Can also be dynamically related to any other type to access data anywhere.
ContentItem
Base type for content elements. Can be extended to add custom properties which can be edited in the Contents section. Can also be dynamically related to any other type to access data anywhere.
CrawlerTreeNode
CustomConceptAttribute
CustomNote
CustomTermAttribute
DataFeed
Type holds a data feed (e.g. RSS) URL and can be automatically updated to fetch the newest feed items.
Datalist
HTML <datalist>
tags in the DOM Tree are represented by a node of this type.
Dd
HTML <dd>
tags in the DOM Tree are represented by a node of this type.
Definition
Del
HTML <del>
tags in the DOM Tree are represented by a node of this type.
Details
HTML <details>
tags in the DOM Tree are represented by a node of this type.
Dfn
HTML <dfn>
tags in the DOM Tree are represented by a node of this type.
Div
HTML <div>
tags in the DOM Tree are represented by a node of this type.
Dl
HTML <dl>
tags in the DOM Tree are represented by a node of this type.
DocumentFragment
DocumentFragment is a “lightweight” or “minimal” Document object.
DOMElement
DOMNode
The base type for all HTML DOM nodes. Implements org.w3c.dom.Node.
Dt
HTML <dt>
tags in the DOM Tree are represented by a node of this type.
DynamicResourceAccess
EditorialNote
Em
HTML <em>
tags in the DOM Tree are represented by a node of this type.
EMailMessage
Type which holds an email message which was received by the email module.
Embed
HTML <embed>
tags in the DOM Tree are represented by a node of this type.
FeedItem
A feed item node which is connected to a data feed.
FeedItemContent
FeedItemEnclosure
Fieldset
HTML <fieldset>
tags in the DOM Tree are represented by a node of this type.
Figure
HTML <figure>
tags in the DOM Tree are represented by a node of this type.
File
A regular file is represented by a node of this type.
FlowAction
The Action element represents an action within the flow. It is one of the viable start node types and upon being called, the given script will be evaluated. When a source of data is linked to this element, it’s value will be made available in the scripting context under the keyword data.
FlowActionNode
FlowAggregate
FlowAnd
The And element performs a boolean and operation on all given logic data sources.
FlowBaseNode
FlowCall
The Call element allows a flow to be called from a flow. It is a flow based alternative to calling the scripting function flow().
FlowCollectionDataSource
The CollectionDataSource is used to provide collections. With no connected data sources, it will pass on an empty collection and every instance of given data will be added as element of the collection.
FlowComparison
The Comparison element accepts multiple data sources and compares them with given operator against the given value. The result will be the total result of all comparisons made.
FlowCondition
The Condition element evaluates given script to create a logic data result.
FlowConstant
The Constant element represents a data source with constant value.
FlowContainer
FlowContainerConfiguration
FlowContainerPackage
FlowDataSource
The DataSource element represents a passive source of data. It can not directly be evaluated by the general execution flow, but instead it will be evaluated on demand by connected nodes, when the data is requested.
FlowDecision
The Decision element allows to split execution paths by deciding for a path depending on the given condition elements.
FlowExceptionHandler
Can be attached to certain flow nodes to handle possible exceptions.
FlowFilter
Filters an input data source according to its condition input.
FlowFirst
The First element can be used as a shortcut to quickly retrieve the first element of a collection.
FlowForEach
The Loop or ForEach element is used to iterate over collections of data.
FlowFork
FlowForkJoin
The ForkJoin element joins multiple execution paths into one.
FlowGetProperty
The GetProperty element extracts a property referenced by key from a given object.
FlowIsTrue
IsTrue is a simple logic element that checks if given data is the equivalent of true.
FlowKeyValue
The ObjectDataSource is used to build objects from a number of connected KeyValue elements.
FlowLog
The Log element allows to write to the log. It will additionally prefix the given message content with the current flow name and the log element’s UUID
FlowLogicCondition
Abstract base class of all flow logic conditions (and, not, or).
FlowNode
FlowNot
The Not element negates a given logic data source.
FlowNotEmpty
The NotEmpty element accepts multiple data sources and evaluates whether they are empty or not. This is used with collections and strings.
FlowNotNull
The NotNull element accepts multiple data sources and evaluates whether they are not null.
FlowObjectDataSource
The ObjectDataSource is used to build objects from a number of connected KeyValue elements.
FlowOr
The Or element performs a boolean or operation on all given logic data sources.
FlowParameterDataSource
The ParameterDataSource element is used to retrieve parameters supplied to a flow.
FlowParameterInput
The ParameterInput element is used to supply a FlowCall element with parameters.
FlowReturn
FlowScriptCondition
The ScriptCondition element is used as input for a Decision element or logic element.
FlowStore
The Store element is a two way data storage element used to store or retrieve data within the current flow’s context.
FlowTypeQuery
The TypeQuery allows to easily query data by Type and features an optional QueryBuilder to specify additional query operations.
Folder
Form
HTML <form>
tags in the DOM Tree are represented by a node of this type.
G
HTML <g>
tags in the DOM Tree are represented by a node of this type.
GenericNode
Group
H1
HTML <h1>
tags in the DOM Tree are represented by a node of this type.
H2
HTML <h2>
tags in the DOM Tree are represented by a node of this type.
H3
HTML <h3>
tags in the DOM Tree are represented by a node of this type.
H4
HTML <h4>
tags in the DOM Tree are represented by a node of this type.
H5
HTML <h5>
tags in the DOM Tree are represented by a node of this type.
H6
HTML <h6>
tags in the DOM Tree are represented by a node of this type.
Head
HTML <head>
tags in the DOM Tree are represented by a node of this type.
Header
HTML <header>
tags in the DOM Tree are represented by a node of this type.
Hgroup
HTML <hgroup>
tags in the DOM Tree are represented by a node of this type.
HistoryNote
Hr
HTML <hr>
tags in the DOM Tree are represented by a node of this type.
Html
HTML <html>
tags in the DOM Tree are represented by a node of this type.
I
HTML <i>
tags in the DOM Tree are represented by a node of this type.
Iframe
HTML <iframe>
tags in the DOM Tree are represented by a node of this type.
Image
Img
HTML <img>
tags in the DOM Tree are represented by a node of this type.
IndexedWord
Represents an indexed word created by fulltext text extraction
Input
HTML <input>
tags in the DOM Tree are represented by a node of this type.
Ins
HTML <ins>
tags in the DOM Tree are represented by a node of this type.
JavaClass
JavaInterface
KafkaClient
KafkaClient is a specialization of the MessageClient included in the Messaging-Engine Module module.
The KafkaClient connects to a Kafka broker and handles the publication as well as subscription of messages.
Kbd
HTML <kbd>
tags in the DOM Tree are represented by a node of this type.
Keygen
HTML <keygen>
tags in the DOM Tree are represented by a node of this type.
Label
HTML <label>
tags in the DOM Tree are represented by a node of this type.
LDAPGroup
LDAPUser
Legend
HTML <legend>
tags in the DOM Tree are represented by a node of this type.
Li
HTML <li>
tags in the DOM Tree are represented by a node of this type.
Link
HTML <link>
tags in the DOM Tree are represented by a node of this type.
LinkedListNodeImpl
Abstract base class for a multi-dimensional linked list data structure.
LinkedTreeNodeImpl
Abstract base class for a multi-dimensional ordered tree datastructure.
LinkSource
Base type of the DOM elements which can link to files/images/pages. (<a>
, <link>
, <script>
, <img>
)
Localization
Location
LogEvent
Log event as created via the log_event() function. Consists of an action, a message, an object and a subject.
LogObject
LogSubject
Mailbox
MailTemplate
Main
HTML <main>
tags in the DOM Tree are represented by a node of this type.
Map
HTML <map>
tags in the DOM Tree are represented by a node of this type.
Mark
HTML <mark>
tags in the DOM Tree are represented by a node of this type.
Menu
HTML <menu>
tags in the DOM Tree are represented by a node of this type.
MessageClient
MessageClient is the base abstraction of a client connecting to a broker in the Messaging-Engine Module module.
MessageSubscriber
MessageSubscriber is a generic abstraction of a subscriber included in the Messaging-Engine Module module.
It can attach to any kind of MessageClient and will subscribe on that client with the specified topic.
Meta
HTML <meta>
tags in the DOM Tree are represented by a node of this type.
MetadataNode
Meter
HTML <meter>
tags in the DOM Tree are represented by a node of this type.
Method
MinifiedCssFile
Minified CSS files are represented by a node of this type. A collection of CSS files can be connected to this type and the result is a minified CSS file.
MinifiedJavaScriptFile
Minified JavaScript files are represented by a node of this type. A collection of JavaScript files can be connected to this type and the result is a minified JavaScript file.
Module
MQTTClient
MQTTClient is a specialization of the MessageClient included in the Messaging-Engine Module module.
The MQTTClient connects to a MQTT broker and handles the publication as well as subscription of messages.
NodeLabel
Noscript
HTML <noscript>
tags in the DOM Tree are represented by a node of this type.
Note
Object
HTML <object>
tags in the DOM Tree are represented by a node of this type.
ODFExporter
ODSExporter
OpenDocument-Format Exporter for spreadsheet documents
ODTExporter
Ol
HTML <ol>
tags in the DOM Tree are represented by a node of this type.
Optgroup
HTML <optgroup>
tags in the DOM Tree are represented by a node of this type.
Option
HTML <option>
tags in the DOM Tree are represented by a node of this type.
Output
HTML <output>
tags in the DOM Tree are represented by a node of this type.
P
HTML <p>
tags in the DOM Tree are represented by a node of this type.
Package
Page
Param
HTML <param>
tags in the DOM Tree are represented by a node of this type.
PaymentItemNode
PaymentNode
Person
Pre
HTML <pre>
tags in the DOM Tree are represented by a node of this type.
PreferredTerm
Principal
Progress
HTML <progress>
tags in the DOM Tree are represented by a node of this type.
Q
HTML <q>
tags in the DOM Tree are represented by a node of this type.
RemoteDocument
ResourceAccess
Rp
HTML <rp>
tags in the DOM Tree are represented by a node of this type.
Rt
HTML <rt>
tags in the DOM Tree are represented by a node of this type.
Ruby
HTML <ruby>
tags in the DOM Tree are represented by a node of this type.
S
HTML <s>
tags in the DOM Tree are represented by a node of this type.
Samp
HTML <samp>
tags in the DOM Tree are represented by a node of this type.
SchemaGrant
Grants configurable rights to all nodes of a type to users/groups.
SchemaMethod
A method in the dynamic schema is represented by a node of this type.
SchemaMethodParameter
A method parameter in the dynamic schema is represented by a node of this type.
SchemaNode
A type in the dynamic schema is represented by a node of this type.
SchemaProperty
A property in the dynamic schema is represented by a node of this type.
SchemaRelationshipNode
A relationship in the dynamic schema is represented by a node of this type.
SchemaReloadingNode
Abstract type which adds automatic reloading/recompilation to schema nodes
SchemaView
A view in the dynamic schema is represented by a node of this type.
ScopeNote
Script
HTML <script>
tags in the DOM Tree are represented by a node of this type.
Section
HTML <section>
tags in the DOM Tree are represented by a node of this type.
Select
HTML <select>
tags in the DOM Tree are represented by a node of this type.
SessionDataNode
ShadowDocument
Inherits from Page - only one instance in the database. Used to group all shared components in the pages editor.
SimpleNonPreferredTerm
Site
A site representing a domain under which the current structr instance is reachable. Pages can be grouped under sites and are only available under the specified site if they are connected to a site.
Small
HTML <small>
tags in the DOM Tree are represented by a node of this type.
Source
HTML <source>
tags in the DOM Tree are represented by a node of this type.
SourcePage
SourcePattern
SourceSite
Span
HTML <span>
tags in the DOM Tree are represented by a node of this type.
SplitNonPreferredTerm
Strong
HTML <strong>
tags in the DOM Tree are represented by a node of this type.
StructuredDocument
StructuredTextNode
Style
HTML <style>
tags in the DOM Tree are represented by a node of this type.
Sub
HTML <sub>
tags in the DOM Tree are represented by a node of this type.
Summary
HTML <summary>
tags in the DOM Tree are represented by a node of this type.
Sup
HTML <sup>
tags in the DOM Tree are represented by a node of this type.
Table
HTML <table>
tags in the DOM Tree are represented by a node of this type.
Tbody
HTML <tbody>
tags in the DOM Tree are represented by a node of this type.
Td
HTML <td>
tags in the DOM Tree are represented by a node of this type.
Template
Textarea
HTML <textarea>
tags in the DOM Tree are represented by a node of this type.
Tfoot
HTML <tfoot>
tags in the DOM Tree are represented by a node of this type.
Th
HTML <th>
tags in the DOM Tree are represented by a node of this type.
Thead
HTML <thead>
tags in the DOM Tree are represented by a node of this type.
Thesaurus
ThesaurusArray
ThesaurusConcept
ThesaurusTerm
Time
HTML <time>
tags in the DOM Tree are represented by a node of this type.
Title
HTML <title>
tags in the DOM Tree are represented by a node of this type.
Tr
HTML <tr>
tags in the DOM Tree are represented by a node of this type.
Track
HTML <track>
tags in the DOM Tree are represented by a node of this type.
U
HTML <u>
tags in the DOM Tree are represented by a node of this type.
Ul
HTML <ul>
tags in the DOM Tree are represented by a node of this type.
User
User type. Extends Principal
. Users can log in to the application.
Var
HTML <var>
tags in the DOM Tree are represented by a node of this type.
VersionHistory
Video
HTML <video>
tags in the DOM Tree are represented by a node of this type.
VideoFile
Files which are detected as video files are represented by a node of this type.
VirtualProperty
VirtualType
Wbr
HTML <wbr>
tags in the DOM Tree are represented by a node of this type.
Widget
Encapsulated HTML content which can be integrated into web applications
XMPPClient
XMPPClient is a base type that provides a Scriptable XMPP Client Implementation.
XMPPRequest
XMPPRequest is a request type received by the XMPPClient.
Relationship Types
The following relationship types are defined in the standard product.
AbstractFileCONTAINS_NEXT_SIBLINGAbstractFile
Relationship type which stores order of files
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Filesystem | AbstractFile | OneToOne | AbstractFile |
AbstractMinifiedFileMINIFICATIONFile
Links minified file(s) to their source file(s).
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Filesystem | AbstractMinifiedFile | ManyToMany | File |
ClassMethods
Relationship between a class or interface and its methods
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Java Parser Module | ClassOrInterface | OneToMany | Method |
ConceptGrouphasAsMemberThesaurusConcept
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ConceptGroup | ManyToMany | ThesaurusConcept |
ConceptGrouphasConceptGroupLabelConceptGroupLabel
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ConceptGroup | OneToMany | ConceptGroupLabel |
ConceptGrouphasSubGroupConceptGroup
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ConceptGroup | ManyToMany | ConceptGroup |
ContentContainerCONTAINSContentContainer
Links a content container to its child container(s).
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
CMS Module | ContentContainer | OneToMany | ContentContainer |
ContentContainerCONTAINSContentItem
Links content container(s) to their child content item(s).
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
CMS Module | ContentContainer | ManyToMany | ContentItem |
DataFeedHAS_FEED_ITEMSFeedItem
DOMNodeCONTAINS_NEXT_SIBLINGDOMNode
DOMNodeCONTAINSDOMNode
DOMNodeFLOWFlowContainer
Relationship which links a DOM Node to a Flow Container to act as a repeater.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
HTML | DOMNode | ManyToOne | FlowContainer |
DOMNodePAGEPage
DOMNodeSYNCDOMNode
EMailMessageHAS_ATTACHMENTFile
Links attachments to the EMailMessage they were received in
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
EMailMessage | OneToMany | File |
FeedItemFEED_ITEM_CONTENTSFeedItemContent
Links a feed item to the content node(s) it contains.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Data Feeds Module | FeedItem | OneToMany | FeedItemContent |
FeedItemFEED_ITEM_ENCLOSURESFeedItemEnclosure
Links a feed item to its feed item enclosure(s).
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Data Feeds Module | FeedItem | OneToMany | FeedItemEnclosure |
FlowActiveContainerConfiguration
Links a flow container to its active configuration
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowContainerConfiguration | OneToOne | FlowContainer |
FlowAggregateStartValue
Links a data source to FlowAggregate node(s)
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | DataSource | OneToMany | FlowAggregate |
FlowCallContainer
Links Flow Call node(s) to a Flow Container
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowCall | ManyToOne | FlowContainer |
FlowCallParameter
Links flow parameter input node(s) to the flow call node(s) where they are used as inputs.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowParameterInput | ManyToMany | FlowCall |
FlowConditionBaseNode
Links flow filter node(s) to their flow condition node
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowCondition | OneToMany | FlowBaseNode |
FlowConditionCondition
Links Flow Condition node(s) to their condition node
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowCondition | ManyToOne | FlowCondition |
FlowContainerBaseNode
Links a Flow Container to all contained flow nodes.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowContainer | OneToMany | FlowBaseNode |
FlowContainerConfigurationFlow
Links flow configuration node(s) to a flow container
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowContainerConfiguration | ManyToOne | FlowContainer |
FlowContainerConfigurationPrincipal
Links flow container configurations to their owner
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowContainerConfiguration | ManyToOne | Principal |
FlowContainerFlowNode
Links the flow container to its start node
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowContainer | OneToOne | FlowNode |
FlowContainerPackageFlow
Links a flow container packages to its child flow containers.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowContainerPackage | OneToMany | FlowContainer |
FlowContainerPackagePackage
Links a flow container package to its child packages
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowContainerPackage | OneToMany | FlowContainerPackage |
FlowDataInput
Links a DataSource to the flow nodes where it is used.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | DataSource | OneToMany | FlowBaseNode |
FlowDataInputs
Links DataSource nodes to the flow nodes where they are used.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | DataSource | ManyToMany | FlowBaseNode |
FlowDecisionCondition
Links a flow condition node node to its flow decision node(s)
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowCondition | OneToMany | FlowDecision |
FlowDecisionFalse
Links a flow decision node(s) to the next node which will be executed in case of the condition returning a false value.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowDecision | ManyToOne | FlowNode |
FlowDecisionTrue
Links a flow decision node(s) to the next node which will be executed in case of the condition returning a true value.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowDecision | ManyToOne | FlowNode |
FlowExceptionHandlerNodes
Links flow node(s) to their exception handler.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowBaseNode | ManyToOne | FlowExceptionHandler |
FlowForEachBody
Links a flow ForEach loop to its loop body
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowForEach | OneToOne | FlowNode |
FlowForkBody
FlowKeyValueObjectInput
Links a key-value element to its data source.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | FlowKeyValue | ManyToOne | FlowObjectDataSource |
FlowNameDataSource
Links a data source to the PropertyNameSource input of a GetProperty flow node.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | DataSource | OneToMany | DataSource |
FlowNodeDataSource
Links a data source to the NodeSource input of a GetProperty flow node.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | DataSource | OneToMany | DataSource |
FlowNodes
FlowScriptConditionSource
Links a data source to the ScriptSource input of flow condition node(s).
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Flow Editor | DataSource | OneToMany | FlowScriptCondition |
FolderCONTAINSAbstractFile
Links a folder to the files it contains.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Filesystem | Folder | OneToMany | AbstractFile |
FolderCONTAINSFile
FolderCONTAINSFolder
FolderCONTAINSImage
GenericRelationship
GroupCONTAINSPrincipal
ImagePICTURE_OFUser
ImageTHUMBNAILImage
IndexableINDEXED_WORDIndexedWord
Links indexed words to the indexable object they were found in
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
System | Indexable | ManyToMany | IndexedWord |
LinkSourceLINKLinkable
Connects a linkable element to its source object
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
HTML | LinkSource | ManyToOne | Linkable |
MailboxCONTAINS_EMAILMESSAGESEMailMessage
Links the messages to the mailbox they reside in
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Mailbox | OneToMany | EMailMessage |
MessageClientHAS_SUBSCRIBERMessageSubscriber
Links message clients to their subscribers
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Messaging Engine Module | MessageClient | ManyToMany | MessageSubscriber |
MessageClientHASMessageSubscriber
Links message clients to their subscribers
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Messaging Engine Module | MessageClient | ManyToMany | MessageSubscriber |
MethodsCallMethods
ModuleChildren
ModuleFolder
ModulePackages
ModuleSibling
NoterefersToThesaurusConcept
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | Note | ManyToMany | ThesaurusConcept |
ObjectEventRelationship
Links the log object to the log event
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Logging | LogEvent | ManyToOne | AbstractNode |
ODFExporterEXPORTS_TOFile
Links an exporter object to the file it exports to
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
ODF Module | ODFExporter | OneToOne | File |
ODFExporterGETS_TRANSFORMATION_FROMVirtualType
Links the ODF Exporter to its transformation configuration provided by a virtual type
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
ODF Module | ODFExporter | OneToOne | VirtualType |
ODFExporterUSES_TEMPLATEFile
Links an exporter object to the template configuration file it uses
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
ODF Module | ODFExporter | OneToOne | File |
PackageChildren
PackageClasses
PackageFolder
PackageSibling
PaymentNodepaymentItemPaymentItemNode
Links a payment to its payment items
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Payment Module | PaymentNode | OneToMany | PaymentItemNode |
PrincipalFAVORITEFavoritable
Links principal node(s) to the node(s) they favorited.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
System | Principal | ManyToMany | Favoritable |
PrincipalOwnsNode
Links a user to the nodes they created/own
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Security | Principal | OneToMany | AbstractNode |
PrincipalSchemaGrantRelationship
Links a principal to schema grant node(s) to grant rights to a certain data type based on the SchemaGrant configuration.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Security | Principal | OneToMany | SchemaGrant |
SchemaGrantSchemaNodeRelationship
Links schema grant node(s) to a schema node to define which data type is granted rights upon.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Security | SchemaGrant | ManyToOne | SchemaNode |
SchemaMethodParameters
Relationship between a method in the dynamic schema and its parameters
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Schema | SchemaMethod | OneToMany | SchemaMethodParameter |
SchemaNodeMethod
Relationship between a type in the dynamic schema and its methods
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Schema | AbstractSchemaNode | OneToMany | SchemaMethod |
SchemaNodeProperty
Relationship between a type in the dynamic schema and its properties
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Schema | AbstractSchemaNode | OneToMany | SchemaProperty |
SchemaNodeView
Relationship between a type in the dynamic schema and its views
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Schema | AbstractSchemaNode | OneToMany | SchemaView |
SchemaRelationshipSourceNode
Source part of the hyperrelationship representing a relationship in the dynamic schema.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Schema | SchemaNode | OneToMany | SchemaRelationshipNode |
SchemaRelationshipTargetNode
Target part of the hyperrelationship representing a relationship in the dynamic schema.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Schema | SchemaRelationshipNode | ManyToOne | SchemaNode |
SchemaViewProperty
Relationship between a view in the dynamic schema and its properties
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Schema | SchemaView | ManyToMany | SchemaProperty |
Security
Relationship (between a Principal and a node) which represents grants. (read, write, delete, accessControl)
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Security | Principal | ManyToMany | AbstractNode |
SimpleNonPreferredTermUSEPreferredTerm
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | SimpleNonPreferredTerm | ManyToOne | PreferredTerm |
SiteCONTAINSPage
SourcePageSUBSourcePage
Links a source page node to its underlying source page node(s).
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Crawler Module | SourcePage | OneToMany | SourcePage |
SourcePageUSESourcePattern
Links a source page node to its source pattern node(s).
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Crawler Module | SourcePage | OneToMany | SourcePattern |
SourcePatternSUBPAGESourcePage
Links a source pattern to its source page
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Crawler Module | SourcePattern | OneToOne | SourcePage |
SourcePatternSUBSourcePattern
Links a source pattern to its child pattern(s)
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Crawler Module | SourcePattern | OneToMany | SourcePattern |
SourceSiteCONTAINSSourcePage
Links a source site to its child page(s)
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Crawler Module | SourceSite | OneToMany | SourcePage |
SplitNonPreferredTermUSEPreferredTerm
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | SplitNonPreferredTerm | ManyToMany | PreferredTerm |
StructuredDocumentMETADATAMetadataNode
Links a document to its metadata
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Text Search Module | StructuredDocument | OneToMany | MetadataNode |
StructuredTextNodeCONTAINSStructuredTextNode
Links a text node to its child nodes
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Text Search Module | StructuredTextNode | OneToMany | StructuredTextNode |
StructuredTextNodeNEXTStructuredTextNode
Links a text node to its next sibling node
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Text Search Module | StructuredTextNode | OneToOne | StructuredTextNode |
SubjectEventRelationship
Links the log subject to the log event
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Logging | AbstractNode | OneToMany | LogEvent |
TemplateText
Links a MailTemplate to its content
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
System | MailTemplate | OneToOne | Content |
ThesaurusArrayhasMemberArrayThesaurusArray
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusArray | OneToMany | ThesaurusArray |
ThesaurusArrayhasMemberConceptThesaurusConcept
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusArray | ManyToMany | ThesaurusConcept |
ThesaurusArrayhasNodeLabelNodeLabel
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusArray | OneToMany | NodeLabel |
ThesaurusConcepthasCustomConceptAttributeCustomConceptAttribute
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | OneToMany | CustomConceptAttribute |
ThesaurusConcepthasCustomNoteCustomNote
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | OneToMany | CustomNote |
ThesaurusConcepthasHierRelConceptThesaurusConcept
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | ManyToMany | ThesaurusConcept |
ThesaurusConcepthasHistoryNoteHistoryNote
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | OneToMany | HistoryNote |
ThesaurusConcepthasNonPreferredLabelSimpleNonPreferredTerm
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | OneToMany | SimpleNonPreferredTerm |
ThesaurusConcepthasPreferredLabelPreferredTerm
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | OneToMany | PreferredTerm |
ThesaurusConcepthasRelatedConceptThesaurusConcept
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | ManyToMany | ThesaurusConcept |
ThesaurusConcepthasScopeNoteScopeNote
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | OneToMany | ScopeNote |
ThesaurusConcepthasSubordinateArrayThesaurusArray
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | OneToMany | ThesaurusArray |
ThesaurusConcepthasTopConceptThesaurusConcept
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusConcept | ManyToMany | ThesaurusConcept |
ThesauruscontainsConceptGroup
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | Thesaurus | ManyToMany | ConceptGroup |
ThesauruscontainsThesaurusArray
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | Thesaurus | OneToMany | ThesaurusArray |
ThesauruscontainsThesaurusConcept
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | Thesaurus | OneToMany | ThesaurusConcept |
ThesaurushasVersionVersionHistory
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | Thesaurus | OneToMany | VersionHistory |
ThesaurusTermhasCustomTermAttributeCustomTermAttribute
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusTerm | OneToMany | CustomTermAttribute |
ThesaurusTermhasDefinitonDefinition
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusTerm | OneToMany | Definition |
ThesaurusTermhasEditorialNoteEditorialNote
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusTerm | OneToMany | EditorialNote |
ThesaurusTermhasHistoryNoteHistoryNote
Relationship as defined in ISO 25964 data model
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
Knowledge Module | ThesaurusTerm | OneToMany | HistoryNote |
UserHOME_DIRFolder
UserWORKING_DIRFolder
VideoFileHAS_CONVERTED_VIDEOVideoFile
VideoFileHAS_POSTER_IMAGEImage
VirtualTypevirtualPropertyVirtualProperty
Links a virtual type to its virtual properties.
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
API Builder | VirtualType | OneToMany | VirtualProperty |
XMPPClientPENDING_REQUESTXMPPRequest
Connects pending requests to their client
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
XMPP Module | XMPPClient | OneToMany | XMPPRequest |
XMPPClientRequest
Connects requests to their client
Category | Source Type | Cardinality | Target Type |
---|---|---|---|
XMPP Module | XMPPClient | OneToMany | XMPPRequest |