eu.xenit.apix.sites.ISite Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apix-interface Show documentation
Show all versions of apix-interface Show documentation
Xenit API-X Java interface
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