Uses of Interface
de.espirit.or.Session
Packages that use Session
Package
Description
-
Uses of Session in de.espirit.firstspirit.access.store.sitestore
Constructors in de.espirit.firstspirit.access.store.sitestore with parameters of type SessionModifierConstructorDescriptionContentMultiPageParams
(@NotNull Session session, @NotNull Select select, int entitiesPerPage, int maxPageCount, @Nullable Date time) Constructor based on some restrictions. -
Uses of Session in de.espirit.firstspirit.access.store.templatestore
Methods in de.espirit.firstspirit.access.store.templatestore that return SessionModifier and TypeMethodDescription@NotNull Session
Schema.getSession()
Returns the currentor session
Same asgetSession(false)
.@NotNull Session
Schema.getSession
(boolean release) Returns theor session
. -
Uses of Session in de.espirit.firstspirit.common
Methods in de.espirit.firstspirit.common that return SessionModifier and TypeMethodDescription@NotNull Session
GidAgent.migrateSchema
(@NotNull Schema schema) Migrates the given schema to supportfs_gid's
if necessary.
Attention:
Ensure to use the returnedor session
to request entities which should be passed to theadaptGid()
methods (GidAgent.adaptGid(Schema, List, boolean)
&GidAgent.adaptGid(Schema, Map, boolean)
) -
Uses of Session in de.espirit.or.schema
Methods in de.espirit.or.schema that return SessionModifier and TypeMethodDescription@NotNull Session
Entity.getSession()
Returns the session which was used to create or retrieve this entity.