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

eu.xenit.apix.sites.ISite Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package eu.xenit.apix.sites;

import eu.xenit.apix.data.NodeRef;
import java.util.Map;

public interface ISite {

    NodeRef getNodeRef();

    String getShortName();

    String getTitle();

    String getDescription();

    boolean isPublic();

    Map getComponents();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy