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 SessionSchema.getSession()Returns the currentor sessionSame asgetSession(false).@NotNull SessionSchema.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 SessionGidAgent.migrateSchema(@NotNull Schema schema) Migrates the given schema to supportfs_gid'sif necessary.
Attention:
Ensure to use the returnedor sessionto 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 SessionEntity.getSession()Returns the session which was used to create or retrieve this entity.