public interface ServiceActivationRuleForDataset
| Modifier and Type | Field and Description |
|---|---|
static ServiceActivationRuleForDataset |
ALWAYS_UNAVAILABLE
Deactivates the service, regardless of the context.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAvailableFor(ServiceActivationRuleForDatasetContext aContext)
Returns whether the current service is available for the specified dataset
context.
|
static final ServiceActivationRuleForDataset ALWAYS_UNAVAILABLE
boolean isAvailableFor(ServiceActivationRuleForDatasetContext aContext)
If this method returns false, the current user service
is unavailable in the specified dataset, including in the user interface
to define permissions.