Uses of Interface
de.espirit.firstspirit.access.store.contentstore.Dataset
Packages that use Dataset
Package
Description
Provides interfaces to handle content transport features.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
Attention
To use this functionality your license must have feature 'packagepool' licensed.
-
Uses of Dataset in de.espirit.firstspirit.access
Methods in de.espirit.firstspirit.access that return DatasetModifier and TypeMethodDescription@Nullable DatasetGenerationContext.getDataset()Returns the firstDatasetif this page is a content page, otherwisenull. -
Uses of Dataset in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return DatasetModifier and TypeMethodDescription@Nullable DatasetDatasetContainer.getDataset()The stored dataset - may be nullMethods in de.espirit.firstspirit.access.editor.value with parameters of type DatasetModifier and TypeMethodDescriptionstatic DatasetContainerFactory method to create a DatasetContainer for the specified entity, template and language. -
Uses of Dataset in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore that return DatasetModifier and TypeMethodDescription@NotNull DatasetDatasetProvider.createDataset()Creates a new entity with the entity type of this dataset provider and returns a new dataset for this entity.@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.Methods in de.espirit.firstspirit.access.store.contentstore that return types with arguments of type DatasetModifier and TypeMethodDescriptionContent2.getDatasets()Returns the list of datasets respecting defined filter and ordering.
Shortcut forgetData(getProject().getMasterLanguage())).Content2.getDatasets(boolean release) Returns the list of datasets respecting defined filter, ordering and release state by using the projects master language.
Shortcut forgetDatasets(getProject().getMasterLanguage(), release)).Content2.getDatasets(@NotNull Language language) Returns the list of datasets respecting defined filter and ordering.
Internally this list is constructed lazily, to maintain this feature one should wrap this list if e.g. onlygetEntity()is needed:Content2.getDatasets(@NotNull Language language, boolean release) Returns the list of datasets respecting defined filter, ordering and release state.
Internally this list is constructed lazily, to maintain this feature one should wrap this list if e.g. onlygetEntity()is needed: -
Uses of Dataset in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type DatasetModifier and TypeMethodDescription@NotNull RenderingAgent.RendererProvide a dataset to be used for a content projection. -
Uses of Dataset in de.espirit.firstspirit.common
Methods in de.espirit.firstspirit.common that return DatasetModifier and TypeMethodDescription@Nullable DatasetGidAgent.findDataset(@NotNull UUID gid, boolean release) Finds an entity by its global identifier (GID) and returns it asDataset. -
Uses of Dataset in de.espirit.firstspirit.event
Methods in de.espirit.firstspirit.event that return DatasetModifier and TypeMethodDescription@NotNull DatasetDatasetChange.getElement()Get theDatasetbeing operated on. -
Uses of Dataset in de.espirit.firstspirit.feature
Methods in de.espirit.firstspirit.feature that return types with arguments of type DatasetModifier and TypeMethodDescription@NotNull Map<Schema,Map<EntityType, Collection<Dataset>>> FeatureModel.getDataRecords()Returns alldata recordscontained in this feature model as an unmodifiable map.
The map represents a snapshot of the current model at time calling this method.