org.uninode | ![]() |
org.uninode.0.610
Instance of Type[Type]
Inheriting from Type[Collection]
Known types are org.edgescript.esp.Reference[org.edgescript.esp.Preference.choices], org.edgescript.esp.Reference[org.edgescript.esp.Setup.macros], org.edgescript.esp.Reference[org.edgescript.esp.Setup.sites], org.edgescript.esp.Reference[org.edgescript.esp.Setup.states], org.edgescript.esp.Reference[org.edgescript.esp.SetupVersion.imagePaths], org.edgescript.esp.Reference[org.edgescript.esp.SetupVersion.outputs], org.edgescript.esp.Reference[org.edgescript.esp.SetupVersion.properties], org.uninode.collection.Reference[org.uninode.Domain.packages], org.uninode.collection.Reference[org.uninode.Domain.servers], org.uninode.collection.Reference[org.uninode.Listable.resources], org.uninode.collection.Reference[org.uninode.Package.types], org.uninode.collection.Reference[org.uninode.Type.references], org.uninode.collection.Reference[org.uninode.User.characters], org.uninode.language.Reference[org.uninode.language.LanguageMap.languages], org.uninode.language.Reference[org.uninode.language.TranslationCatalog.content], org.unizone.archive.Reference[org.unizone.archive.Archive.content], org.unizone.finance.Reference[org.unizone.finance.Part.managedDepots], org.unizone.finance.Reference[org.unizone.finance.Part.ownedDepots], org.unizone.finance.book.Reference[org.unizone.finance.book.Book.elements], org.unizone.finance.portfolio.Reference[org.unizone.finance.portfolio.Possession.transactions], org.unizone.finance.trade.Reference[org.unizone.finance.trade.TradeOrder.buyTrades], org.unizone.finance.trade.Reference[org.unizone.finance.trade.TradeOrder.sellTrades], org.unizone.music.Reference[org.unizone.music.Album.tracks], org.unizone.music.Reference[org.unizone.music.Artist.albums], org.unizone.music.Reference[org.unizone.music.Recording.covers], org.unizone.people.Reference[org.unizone.people.Person.tasks], org.unizone.project.Reference[org.unizone.project.Slot.resources], org.unizone.project.Reference[org.unizone.project.Task.slots], org.unizone.project.Reference[org.unizone.project.Task.subTasks], org.unizone.project.Reference[org.unizone.project.Task.todos], org.unizone.space.Reference[org.unizone.space.Location.subLocations]
set if the edge points at any node in some subgraph including the baseNode instead of only the baseNode itself. See GraphInfo for subgraph details.
Type data | Value |
org.uninode.Type.displayPattern | {att:org.uninode.Type[Collection].collectionName}[{att:org.uninode.Type[Collection].elementType}] |
org.uninode.Type[Type].instanceType | Reference |
org.uninode.Type[Collection].collectionName | Reference |
Attribute summary | Defined in | Uninode® Id | Properties | Default | |
Boolean | complete true if the Index should automatically load all content. | Type[Reference] | org.uninode.0.616 | Y | |
Attribute | edgeAttribute the attribute of the edge that points at the baseNode. | Type[Reference] | org.uninode.0.612 | not null | |
GraphInfo | edgeGraphInfo The graph defined by this graphInfo, with starting point at the base node of the reference, is the set of nodes that the edgeAttribute value of the nodes in the reference table can point at. | Type[Reference] | org.uninode.0.614 | ||
Boolean | external true if the Index should look for nodes not on the same domain as the baseNode. | Type[Reference] | org.uninode.0.617 | N | |
Attribute | indexAttribute the attribute of the Index of the baseNode. | Type[Reference] | org.uninode.0.611 | not null | |
Attribute | keyAttribute the attribute of the edge of the item that is the key of the Index. | Type[Reference] | org.uninode.0.613 | not null | |
Boolean | multiplePerKey true if a given key can have several entries. | Type[Reference] | org.uninode.0.615 | N | |
String | toString This is the display string. | Node | org.uninode.0.102 | ||
Type | type The type of an object determines the behaviour and attributes of the object. | Node | org.uninode.0.101 | ||
String | uri | Node | org.uninode.0.103 | ||
String | displayPattern The display pattern of a type is used as the default tool to determine the display string of its instances. The pattern is inherited from the first supertype, unless it is overridden. The display pattern is a string of constant strings mixed with dynamic attribute calls. The format of an attribute call is {callName[:parameters]}. The parameters may contain attribute calls. {protocol} displays the Uninode id of the instance. {att:attribute} displays the value of the attribute, e.g {att:org.uninode.Attribute.name}. {attNull:attribute?null display string:not null display string} displays the result of the 'null display string' if the attribute value is null. Otherwise the 'not null display string' is displayed. {attTrue:attribute?true display string:false display string} displays the result of the 'true display string' if the attribute value is true. If the result is null or false, the 'false display string' is displayed. {n:pattern} displays a formatted number string. The pattern format is the same as the Java number format, e.g '#0,000.0#' | Type | org.uninode.0.120 | inheritValue | |
Text | doc This is the documentation of the attribute. HTML tags can be used. | Type | org.uninode.0.122 | ||
Boolean | docInstances True if all instances should be documented using automatic documentation tools. | Type | org.uninode.0.123 | N | |
List[EdgeDefinition] | edgeDefinitions | Type | org.uninode.0.115 | not null | |
String | name This is the name of the type, without the package prefix. | Type | org.uninode.0.112 | not null essential | |
Package | package This is the package of the type. | Type | org.uninode.0.111 | not null essential | |
Reference[org.uninode.Type.references] | references | Type | org.uninode.0.116 | not null | |
List[Type] | supertypes These are the supertypes of this type. Display pattern and Java class mapping is inherited from the first element in the list. | Type | org.uninode.0.114 | not null essential | |
Attribute | treeAttribute This attribute can be used to automatically build hierarchical tree structures. | Type | org.uninode.0.121 | inheritValue | |
String | collectionName | Type[Collection] | org.uninode.0.461 | type | |
Type | elementType | Type[Collection] | org.uninode.0.462 | not null essential |
Method summary | Defined in | Overrides | Properties | |
Boolean | isSubtypeOf(Type type) | Type |