ReportSuiteVariable.java
536 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.commons.json.JSONObject
*/
package com.day.cq.analytics.sitecatalyst.rsmerger;
import com.day.cq.analytics.sitecatalyst.rsmerger.Variable;
import java.util.Collection;
import org.apache.sling.commons.json.JSONObject;
@Deprecated
public interface ReportSuiteVariable {
public String getRsid();
public String getSiteTitle();
public Collection<? extends Variable> getVariables();
public JSONObject getJSONObject();
}