Interface | Description |
---|---|
ActionI | |
AddRemoveEventI |
A record of either an add to a many relation of a remove on a BO attribute
|
AggregateFunctionI | |
AttributeAccessorI | |
AttributeI | |
AttributeWithUIConfigurationI |
represents an variant of
AttributeI that contains information parsed from the schema XML that is related to configuration of the UI |
BasicAttributeI |
represents a more "basic" variant of
AttributeI that contains only as much information as is needed
to generate method / field declarations for an attribute. |
BasicEntityI | |
BOI |
We don't know about de.ipcon.db.core.BO yet so we use this interface.
|
CBOAttributeI |
Special interface exposing extended information for AttributeI for internal use.
|
CBOAttributeTypeI | |
CBOGeneratorI | |
DatabaseConnectingCBOGeneratorI | |
DescribableI |
This interface is just for being able to call describe on a BO inside
MultipleChoiceFilterGUI.nrx - mainly compile problems led to this interface.
|
EntityI | |
FormatterI | |
Identifiable |
We need to use the Id-aspect of de.ipcon.db.core.BO early on, so we use this interface.
|
Initialdata | |
InstrumentingAttributeI |
Interface to be implemented by AttributeIs used by an InstrumentingSchemaI
|
InstrumentingBO |
This is a marker class for BOs which (optionally) support virtual sub-entities for namespace distinction.
|
InstrumentingSchemaI |
An instrumenting schema is a special type of Schema which provides the ability to dynamically add
virtual properties and (sub) entities to the structure during runtime.
|
InstrumentingSchemaProviderI |
Something that knows a InstrumentingSchemaI instance and allows access to it.
|
ModuleIntegratorI | |
ParameterizedAggregateFunctionI | |
PermissionHandlerDecisionI | |
PermissionHandlerI | |
SchemaI |
The
SchemaI interface defines the methods for accessing and manipulating schema information
in the IPCON MyTISM system. |
SchemaInterfaceI |
Represents a schema interface definition.
|
SchemaProviderI |
Something that knows a SchemaI instance and allows access to it.
|
SetValueEventI |
A record of a set value modification on a BO attribute
|
SQLColumnI | |
SQLMappingI | |
SQLTableI | |
StructuredEntityI | |
WriteConstraintsOverriderI |
Interface for classes that can override write constraints on attributes.
|
Class | Description |
---|---|
AggregateFunctionFactory | |
AnnotatedValue |
This class holds a value of an attribute or attribute chain that was
retrieved for a
BO via SchemaI.getAnnotatedValue(Object, String) or
SchemaI.getAnnotatedValueAsString(Object, String) or represents an error that
occurred during the retrieval. |
ArraySchemaTools |
A collection of helper methods for namespaces with InstrumentedSchema for ArrayZeilenWrapper and -Delegates
|
AttributeAccessorBuilder | |
AttributeDefinition |
"Bare bones" information about an attribute.
|
AttributeTemplate |
class representing the parsed attribute elements from the definition of
a schema-defined interface.
|
AttributeWrapper | |
CBOAction |
Class to handle actions defined by 'action' element in the schema.
|
CBOAttribute | |
CBOEntity | |
CBOFormatter | |
CBOGeneratorResult | |
CBOSchema | |
CBOSorter | |
CBOSorter.BOComparator | |
DefaultSortDefinitionEntry | |
EntityDefinition |
"Bare bones" information about an entity.
|
EntityI.EntityMatcher | |
EntityI.NonPersistentEdgeFilter | |
EntityToStringWrapper | |
EntityWrapper | |
ExportDefinitionEntry | |
IdentifiableByIdComparator |
Simple comparator that can be used to sort
Identifiable instances
by the return value of their getId() in ascending order. |
InitialdataReader | |
InitialdataReader.Column | |
InitialdataReader.Data | |
InstrumentingAttribute | |
InstrumentingEntity |
Das Problem, warum wir eigentlich diese Klasse brauchen ist, dass die Entitaeten untereinander recht
stark vernetzt sind.
|
InstrumentingSchema |
Diese Klasse ist eine Art Meta-Schema, um ein bestehendes Schema dynamisch erweitern, ohne es dafuer komplett
zu duplizieren - was notwendig waere, wenn wir die Klasse einfach ableiten wuerden.
|
Module | |
ModuleProvider | |
nrxgen |
A Netrexx source generator.
|
nrxmethod |
Source generator for Netrexx methods.
|
nrxminor |
Ancient Netrexx source generator for minor classes.
|
SchemaInterface |
A (or rather "the") concrete implementation of `SchemaInterfaceI`, which represents a schema interface definition.
|
SchemaSelfInitializingCBOSorter |
Special subclass of CBOSorter which initializes its SchemaI lazily.
|
SchemaTools |
Classic tools collection, full of static methods that are constantly used in the schema context,
such as finding attributes in polymorphic entities etc.
|
SchemaWrapper | |
ScriptedAttribute |
An attribute implemented dynamically by scripts.
|
ScriptedAttributeInitializingCompletableFuture | |
SVUIDChecker | |
VirtualEntity |
This class represents a virtual sub-entity of an InstrumentingEntity, which creates a distinct namespace for
all virtual properties added directly to this namespace.
|
WriteConstraintsDisabler |
A simple implementation of
WriteConstraintsOverriderI that always allows overriding write constraints. |
Enum | Description |
---|---|
AttributeName |
Enumerates the valid attribute names for elements in a schema XML document.
|
AttributeRelationType | |
ElementName |
Enumerates the valid element names for a schema XML document.
|
Exception | Description |
---|---|
AttributeDefinitionException | |
AttributeIsReadOnlyException | |
AttributeResolveException | |
EntityDefinitionException | |
EntityInstantiationException | |
EntityResolveException | |
GDPRConfigurationElementDefinitionException | |
InterfaceDefinitionException | |
NullHasNoTypeException | |
ReflectionException | |
ResolveException | |
SchemaDefinitionException | |
SchemaIncompatibleException |
Thrown when two schemas are incompatible.
|
SchemaViolationException | |
ScriptedAttributeInitializationException |
Exception which is thrown if an error during default calculation and init-script execution phase of ScriptedAttribute-s occurs.
|
StubAttributeIsReadOnlyException |
Copyright © 2000-2024 OAshi S.à r.l. All Rights Reserved.