Interface UserServiceInvocationContext<S extends EntitySelection>
-
- All Known Subinterfaces:
ServicePermissionRuleContext<S>
,UserServiceGetCreatedRecordContext<S>
,UserServiceInitializeContext<S>
,UserServiceProcessEventOutcomeContext<S>
,UserServiceSetupDisplayContext<S>
,UserServiceSetupObjectContext<S>
,UserServiceValidateContext<S>
public interface UserServiceInvocationContext<S extends EntitySelection>
This interface defines methods to get contextual information about the user service being invoked.- Since:
- 5.8.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description S
getEntitySelection()
Returns the current selection.
-
-
-
Method Detail
-
getEntitySelection
S getEntitySelection()
Returns the current selection. Never returnsnull
.
-
-