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
-
Method Details
-
getEntitySelection
S getEntitySelection()Returns the current selection. Never returnsnull.
-