All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.adobe.cq.msm.ui.models.alllivecopies.LiveCopyTable Maven / Gradle / Ivy

package com.adobe.cq.msm.ui.models.alllivecopies;

import aQute.bnd.annotation.ProviderType;
import com.adobe.cq.msm.ui.models.alllivecopies.LiveCopiesRow;
import org.apache.sling.api.SlingHttpServletRequest;
import org.apache.sling.api.resource.Resource;
import org.apache.sling.models.annotations.Model;

import java.util.List;
import java.util.Map;


public interface LiveCopyTable {

    String getPath();

    Map getColumns();

    List getRows();

    Map getTableAttrbs();

    boolean tableExist();

    boolean hasChildren();

    int columnsSize();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy