Uses of Interface
de.espirit.or.Session
Package
Description
-
Uses of Session in de.espirit.firstspirit.access.store.sitestore
ModifierConstructorDescriptionContentMultiPageParams
(@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
Modifier 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
Modifier 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
Modifier and TypeMethodDescription@NotNull Session
Entity.getSession()
Returns the session which was used to create or retrieve this entity.