Uses of Class
org.alfresco.rest.framework.core.exceptions.ConstraintViolatedException
-
Packages that use ConstraintViolatedException Package Description org.alfresco.rest.api org.alfresco.rest.api.impl -
-
Uses of ConstraintViolatedException in org.alfresco.rest.api
Methods in org.alfresco.rest.api that throw ConstraintViolatedException Modifier and Type Method Description void
Renditions. createRenditions(NodeRef nodeRef, List<Rendition> renditions, Parameters parameters)
Creates renditions that don't already exist for the given node asynchronously. -
Uses of ConstraintViolatedException in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that throw ConstraintViolatedException Modifier and Type Method Description void
RenditionsImpl. createRenditions(NodeRef nodeRef, List<Rendition> renditions, Parameters parameters)
-