Uses of Class
fr.gouv.vitam.common.model.VitamSession
Package
Description
This package contains simple POJOs and DTOs that may be shared commonly by all vitam internal components
Vitam Thread package facility
-
Uses of VitamSession in fr.gouv.vitam.common.accesslog
Modifier and TypeMethodDescriptionstatic AccessLogInfoModel
AccessLogUtils.getInfoForAccessLog
(String qualifier, Integer version, VitamSession session, Long size, String archiveUnitId) static AccessLogInfoModel
AccessLogUtils.getInfoFromWorkerInfo
(Map<String, Object> objectInfo, VitamSession session, Boolean mustLog) -
Uses of VitamSession in fr.gouv.vitam.common.model
Modifier and TypeMethodDescriptionstatic VitamSession
VitamSession.from
(VitamSession origin) Build a clone of the original VitamSession, attached to the same thread.Modifier and TypeMethodDescriptionstatic VitamSession
VitamSession.from
(VitamSession origin) Build a clone of the original VitamSession, attached to the same thread.void
VitamSession.mutateFrom
(@NotNull VitamSession newSession) Get the content of a given VitamSession and copy its internal values to the current instance -
Uses of VitamSession in fr.gouv.vitam.common.thread
Modifier and TypeMethodDescription@NotNull VitamSession
VitamThreadFactory.VitamThread.getVitamSession()
static VitamSession
VitamThreadUtils.getVitamSession()
Extracts the VitamSession from the local thread and returns it