io.spotnext.cms.service.CmsRestrictionService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spot-cms-base Show documentation
Show all versions of spot-cms-base Show documentation
The spOt microservice framework.
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