Uses of Interface
de.espirit.firstspirit.access.store.sitestore.PageRef
Packages that use PageRef
Package
Description
-
Uses of PageRef in de.espirit.firstspirit.access.editor.value
Methods in de.espirit.firstspirit.access.editor.value that return PageRefModifier and TypeMethodDescription@Nullable PageRef
ElementReference.getPageRef()
Provides the referenced element as page ref, if applicable.@Nullable PageRef
TargetReference.getPageRef()
Returns a set page reference ornull
if referenced element is not type ofPageRef
.Methods in de.espirit.firstspirit.access.editor.value with parameters of type PageRefModifier and TypeMethodDescriptionvoid
ElementReference.setPageRef
(PageRef pageRef) Sets the given page ref as referenced element. -
Uses of PageRef in de.espirit.firstspirit.access.store.pagestore
Methods in de.espirit.firstspirit.access.store.pagestore that return types with arguments of type PageRefModifier and TypeMethodDescription@NotNull Collection<PageRef>
Page.getPageRefs()
Get theCollection
ofPageRefs
that are using this page. -
Uses of PageRef in de.espirit.firstspirit.access.store.sitestore
Methods in de.espirit.firstspirit.access.store.sitestore that return PageRefModifier and TypeMethodDescriptionSiteStoreFolder.createPageRef
(String uid, Page page) Create a new page reference entry.SiteStoreFolder.createPageRef
(String uid, Page page, boolean unifyNameOnServer) Creates a new page reference in this folder.SiteStoreFolder.createPageRef
(String uid, Page page, Map<Language, String> lang2DisplayName, boolean unifyNameOnServer) Creates a new page reference in this folder.
The given uid is used as suggestion.Methods in de.espirit.firstspirit.access.store.sitestore that return types with arguments of type PageRefModifier and TypeMethodDescriptionPageGroup.getMembers()
Get a copy of the sorted list of this group's members.Methods in de.espirit.firstspirit.access.store.sitestore with parameters of type PageRefModifier and TypeMethodDescriptionvoid
Add a member to this group.void
Convenience method to add a member at the end.void
Remove a member from this group.Method parameters in de.espirit.firstspirit.access.store.sitestore with type arguments of type PageRefModifier and TypeMethodDescriptionvoid
PageGroup.setMembers
(List<PageRef> members) Set the members for this page group from the given list keeping the given order. -
Uses of PageRef in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return PageRefMethods in de.espirit.firstspirit.access.store.templatestore with parameters of type PageRefModifier and TypeMethodDescriptionvoid
MasterTemplate.setPreviewPageRef
(@Nullable PageRef pageRef) -
Uses of PageRef in de.espirit.firstspirit.agency
Methods in de.espirit.firstspirit.agency with parameters of type PageRefModifier and TypeMethodDescription@NotNull RenderingAgent.Renderer
Set the provided page reference as context (e.g. to provide the sitestore variables in the rendering context).@NotNull RenderingAgent.Renderer
The provided node is used as starting point for relative links when evaluating the provided template source.@Nullable String
Executes the configuredScheduleEntry
and waits for its completion.