Uses of Interface
de.espirit.or.schema.Entity
Packages that use Entity
Package
Description
-
Uses of Entity in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor with parameters of type EntityModifier and TypeMethodDescriptionbooleanAssociate an entity with the value under indexing, so that if the entity changes, the value will be updated wrt. its index entry.DatasetEditorValue.createDatasetContainer(Entity entity, TableTemplate template, Language language) Deprecated.Factory method to create a value container for the specified template and entity. -
Uses of Entity in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value with parameters of type EntityModifier and TypeMethodDescriptionstatic DatasetContainerDatasetContainer.Factory.create(Entity entity, TableTemplate template, Language language) Factory method to create a DatasetContainer for the specified entity, template and language. -
Uses of Entity in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore that return EntityModifier and TypeMethodDescription@Nullable EntityReturns the entity found for givenkeyValueornull.ContentWorkflowable.getEntity()@NotNull EntityDataset.getEntity()Get the entity bound to this dataset.@Nullable EntityContent2ScriptContext.getSelectedRow()Methods in de.espirit.firstspirit.access.store.contentstore that return types with arguments of type EntityModifier and TypeMethodDescriptionContent2.getData()Deprecated.Deprecated.since 5.1.102, useContent2.getDatasets(Language).Content2ScriptContext.getData()Returns the list of entities respecting defined filter and ordering of the underlyingContent2element.
Shortcut forgetData(getProject().getMasterLanguage())).Returns the list of entities respecting defined filter and ordering of the underlyingContent2element.Methods in de.espirit.firstspirit.access.store.contentstore with parameters of type EntityModifier and TypeMethodDescriptionvoidDeprecated.since 5.2.201 - useStoreElement.delete()instead.@NotNull DatasetContent2.getDataset(@NotNull Entity entity) Get a dataset for the given entity.@NotNull DatasetDatasetProvider.getDataset(@NotNull Entity entity) Get a dataset for the given entity.@Nullable DatasetDatasetProvider.getDataset(@NotNull Entity entity, @NotNull Revision revision) Get a dataset for the given entity in a defined revision.@Nullable WorkflowableContent2.getWorkflowable(Entity entity) Get a workflowable instance for the provided entity.booleanDeprecated.since 5.2.201 - useStoreElement.isLocked()instead.booleanContent2.isLockedOnServer(Entity entity, boolean allSessions) Deprecated.since 5.2.201 - useStoreElement.isLockedOnServer(boolean)instead.voidDeprecated.since 5.2.201 - useDataset#setLock(true)instead.voidDeprecated.since 5.2.201 - useIDProvider.release()instead.voidDeprecated.since 5.2.201 - useIDProvider.release()instead.voidDeprecated.since 5.2.201 - useDataset#setLock(false)instead. -
Uses of Entity in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return EntityModifier and TypeMethodDescriptionContentMultiPageParams.ContentPageParams.get(int index) Provides a single record stored at the given position.ContentMultiPageParams.get(int index) Provides the record stored at the given index.Methods in de.espirit.firstspirit.access.store.sitestore that return types with arguments of type EntityModifier and TypeMethodDescriptionProvides all records for the given language.Provides all records for the given language being rendered on the specified page number, where page counting starts with0.Provides all records for the given language.Provides all records for the given language being rendered on the specified page number, where page counting starts with0.ContentMultiPageParams.ContentPageParams.getData()Provides the records defined by this range restricted parameters definition.ContentMultiPageParams.ContentPageParams.iterator()Provides an iterator over records retrieved with use of this parameters.ContentMultiPageParams.iterator()Enables to iterate over the records retrieved via these parameters. -
Uses of Entity in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore with parameters of type EntityModifier and TypeMethodDescription@NotNull ReferenceEntry[]Schema.getIncomingReferences(Entity entity) Returns current incoming references of the givenentity.@NotNull ReferenceEntry[]Schema.getIncomingReferences(Entity entity, boolean release) Returns current or release incoming references of the givenentity.@NotNull ReferenceEntry[]Schema.getOutgoingReferences(Entity entity) Returns current outgoing references of the givenentity.@NotNull ReferenceEntry[]Schema.getOutgoingReferences(Entity entity, boolean release) Returns current or release outgoing references of the givenentity. -
Uses of Entity in de.espirit.firstspirit.common
Methods in de.espirit.firstspirit.common that return EntityModifier and TypeMethodDescription@Nullable EntityGidAgent.findEntity(@NotNull String gid) Finds aEntityby its globalId (gid).Methods in de.espirit.firstspirit.common that return types with arguments of type EntityModifier and TypeMethodDescriptionGidAgent.GidAdaptationResult.changes()The result key value pairs.Methods in de.espirit.firstspirit.common with parameters of type EntityModifier and TypeMethodDescriptionThe changes result pairs.A pair of newUUID ↔ oldUUI for a given entity.Method parameters in de.espirit.firstspirit.common with type arguments of type EntityModifier and TypeMethodDescription@NotNull GidAgent.GidAdaptationResultAdapts the given elements GIDs.
Attention:
CallGidAgent.migrateSchema(Schema)before calling this method if given schema doesn't not support fs_gid's yet This method will execute acommiton the OR session to persist the changes made during the execution of this method and all changes made on the session before calling this method. If an error occurs asession rollbackwill be called@NotNull GidAgent.GidAdaptationResultAdapts the given elements GIDs to the mapping defined one.
Attention:
CallGidAgent.migrateSchema(Schema)before calling this method if given schema doesn't not support fs_gid's yet This method will execute acommiton the OR session to persist the changes made during the execution of this method and all changes made on the session before calling this method. If an error occurs asession rollbackwill be called -
Uses of Entity in de.espirit.firstspirit.store.access.nexport.operations
Methods in de.espirit.firstspirit.store.access.nexport.operations with parameters of type Entity -
Uses of Entity in de.espirit.or
Methods in de.espirit.or that return EntityModifier and TypeMethodDescription@NotNull EntitySession.createEntity(@NotNull String type) Create a new entity of the giventype@Nullable EntitySession.find(@NotNull EntityType type, String uuid) Returns the entity specified by given EntityType and uuid string
Important: Only supported if the schema istemporal.@Nullable EntitySession.find(@NotNull EntityType type, UUID uuid) Returns the entity specified by given EntityType and uuid.@NotNull EntitySession.find(@NotNull Identifier identifier) Return the entity with the givenidentifier.@Nullable EntityReturn the entity with the givenkeyValue.@Nullable EntityReturn the entity of typeentityTypeNamewith the idkey.@NotNull EntitySession.findNotNull(@NotNull KeyValue keyValue) Returns an entity with the givenkeyValueeven if it doesn't exist.@NotNull EntitySession.findNotNull(@NotNull String entityTypeName, @NotNull Object... key) Returns an entity of typeentityTypeNamewith the idkeyeven if it doesn't exists.Methods in de.espirit.or that return types with arguments of type EntityModifier and TypeMethodDescriptionSession.fetchEntities(@NotNull String entityTypeName, @NotNull Collection<UUID> entityGids) Fetches all entities specified by givengids.
Attention: List could containnullentries for GIDs no entity could be found for.Session.getChanged()Return the set of modified and not yet committed entities in this session.Session.getDeletedEntities(@NotNull String entityTypeName) Get all deleted entities from typeentityTypeName.Session.getHistory(@NotNull KeyValue keyValue) Return the history of the entity with the givenkeyValue.Session.getInvalidEntities(@NotNull KeyValue keyValue) Return a list of invalid entities of the givenkeyValue.Session.getReleaseRevision(@NotNull Identifier identifier, @NotNull String languageAbbreviation) GetEntityin language dependent release revision if available.Methods in de.espirit.or with parameters of type Entity -
Uses of Entity in de.espirit.or.schema
Methods in de.espirit.or.schema that return EntityMethods in de.espirit.or.schema that return types with arguments of type EntityModifier and TypeMethodDescriptionReturn the value of the specified list attribute ("to N relation").Methods in de.espirit.or.schema with parameters of type EntityModifier and TypeMethodDescriptionValidator.checkValidity(Entity owner, Attribute<T> attribute, T value) Check the validity of the given value against this constraint.voidCopy the values of the givenentityto this entity.booleanChecks up whether the given data entry is valid.
Content2.getDatasets()