Interface ServiceActivationRuleForDataspace


public interface ServiceActivationRuleForDataspace
This interface can be implemented to specify whether a user service is disabled for a given dataspace. Deactivated user services are never displayed in the specified context, including in permission UI screens.
Since:
5.8.0
  • Field Details

  • Method Details

    • isAvailableFor

      boolean isAvailableFor(ServiceActivationRuleForDataspaceContext aContext)
      Returns whether the service is available for the specified dataspace context.

      If this method returns false, the current user service is unavailable in the specified dataspace, including in the user interface to define permissions.