| Interface | Description |
|---|---|
| ActionI | |
| AddRemoveEventI |
A record of either an add to a many relation of a remove on a BO attribute
|
| AggregateFunctionI |
Interface for aggregate functions that process data and return a single result.
|
| AttributeAccessorI | |
| AttributeI |
Defines the common interface for attributes within the system's schema.
|
| 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 |
Common interface for Business Objects (BOs).
|
| BreadcrumbContextI<T extends BreadcrumbContextI<T,U>,U extends BOI> |
A core, internal-only interface for any object that acts as a "breadcrumb"
context in a hierarchical chain.
|
| BreadcrumbFinderI<U extends BOI> |
A public-facing interface for finding business objects by walking up a context chain.
|
| 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 |
An interface representing a generic entity within the schema.
|
| FormattedChoiceDialogI |
Extends BasicDialogI} to provide advanced methods for showing dialogs that present
a list of options, with a primary focus on enabling explicit formatting for Business Objects (BOs)
via the
cboFormat parameter. |
| 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 interface for a schema that can be dynamically extended with virtual properties and
(sub) entities 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 encapsulates a value retrieved for an attribute or an attribute chain
of a
BO (Business Object). |
| 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 | |
| BasicAggregate | |
| Breadcrumb |
A convenience class for providing access to the "current" BreadcrumbFinderI
of the executing thread.
|
| CBOAction |
Class to handle actions defined by 'action' element in the schema.
|
| CBOAttribute | |
| CBOEntity | |
| CBOFormatter | |
| CBOGeneratorResult | |
| CBOSchema | |
| CBOSorter | |
| CBOSorter.BOComparator | |
| DefaultBreadcrumbFinder<T extends BreadcrumbContextI<T,U>,U extends BOI> |
A concrete finder class that provides a starting point for a breadcrumb search.
|
| 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-2025 OAshi S.à r.l. All Rights Reserved.