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

net.savantly.sprout.module.content.model.webPageContent.FullWebPageContent Maven / Gradle / Ivy

The newest version!
package net.savantly.sprout.module.content.model.webPageContent;

import java.util.Set;

import org.springframework.data.rest.core.config.Projection;

import net.savantly.sprout.module.content.model.contentItem.ContentItemImpl;

@Projection(name="fullWebPageContent", types= {WebPageContent.class})
public interface FullWebPageContent {
	String getId();
	String getPlaceHolderId();
	boolean isNew();
	Set getContentItems();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy