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 Dataset
GenerationContext.getDataset()
Returns the firstDataset
if 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 Dataset
DatasetContainer.getDataset()
The stored dataset - may be nullMethods in de.espirit.firstspirit.access.editor.value with parameters of type DatasetModifier and TypeMethodDescriptionstatic DatasetContainer
Factory 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 Dataset
DatasetProvider.createDataset()
Creates a new entity with the entity type of this dataset provider and returns a new dataset for this entity.@NotNull Dataset
Content2.getDataset
(@NotNull Entity entity) Get a dataset for the given entity.@NotNull Dataset
DatasetProvider.getDataset
(@NotNull Entity entity) Get a dataset for the given entity.@Nullable Dataset
DatasetProvider.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
(@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: -
Uses of Dataset in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type DatasetModifier and TypeMethodDescription@NotNull RenderingAgent.Renderer
Provide a dataset to be used for a content projection. -
Uses of Dataset in de.espirit.firstspirit.event
Methods in de.espirit.firstspirit.event that return DatasetModifier and TypeMethodDescription@NotNull Dataset
DatasetChange.getElement()
Get theDataset
being 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 records
contained in this feature model as an unmodifiable map.
The map represents a snapshot of the current model at time calling this method.