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

io.spotnext.cms.service.CmsRestrictionService Maven / Gradle / Ivy

There is a newer version: 1.0.21-BETA-20190513
Show newest version
package io.spotnext.cms.service;

import io.spotnext.cms.restriction.RestrictionEvaluationResult;
import io.spotnext.itemtype.cms.AbstractCmsComponent;

/**
 * Checks CMS components for visibility restrictions.
 */
public interface CmsRestrictionService {

	/**
	 * Checks CMS components for visibility restrictions.
	 *
	 * @param component to check for restrictions
	 * @return the result of the restriction evaluation
	 */
	RestrictionEvaluationResult checkRestrictions(AbstractCmsComponent component);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy