Uses of Interface
de.espirit.firstspirit.access.store.contentstore.Content2
Packages that use Content2
Package
Description
-
Uses of Content2 in de.espirit.firstspirit.access.editor
Methods in de.espirit.firstspirit.access.editor that return Content2Modifier and TypeMethodDescription@NotNull Content2DatasetEditorValue.getDefaultContentNode()Deprecated.Returns the default table template: The first valid content node configured inthe form. -
Uses of Content2 in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return Content2 -
Uses of Content2 in de.espirit.firstspirit.access.store.contentstore
Methods in de.espirit.firstspirit.access.store.contentstore that return Content2Modifier and TypeMethodDescriptionContentFolder.addContent(TableTemplate table, String name) Creates and returns a content2 node based on the given template.ContentFolder.createContent(TableTemplate tableTemplate, String uidSuggestion, @Nullable Map<Language, String> language2displayNameMapping, boolean unifyUidOnServer) Creates a new content node in this folder.ContentWorkflowable.getContent()@Nullable Content2ContentStoreRoot.getContent2ByName(String uid) Get Content2 object by uid by callingStore.getStoreElement(String, de.espirit.firstspirit.access.store.IDProvider.UidType)@Nullable Content2Dataset.getParent()Returns parentContent2which can benullif this dataset (or its entity) is only associated with atable template.