Interface GetRestrictionEventContext

All Superinterfaces:
EventContext

public interface GetRestrictionEventContext extends EventContext
This class is experimental and should not be used. It might be removed in a future release.

If used, the input-restriction of the context must not be modified, as it is cached per tenant, and modifying it will modify it for the lifetime of the application. Restriction r = ((Restriction) context.getResult()).copy();