LaunchPromotionParameters.java
522 Bytes
/*
* Decompiled with CFR 0_118.
*
* Could not load the following classes:
* org.apache.sling.api.resource.Resource
*/
package com.adobe.cq.launches.api;
import com.adobe.cq.launches.api.Launch;
import com.adobe.cq.launches.api.LaunchPromotionScope;
import org.apache.sling.api.resource.Resource;
public interface LaunchPromotionParameters {
public Resource getResource();
public LaunchPromotionScope getPromotionScope();
public Launch getTarget();
public String getResourceCollectionPath();
}