Interface GomCheckable.Context
- All Superinterfaces:
SpecialistsBroker
- Enclosing interface:
- GomCheckable
Interface providing access to the validation context.
Extends SpecialistsBroker since 5.2
- Since:
- 4.2.14
-
Method Summary
Modifier and TypeMethodDescription@Nullable IDProvider
Provides the operational store element for this context.@NotNull GomEditorProvider
Gets the form defining editor provider.@NotNull UserService
Deprecated.Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getProvider
Gets the form defining editor provider.- Returns:
- The editor provider.
- Since:
- 4.2.14
-
getUserService
Deprecated.since 5.2.5, useSpecialistsBroker.requestSpecialist(SpecialistType)
orSpecialistsBroker.requireSpecialist(SpecialistType)
instead.Provides the user service of this context.- Returns:
- The user service.
- Since:
- 4.2.14
-
getElement
Provides the operational store element for this context.- Returns:
- The element.
- Since:
- 4.2.14
-
SpecialistsBroker.requestSpecialist(SpecialistType)
orSpecialistsBroker.requireSpecialist(SpecialistType)
instead.