public interface InstrumentingSchemaI extends SchemaI
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
ATT_NAME_DEFAULT_PACKAGE, INITIALDATA_LINE_ENCLOSING_CHAR, INITIALDATA_LINE_SEPARATOR_CHAR, INITIALDATA_SCHEMA_ADDITIONS_FILENAME, MD_DISABLE, MD_NON_DESTRUCTIVE, MD_RECREATE_INDEXES, NAME_MINLENGTH, RELATION_TYPE_1_N, RELATION_TYPE_N_1, RELATION_TYPE_N_M
Modifier and Type | Method and Description |
---|---|
void |
addDefinerFuture(java.util.concurrent.CompletableFuture f) |
void |
addInitFuture(java.util.concurrent.CompletableFuture f) |
EntityI |
addVirtualEntity(BasicEntityI baseEntity,
java.lang.String name)
Creates a new virtual sub entity to this schema and its namespace.
|
EntityI |
addVirtualEntity(java.lang.String baseEntityName,
java.lang.String name)
Creates a new VirtualEntity extending the given BaseEntity and returns it.
|
AttributeI |
addVirtualProperty(electric.xml.Element el) |
AttributeI |
addVirtualProperty(electric.xml.Element el,
java.util.Map parameters) |
AttributeI |
addVirtualProperty(electric.xml.Element el,
java.util.Map parameters,
boolean ignoreError)
Adds a virtual property to this Instrumenting schema.
|
AttributeI |
addVirtualProperty(java.util.Map def) |
AttributeI |
addVirtualProperty(java.util.Map def,
java.util.Map parameters) |
AttributeI |
addVirtualProperty(java.util.Map def,
java.util.Map parameters,
boolean ignoreError)
Creates a new virtual property using a definition from a (flat) map.
|
EntityI |
coerceEntity(EntityI e,
java.lang.String reason)
Wraps and returns the wrapped EntityI into this InstrumentingSchemaI
|
java.util.List<EntityI> |
coerceEntityList(java.util.List<EntityI> l,
java.lang.String reason) |
void |
flushCaches()
Iterates over all Entities and flushes caches which may contain references to
previously loaded BOs, e.g. the value cache in ScriptedAttributes.
|
java.util.function.Consumer<SetValueEventI> |
getDefaultSetValueCallback() |
java.util.List<EntityI> |
getVirtualSubEntityList(EntityI baseEntity) |
java.util.List<EntityI> |
getVirtualSubEntityList(java.lang.String baseEntityName) |
boolean |
hasVirtualSubEntities(EntityI baseEntity) |
boolean |
hasVirtualSubEntities(java.lang.String baseEntityName) |
java.util.List<java.lang.Throwable> |
waitForCompilationAndGetErrors() |
void |
waitForDefinerCompilation() |
addRelationObject, aggregate, aggregate, aggregate, checkSyntacticallyValid, createFunction, createFunction, createFunction, createFunction, createFunction, createFunction, createFunctionFromXML, createFunctionFromXML, createFunctionFromXML, createFunctionFromXML, describe, describe, describe, describe, describeNE, describeNE, describeNE, describeNE, flattenToString, getAnnotatedValue, getAnnotatedValueAsString, getAttribute, getAttribute, getBOForLastPathElement, getBundleLookupPath, getClosestAvailableAggregateAnchor, getCryptoHandler, getCurrentFolder, getDefaultImports, getDefaultPackage, getDiscriminators, getEntitiesForInterface, getEntity, getEntity, getEntityForClass, getEntityForClassName, getEntityForObject, getEntityList, getEntityOrAttributeNameValidationError, getFingerprint, getFormatter, getFormatter, getFormatter, getFormatter, getFrappingAttributes, getGDPRConfigElements, getInterface, getInterfaces, getLowestCommonDenominateEntity, getNonPersistentAttributes, getPackageList, getPermissionHandler, getProjectInterfaces, getProjectPackage, getProperty, getProperty, getRegisteredModuleProviders, getRelationObjects, getScript, getScript, getSerializationRelevantDiff, getSerialVersionUIDs, getSubScript, getSubScript, getSubScript, getSubScript, getSubScript, getSubScript, getToolTipBundleLookupPath, getType, getUsedModules, getValue, getValue, getValue, getValue, getValueAsString, getValueAsString, getValueAsString, getVersion, hasRelationObject, isUsingModules, parseGuiTips, parseGuiTips, releaseDefinitionSource, removeRelationObject, setCryptoHandler, setPermissionHandler, setProperty, setValue, setValueAsString, setValueAsString, splitInitialDataLine
static final java.lang.String $0
AttributeI addVirtualProperty(electric.xml.Element el, java.util.Map parameters, boolean ignoreError)
ScriptedAttribute
definition is ignored.
If this name is already defined by another type of attribute, then will return either null or throws an RuntimeException.el
- the nonnull root 'virtualProperty' element defining the propertyparameters
- a map of additional parameters String->Object to be injected into the scripts when executing, e.g. logger or context accessorignoreError
- if true and the virtual property cannot be constructed, e.g. due to a naming clash or invalid scripts, catch exceptions and return null.ScriptedAttribute
AttributeI addVirtualProperty(electric.xml.Element el, java.util.Map parameters)
AttributeI addVirtualProperty(electric.xml.Element el)
AttributeI addVirtualProperty(java.util.Map def, java.util.Map parameters, boolean ignoreError)
ScriptedAttribute
AttributeI addVirtualProperty(java.util.Map def, java.util.Map parameters)
AttributeI addVirtualProperty(java.util.Map def)
EntityI coerceEntity(EntityI e, java.lang.String reason)
java.util.List<EntityI> coerceEntityList(java.util.List<EntityI> l, java.lang.String reason)
java.util.function.Consumer<SetValueEventI> getDefaultSetValueCallback()
void flushCaches()
EntityI addVirtualEntity(BasicEntityI baseEntity, java.lang.String name)
BOI.getEntity()
or SchemaI.getEntityForClass(java.lang.Class)
, but the virtual entity
when using SchemaI.getEntityForObject(java.lang.Object)
.
Adding virtual properties to these is allowed, e.g. to create virtual namespaces for otherwise clashing
attribute definitions.baseEntity
- a nonnull BasicEntityI instance to add the virtualEntity to.name
- the name of the VirtualEntity to create, nonnull.EntityI addVirtualEntity(java.lang.String baseEntityName, java.lang.String name)
baseEntityName
- the name of the EntityI instance to add this entity to.name
- the name of the VirtualEntity to create, nonnull.java.util.List<EntityI> getVirtualSubEntityList(EntityI baseEntity)
java.util.List<EntityI> getVirtualSubEntityList(java.lang.String baseEntityName)
boolean hasVirtualSubEntities(EntityI baseEntity)
boolean hasVirtualSubEntities(java.lang.String baseEntityName)
void addDefinerFuture(java.util.concurrent.CompletableFuture f)
void waitForDefinerCompilation()
void addInitFuture(java.util.concurrent.CompletableFuture f)
java.util.List<java.lang.Throwable> waitForCompilationAndGetErrors()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.