public interface EntityI extends StructuredEntityI, java.lang.Comparable, DirectedGraphNodeI
Modifier and Type | Interface and Description |
---|---|
static class |
EntityI.EntityMatcher |
static class |
EntityI.NonPersistentEdgeFilter |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATT_NAME_ABSTRACT |
static java.lang.String |
ATT_NAME_CODE_CUSTOM |
static java.lang.String |
ATT_NAME_CODE_DEPENDENTS |
static java.lang.String |
ATT_NAME_CODE_GENERATE |
static java.lang.String |
ATT_NAME_CODE_GENERATE_AS |
static java.lang.String |
ATT_NAME_CODE_PACKAGE |
static java.lang.String |
ATT_NAME_DB_FORBID_DIRECT_CHANGES |
static java.lang.String |
ATT_NAME_DB_LOW_INSTANCE_COUNT |
static java.lang.String |
ATT_NAME_DB_NAME |
static java.lang.String |
ATT_NAME_DB_NO_STREAM_RESOURCE_HISTORY |
static java.lang.String |
ATT_NAME_DB_PERSISTENT |
static java.lang.String |
ATT_NAME_DB_STREAM_RESOURCE |
static java.lang.String |
ATT_NAME_DISCRIMINATOR |
static java.lang.String |
ATT_NAME_EXPORT_MODE |
static java.lang.String |
ATT_NAME_EXPORT_NAME |
static java.lang.String |
ATT_NAME_EXPORT_PRIMARY_KEY |
static java.lang.String |
ATT_NAME_EXTENDS |
static java.lang.String |
ATT_NAME_FOLDER |
static java.lang.String |
ATT_NAME_FULLTEXT_BOOST |
static java.lang.String |
ATT_NAME_FULLTEXT_INDEXED |
static java.lang.String |
ATT_NAME_GDPR_DATA_CATEGORY
Represents the `<dataCategory>` attribute of the gdpr subnode, which defines the associated GDPR data category.
|
static java.lang.String |
ATT_NAME_GDPR_RETENTION_START_DATE_PATH
Represents the `<retentionStartDatePath>` attribute of the gdpr subnode, which defines a path to the retention start date.
|
static java.lang.String |
ATT_NAME_IGNORE_REVERSE_RELATIONS |
static java.lang.String |
ATT_NAME_IMPLEMENTS_NAME |
static java.lang.String |
ATT_NAME_LOOKUP_DEFAULT_CASE_SENSITIVE |
static java.lang.String |
ATT_NAME_LOOKUP_DEFAULT_PROPERTY |
static java.lang.String |
ATT_NAME_LOOKUP_DEFAULT_SUBSTRING |
static java.lang.String |
ATT_NAME_MERGE |
static java.lang.String |
ATT_NAME_NAME |
static java.lang.String |
ATT_NAME_NO_ABSTRACT_WARNING |
static java.lang.String |
ATT_NAME_PACKAGE |
static java.lang.String |
ATT_NAME_PLURAL |
static java.lang.String |
ATT_NAME_REPORT_FONT_SIZE_BIG |
static java.lang.String |
ATT_NAME_REPORT_FONT_SIZE_NORMAL |
static java.lang.String |
ATT_NAME_REPORT_ORIENTATION |
static java.lang.String |
ATT_NAME_REPORT_TITLE |
static java.lang.String |
ATT_NAME_SUID |
static java.lang.String |
ATT_NAME_UI_DEFAULT_SELECTION_FILTER |
static java.lang.String |
ATT_NAME_UI_DEFAULT_SORTING |
static java.lang.String |
ATT_NAME_UI_DESCRIPTION |
static java.lang.String |
ATT_NAME_UI_LINK_ONLY |
static java.lang.String |
ATT_NAME_UI_LOAD_IMMEDIATE |
static java.lang.String |
ATT_NAME_UI_TIPS |
static java.lang.String |
DEFAULT_GENERATE_AS_SUFFIX |
static java.lang.String |
DEFAULT_SORTING_ASC |
static java.lang.String |
DEFAULT_SORTING_DESC |
static java.lang.String |
DEPENDENTS_SEPARATOR_CHAR |
static java.lang.String |
EL_NAME_ACTION |
static java.lang.String |
EL_NAME_ATTR |
static java.lang.String |
EL_NAME_CODE |
static java.lang.String |
EL_NAME_COMMENT |
static java.lang.String |
EL_NAME_DB |
static java.lang.String |
EL_NAME_EXPORT |
static java.lang.String |
EL_NAME_FULLTEXT |
static java.lang.String |
EL_NAME_GDPR |
static java.lang.String |
EL_NAME_IMPLEMENTS |
static java.lang.String |
EL_NAME_LOOKUP |
static java.lang.String |
EL_NAME_NPATTR |
static java.lang.String |
EL_NAME_REPORT |
static java.lang.String |
EL_NAME_UI |
static java.lang.String |
EL_NAME_VATTR |
static EntityI[] |
EMPTY_ARRAY |
static java.lang.String |
EXPORT_MODE_IF_REFERENCED |
static java.lang.String |
EXPORT_MODE_LIST |
static java.lang.String |
EXPORT_MODE_NEVER |
static java.lang.String |
EXPORT_MODE_SINGLE |
static java.lang.String |
GENERATE_AS_DELIMITER_CHAR |
static java.util.Set<java.lang.String> |
RESERVED_TABLE_NAMES |
$0, $01
$0
Modifier and Type | Method and Description |
---|---|
void |
addRelationObject(java.lang.Object bo,
java.lang.String attName,
java.lang.Object value)
Adds the given value to the relation specified via its attribute name in the given bo
|
default java.util.Collection<GraphPath> |
findReachableAttrsWithType(EntityI wantedEntity)
Find by which relation chains a given entity is referenced from this
EntityI . |
default java.util.Collection<GraphPath> |
findReachableAttrsWithType(EntityI wantedEntity,
boolean ignoreNonPersistents)
Find by which relation chains a given entity is referenced from this
EntityI . |
java.util.List<CBOAction> |
getActionList() |
java.util.List<java.lang.Class> |
getClassesUpToPreviousEntity() |
java.lang.Boolean |
getDefaultLookupCaseSensitive() |
java.lang.String |
getDefaultLookupProperty() |
java.lang.Boolean |
getDefaultLookupStartingWith() |
java.lang.Boolean |
getDefaultLookupSubstring() |
java.lang.String |
getDefaultSelectionFilter()
Returns a filter-clause that acts as a non-interactive filter within a query.
|
java.lang.String |
getDefaultSortDirection(java.lang.String path)
Returns the default sorting direction of the
DefaultSortDefinitionEntry
found under the given path in the defaultSorting for the current EntityI, null otherwise. |
java.util.Map<java.lang.String,DefaultSortDefinitionEntry> |
getDefaultSorting()
Returns the defaultSorting for the current EntityI, recursivly
checking the base EntityI-s, too, until a defaultSorting is found.
|
java.lang.Integer |
getDefaultSortLevel(java.lang.String path)
Returns the default sorting level of the
DefaultSortDefinitionEntry
found under the given path in the defaultSorting for the current EntityI, null otherwise. |
java.util.List<java.lang.String> |
getDependentClasses() |
java.lang.Long |
getDiscriminator() |
ExportDefinitionEntry |
getExport(java.lang.String name)
Returns the ExportDefinitionEntry of this EntityI or any of its
super-entities with the passed name if it exists, null otherwise.
|
ExportDefinitionEntry |
getExport(java.lang.String name,
boolean includeSuper)
Returns the ExportDefinitionEntry of this EntityI with the passed
name if it exists, null otherwise.
|
java.util.List<ExportDefinitionEntry> |
getExports()
Returns a list of all ExportDefinitionEntry-s for this EntityI
or any of its super-entities.
|
java.util.List<ExportDefinitionEntry> |
getExports(boolean includeSuper)
Returns a list of all ExportDefinitionEntry-s for this EntityI.
|
java.lang.String |
getFQName() |
default java.util.Collection<OnlyToDirectedGraphNodeI> |
getFromNodes()
Gets all nodes from which the incoming edges to this node originate.
|
java.lang.Float |
getFTSBoost() |
GDPRPolicy |
getGDPRPolicy() |
java.lang.String |
getGuiTip(java.lang.String tip)
Returns the gui tip for the given key from the current EntityI or one of its super EntityI-s.
|
java.lang.String |
getGuiTip(java.lang.String tip,
boolean inherited)
Returns the gui tip for the given key from the current EntityI.
|
int |
getGuiTipAsInt(java.lang.String tip)
Returns the gui tip for the given key from the current entity or one of its super EntityI-s as int.
|
int |
getGuiTipAsInt(java.lang.String tip,
boolean inherited)
Returns the gui tip for the given key from the current entity as int.
|
default java.util.Collection<GraphEdgeI> |
getIncomingEdges() |
java.lang.Boolean |
getIndexedForFTS() |
java.lang.String |
getL10nName()
Returns the translated name for the current EntityI using L10nBundles
|
java.lang.String |
getL10nName(boolean returnKeyWhenNotFound)
Returns the translated name for the current EntityI using L10nBundles
|
java.lang.String |
getL10nNameKey()
Returns an L10n message key for the name of the current EntityI
without spaces and not permitted characters.
|
java.lang.String |
getL10nNameVar()
Returns the L10n variable for the name of the current EntityI
|
java.lang.String |
getL10nPlural()
Returns the translated name for the current EntityI as plural using L10nBundles
|
java.lang.String |
getL10nPlural(boolean returnKeyWhenNotFound)
Returns the translated singular name for the current EntityI as plural using L10nBundles
|
java.lang.String |
getL10nPluralKey()
Returns an L10n message key for the name of the current EntityI as plural
without spaces and not permitted characters
|
java.lang.String |
getL10nPluralVar()
Returns the L10n variable for the name of the current EntityI as plural
|
java.lang.Boolean |
getLinkOnly()
Checks if the linkOnly-flag is set for this
EntityI or one of its base EntityI-s. |
default java.util.Collection<GraphEdgeI> |
getOutgoingEdges() |
java.lang.String |
getPackage()
Returns the package of the current EntityI
|
java.lang.String |
getPackageAsPath()
Returns the package of the current EntityI,
but as a relative file system path
|
java.lang.Class |
getPersistenceAspectClass()
Returns the generateAs-class for the current EntityI
|
java.util.Map |
getRelationObjects(java.lang.Object bo,
java.lang.String attName)
Returns a map containing the relation for a single attribute of a bo of this
EntityI |
java.lang.Integer |
getReportFontSizeBig() |
java.lang.Integer |
getReportFontSizeNormal() |
java.lang.String |
getReportOrientation() |
java.lang.String |
getReportTitle() |
default java.util.Collection<OnlyToDirectedGraphNodeI> |
getToNodes()
Gets all nodes to which the outgoing edges from this node lead.
|
default java.lang.String |
getToolTipTextForAttribute(AttributeI attr) |
java.lang.Object |
getValue(java.lang.Object bo,
java.lang.String attPath)
Returns the value contained in the given BO and reached via the given attPath.
|
java.lang.String |
getValueAsString(java.lang.Object bo,
java.lang.String attPath)
Returns the value contained in the given BO and reached via the given attPath as String.
|
boolean |
hasGuiTip(java.lang.String tip)
Checks if the current EntityI or one of its super EntityI-s has a gui tip with the given key.
|
boolean |
hasGuiTip(java.lang.String tip,
boolean inherited)
Checks if the current EntityI has a gui tip with the given key.
|
boolean |
hasRelationObject(java.lang.Object bo,
java.lang.String attName,
java.lang.Object value)
Returns
true if the given object is part of the relation specified via its attribute name in the given bo |
boolean |
isForbidDirectChanges() |
boolean |
isLinkOnly()
Checks if the linkOnly-flag is set for this
EntityI or one of its base EntityI-s. |
boolean |
isLoadImmediate() |
boolean |
isNoStreamResourceHistory() |
boolean |
isStreamResource() |
default java.lang.String |
parametersToString() |
void |
removeRelationObject(java.lang.Object bo,
java.lang.String attName,
java.lang.Object value)
Removes the given object from the relation specified via its attribute name in the given bo
|
void |
setDiscriminator(java.lang.Long id)
Sets the Discriminator (i.e. the BOT Id) for this
EntityI |
void |
setValue(java.lang.Object bo,
java.lang.String attPath,
java.lang.Object value)
Sets the given value in the given bo using the given attPath.
|
void |
setValueAsString(java.lang.Object bo,
java.lang.String attPath,
java.lang.String value)
Sets the given value as
String to the given bo using the given attPath. |
void |
setValueAsString(java.lang.Object bo,
java.lang.String attPath,
java.lang.String value,
boolean checkConstraints)
Sets the given value as
String in the given bo using the given attPath. |
static java.util.List<EntityI> |
toEntities(SchemaI schema,
java.util.List<java.lang.String> entityNames)
Converts a list of Strings representing entity names to a list of EntityIs,
filtering out the ones, for which no EntityI was not found in the passed schema.
|
java.lang.String |
toString() |
getAllAttributeList, getAllAttributeList, getAllAttributeList, getAllAttributeListByType, getAllAttributeListByType, getAllAttributeListByType, getAllAttributeListByType, getAllAttributeListWithoutSubentities, getAllAttributeListWithoutSubentities, getAllSubEntityList, getAllSubEntityList, getAllSubEntityList, getAttChain, getAttChain, getAttribute, getBaseEntity, getPersistentBaseEntity, getSubEntityList, hasPersistentSubentity, hasSubEntities, isEffectivelyPersistent, isImplicitlyPersistent, isSubEntityOf, isSubEntityOf
getAttributeList, getAttributeListByType, getAttributeListByType, getClazz, getDescription, getFolderName, getImplementedSchemaInterfaces, getName, getPlural, getRelations, getSchema, getSingleAttribute, isCustom, isPersistent, isUserAbstract, newInstance
static final java.util.Set<java.lang.String> RESERVED_TABLE_NAMES
static final java.lang.String EL_NAME_ATTR
static final java.lang.String EL_NAME_VATTR
static final java.lang.String EL_NAME_NPATTR
static final java.lang.String EL_NAME_IMPLEMENTS
static final java.lang.String EL_NAME_UI
static final java.lang.String EL_NAME_LOOKUP
static final java.lang.String EL_NAME_CODE
static final java.lang.String EL_NAME_DB
static final java.lang.String EL_NAME_REPORT
static final java.lang.String EL_NAME_FULLTEXT
static final java.lang.String EL_NAME_EXPORT
static final java.lang.String EL_NAME_ACTION
static final java.lang.String EL_NAME_COMMENT
static final java.lang.String EL_NAME_GDPR
static final java.lang.String ATT_NAME_NAME
static final java.lang.String ATT_NAME_MERGE
static final java.lang.String ATT_NAME_EXTENDS
static final java.lang.String ATT_NAME_PLURAL
static final java.lang.String ATT_NAME_ABSTRACT
static final java.lang.String ATT_NAME_IGNORE_REVERSE_RELATIONS
static final java.lang.String ATT_NAME_DISCRIMINATOR
static final java.lang.String ATT_NAME_SUID
static final java.lang.String ATT_NAME_FOLDER
static final java.lang.String ATT_NAME_PACKAGE
static final java.lang.String ATT_NAME_NO_ABSTRACT_WARNING
static final java.lang.String ATT_NAME_IMPLEMENTS_NAME
static final java.lang.String ATT_NAME_UI_DESCRIPTION
static final java.lang.String ATT_NAME_UI_LOAD_IMMEDIATE
static final java.lang.String ATT_NAME_UI_LINK_ONLY
static final java.lang.String ATT_NAME_UI_TIPS
static final java.lang.String ATT_NAME_UI_DEFAULT_SORTING
static final java.lang.String ATT_NAME_UI_DEFAULT_SELECTION_FILTER
static final java.lang.String ATT_NAME_LOOKUP_DEFAULT_PROPERTY
static final java.lang.String ATT_NAME_LOOKUP_DEFAULT_SUBSTRING
static final java.lang.String ATT_NAME_LOOKUP_DEFAULT_CASE_SENSITIVE
static final java.lang.String ATT_NAME_CODE_PACKAGE
static final java.lang.String ATT_NAME_CODE_GENERATE_AS
static final java.lang.String ATT_NAME_CODE_CUSTOM
static final java.lang.String ATT_NAME_CODE_GENERATE
static final java.lang.String ATT_NAME_CODE_DEPENDENTS
static final java.lang.String ATT_NAME_DB_NAME
static final java.lang.String ATT_NAME_DB_PERSISTENT
static final java.lang.String ATT_NAME_DB_STREAM_RESOURCE
static final java.lang.String ATT_NAME_DB_NO_STREAM_RESOURCE_HISTORY
static final java.lang.String ATT_NAME_DB_FORBID_DIRECT_CHANGES
static final java.lang.String ATT_NAME_DB_LOW_INSTANCE_COUNT
static final java.lang.String ATT_NAME_REPORT_TITLE
static final java.lang.String ATT_NAME_REPORT_ORIENTATION
static final java.lang.String ATT_NAME_REPORT_FONT_SIZE_NORMAL
static final java.lang.String ATT_NAME_REPORT_FONT_SIZE_BIG
static final java.lang.String ATT_NAME_FULLTEXT_INDEXED
static final java.lang.String ATT_NAME_FULLTEXT_BOOST
static final java.lang.String ATT_NAME_EXPORT_NAME
static final java.lang.String ATT_NAME_EXPORT_PRIMARY_KEY
static final java.lang.String ATT_NAME_EXPORT_MODE
static final java.lang.String ATT_NAME_GDPR_DATA_CATEGORY
static final java.lang.String ATT_NAME_GDPR_RETENTION_START_DATE_PATH
static final java.lang.String DEFAULT_GENERATE_AS_SUFFIX
static final java.lang.String GENERATE_AS_DELIMITER_CHAR
static final java.lang.String DEPENDENTS_SEPARATOR_CHAR
static final java.lang.String DEFAULT_SORTING_ASC
static final java.lang.String DEFAULT_SORTING_DESC
static final java.lang.String EXPORT_MODE_NEVER
static final java.lang.String EXPORT_MODE_IF_REFERENCED
static final java.lang.String EXPORT_MODE_SINGLE
static final java.lang.String EXPORT_MODE_LIST
static final EntityI[] EMPTY_ARRAY
static java.util.List<EntityI> toEntities(SchemaI schema, java.util.List<java.lang.String> entityNames)
java.lang.String getPackage()
java.lang.String getPackageAsPath()
java.lang.String getFQName()
EntityI
boolean isStreamResource()
true
if the current EntityI or one of its base EntityIs is a stream ressourceboolean isNoStreamResourceHistory()
true
if the current EntityI or one of its base EntityIs was told to keep
no history of its stream ressource when a stream resource is replaced by a different oneboolean isForbidDirectChanges()
true if direct changes to objects with this EntityI are forbidden
java.util.List<java.lang.Class> getClassesUpToPreviousEntity()
java.lang.Class getPersistenceAspectClass()
java.lang.IllegalStateException
- if no class with the generateAs as name could be foundjava.lang.String getL10nNameKey()
java.lang.String getL10nNameVar()
java.lang.String getL10nName()
java.lang.String getL10nName(boolean returnKeyWhenNotFound)
returnKeyWhenNotFound
- if true
the key will be returned if key couldnt be translatedjava.lang.String getL10nPluralKey()
java.lang.String getL10nPluralVar()
java.lang.String getL10nPlural()
java.lang.String getL10nPlural(boolean returnKeyWhenNotFound)
returnKeyWhenNotFound
- if true
the key will be returned if key couldnt be translatedjava.util.List<CBOAction> getActionList()
EntityI
java.lang.Object getValue(java.lang.Object bo, java.lang.String attPath)
bo
- the bo to get the value fromattPath
- the path to the attribute to get the value fromjava.lang.String getValueAsString(java.lang.Object bo, java.lang.String attPath)
bo
- the bo to get the value fromattPath
- the path to the attribute to get the value fromString
void setValue(java.lang.Object bo, java.lang.String attPath, java.lang.Object value)
bo
- the bo to set the given value inattPath
- the path to the attribute to setvalue
- the value to setvoid setValueAsString(java.lang.Object bo, java.lang.String attPath, java.lang.String value, boolean checkConstraints)
String
in the given bo using the given attPath.bo
- the bo to set the given value inattPath
- the path to the attribute to setvalue
- the value to set as String
checkConstraints
- do check for constraints before setting valuevoid setValueAsString(java.lang.Object bo, java.lang.String attPath, java.lang.String value)
String
to the given bo using the given attPath.
Does check for constraints before setting the value.bo
- the bo to set the given value inattPath
- the path to the attribute to setvalue
- the value to set as String
java.util.Map getRelationObjects(java.lang.Object bo, java.lang.String attName)
EntityI
bo
- the bo to get relations forattName
- the attribute to get relations forvoid addRelationObject(java.lang.Object bo, java.lang.String attName, java.lang.Object value)
bo
- the bo to add the relational object to the attributeattName
- the name of the attribute to add the relational object tovalue
- the relational object to add to the attribute on the bovoid removeRelationObject(java.lang.Object bo, java.lang.String attName, java.lang.Object value)
bo
- the bo to remove the relational object from the attributeattName
- the name of the attribute to remove the relational object fromvalue
- the relational object to removeboolean hasRelationObject(java.lang.Object bo, java.lang.String attName, java.lang.Object value)
true
if the given object is part of the relation specified via its attribute name in the given bobo
- the bo to check the relational object on the attributeattName
- the name of the attribute to check the relational object onvalue
- the relational object to checkboolean hasGuiTip(java.lang.String tip, boolean inherited)
tip
- the key to checkinherited
- a boolean indicating whether to check for inherited tips tootrue
if a tip with the given key existsboolean hasGuiTip(java.lang.String tip)
tip
- the key to checktrue
if a tip with the given key existsjava.lang.String getGuiTip(java.lang.String tip, boolean inherited)
tip
- the key for the tip to returninherited
- a boolean indicating whether to check for inherited tips toojava.lang.String getGuiTip(java.lang.String tip)
tip
- the key for the tip to returnint getGuiTipAsInt(java.lang.String tip, boolean inherited)
tip
- the key for the tip to returninherited
- a boolean indicating whether to check for inherited tips tooIRuntimeException
- if the gui tip with the given key was no Integer
-valueint getGuiTipAsInt(java.lang.String tip)
tip
- the key for the tip to returnIRuntimeException
- if the gui tip with the given key was no Integer
-valueboolean isLinkOnly()
EntityI
or one of its base EntityI-s.
If the linkOnly-flag is set for a base EntityI, as a side-effect it will be set for this EntityI
too!true
if the linkOnly-flag is setjava.lang.Boolean getLinkOnly()
EntityI
or one of its base EntityI-s.
If the linkOnly-flag is set for a base EntityI, as a side-effect it will be set for this EntityI
too!Boolean.TRUE
if the linkOnly-flag is setboolean isLoadImmediate()
false
if loadImmediate wasn"t
set and couldn"t be retrieved from a base entityjava.lang.String getDefaultLookupProperty()
java.lang.Boolean getDefaultLookupSubstring()
Boolean.TRUE
if this EntityI or one of its base EntityI-s has a default lookup Stringjava.lang.Boolean getDefaultLookupStartingWith()
Boolean.TRUE
if this EntityI or one of its base EntityI-s only allows lookup for prefixes by defaultjava.lang.Boolean getDefaultLookupCaseSensitive()
Boolean.TRUE
if this EntityI or one of its base EntityI-s performs lookups case-insensitive by defaultjava.util.Map<java.lang.String,DefaultSortDefinitionEntry> getDefaultSorting()
Map
java.lang.String getDefaultSortDirection(java.lang.String path)
DefaultSortDefinitionEntry
found under the given path in the defaultSorting for the current EntityI, null otherwise.path
- the path of the DefaultSortDefinitionEntry
in defaultSortingDefaultSortDefinitionEntry
with the given path as String
java.lang.Integer getDefaultSortLevel(java.lang.String path)
DefaultSortDefinitionEntry
found under the given path in the defaultSorting for the current EntityI, null otherwise.path
- the path of the DefaultSortDefinitionEntry
in defaultSortingDefaultSortDefinitionEntry
with the given path as Integer
java.lang.String getDefaultSelectionFilter()
default java.lang.String getToolTipTextForAttribute(AttributeI attr)
java.lang.String getReportTitle()
null
if report title wasn"t set and couldn"t be
retrieved from a base entityjava.lang.String getReportOrientation()
null
if report orientation wasn"t set and
couldn"t be retrieved from a base entityjava.lang.Integer getReportFontSizeNormal()
null
if the report"s normal font size wasn"t set and
couldn"t be retrieved from a base entityjava.lang.Integer getReportFontSizeBig()
null
if the report"s big font size wasn"t set and
couldn"t be retrieved from a base entityjava.util.List<ExportDefinitionEntry> getExports()
java.util.List<ExportDefinitionEntry> getExports(boolean includeSuper)
includeSuper
- a boolean which denotes if also exports from
all super-entities shall be included.ExportDefinitionEntry getExport(java.lang.String name)
name
- the name of the ExportDefinitionEntry to returnExportDefinitionEntry getExport(java.lang.String name, boolean includeSuper)
name
- the name of the ExportDefinitionEntry to returnincludeSuper
- a boolean which denotes if also exports from
all super-entities shall be searched.java.util.List<java.lang.String> getDependentClasses()
void setDiscriminator(java.lang.Long id)
EntityI
id
- the id to set as discriminatorjava.lang.IllegalArgumentException
- if the given id was null or the discriminator of this EntityI
was already setjava.lang.Long getDiscriminator()
EntityI
java.lang.Boolean getIndexedForFTS()
Boolean.TRUE
if this EntityI or any of its super-EntityI-s is indexed for fulltext search.java.lang.Float getFTSBoost()
GDPRPolicy getGDPRPolicy()
default java.lang.String parametersToString()
java.lang.String toString()
toString
in class java.lang.Object
String
containing all information about the current EntityIdefault java.util.Collection<OnlyToDirectedGraphNodeI> getToNodes()
OnlyToDirectedGraphNodeI
getToNodes
in interface OnlyToDirectedGraphNodeI
Collection
of all nodes to which the outgoing edges
from this node leaddefault java.util.Collection<OnlyToDirectedGraphNodeI> getFromNodes()
DirectedGraphNodeI
getFromNodes
in interface DirectedGraphNodeI
Collection
of all nodes from which the incoming edges
to this node originatedefault java.util.Collection<GraphEdgeI> getOutgoingEdges()
getOutgoingEdges
in interface OnlyToDirectedGraphNodeI
default java.util.Collection<GraphEdgeI> getIncomingEdges()
getIncomingEdges
in interface DirectedGraphNodeI
default java.util.Collection<GraphPath> findReachableAttrsWithType(EntityI wantedEntity)
EntityI
.
Relation chains that include non-persistent attributes are ignored.wantedEntity
- The EntityI
in question.GraphPath
instances representing relation chains to the wanted entity.
These paths consist of this instance as the start node and relation AttributeI
instances
as edges/path elements leading to the wanted entity.default java.util.Collection<GraphPath> findReachableAttrsWithType(EntityI wantedEntity, boolean ignoreNonPersistents)
EntityI
.wantedEntity
- The EntityI
in question.ignoreNonPersistents
- If true, relation chains that include non-persistent attributes are ignored.
If false, these chains are also included in the result.GraphPath
instances representing relation chains to the wanted entity.
These paths consist of this instance as the start node and relation AttributeI
instances
as edges/path elements leading to the wanted entity.Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.