Uses of Class
org.alfresco.rest.framework.core.exceptions.ConstraintViolatedException
Packages that use ConstraintViolatedException
-
Uses of ConstraintViolatedException in org.alfresco.rest.api
Methods in org.alfresco.rest.api that throw ConstraintViolatedExceptionModifier and TypeMethodDescriptionvoid
Renditions.createRenditions
(NodeRef nodeRef, String versionId, List<Rendition> renditions, Parameters parameters) Creates renditions that don't already exist for the given node asynchronously.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 ConstraintViolatedExceptionModifier and TypeMethodDescriptionvoid
RenditionsImpl.createRenditions
(NodeRef nodeRef, String versionLabelId, List<Rendition> renditions, Parameters parameters) void
RenditionsImpl.createRenditions
(NodeRef nodeRef, List<Rendition> renditions, Parameters parameters)