ContentPolicy.java 661 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  aQute.bnd.annotation.ProviderType
 *  com.day.cq.commons.LabeledResource
 *  org.apache.sling.api.adapter.Adaptable
 *  org.apache.sling.api.resource.ValueMap
 */
package com.day.cq.wcm.api.policies;

import aQute.bnd.annotation.ProviderType;
import com.day.cq.commons.LabeledResource;
import org.apache.sling.api.adapter.Adaptable;
import org.apache.sling.api.resource.ValueMap;

@ProviderType
public interface ContentPolicy
extends Adaptable,
LabeledResource {
    public ValueMap getProperties();

    public long getLastModified();

    public String getLastModifiedBy();
}