Interface WebeditStatusNoteContext
- All Superinterfaces:
BaseContext
,SpecialistsBroker
Provides context information useful for creating statue notes with
createNote()
.- Since:
- 5.2.516
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.BaseContext
BaseContext.Env
-
Method Summary
Modifier and TypeMethodDescription@NotNull WebeditStatusNoteBuilder
Creates aWebeditStatusNoteBuilder
for the creation of aWebeditStatusNote
.@NotNull IDProvider
Provides the shown element.@Nullable Language
Provides the language the element is shown in.Methods inherited from interface de.espirit.firstspirit.access.BaseContext
is, logDebug, logError, logError, logInfo, logWarning
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getElement
Provides the shown element.- Returns:
- The shown element.
- Since:
- 5.2.516
-
getLanguage
Provides the language the element is shown in.- Returns:
- A language or
null
, if the language is not available in this project. - Since:
- 5.2.516
-
createNote
Creates aWebeditStatusNoteBuilder
for the creation of aWebeditStatusNote
.- Returns:
- The
WebeditStatusNoteBuilder
. - Since:
- 5.2.516
-