Class DefaultRestriction

java.lang.Object
org.ametys.runtime.plugin.component.AbstractLogEnabled
org.ametys.cms.model.restrictions.DefaultRestriction
All Implemented Interfaces:
Restriction, LogEnabled, Component, Configurable, Serviceable
Direct Known Subclasses:
RepeaterWithEducationalPathRestriction

Default implementation for restrictions on content attributes.
Restrictions can be on read or write direction, based on rights and/or workflow step ids, according its XML configuration:
  <cannot read-write-direction="read|write"/>
  <right read-write-direction="read|write" id="RightId"/>
  <workflow read-write-direction="read|write" step="3"/>