ResourceDetails.java 603 Bytes
/*
 * Decompiled with CFR 0_118.
 * 
 * Could not load the following classes:
 *  com.day.cq.dam.api.AssetReferenceResolver
 *  javax.jcr.RepositoryException
 */
package com.day.cq.wcm.resource.details;

import com.day.cq.dam.api.AssetReferenceResolver;
import javax.jcr.RepositoryException;

public interface ResourceDetails {
    public String getName() throws RepositoryException;

    public long getLastModified() throws RepositoryException;

    public int getReferencesSize(AssetReferenceResolver var1) throws RepositoryException;

    public int getCommentsSize() throws RepositoryException;
}