OperationsService.java
570 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* aQute.bnd.annotation.ProviderType
* org.apache.sling.api.resource.ValueMap
*/
package com.adobe.granite.operations;
import aQute.bnd.annotation.ProviderType;
import org.apache.sling.api.resource.ValueMap;
@ProviderType
public interface OperationsService {
public static final String CONDITION_RUNMODE = "granite.operations.condition.runmode";
public static final String CONDITION_MBEAN = "granite.operations.condition.mbean";
public boolean isEnabled(ValueMap var1);
}