Uses of Class
org.alfresco.rest.framework.core.exceptions.NotFoundException
Packages that use NotFoundException
Package
Description
-
Uses of NotFoundException in org.alfresco.rest.api
Methods in org.alfresco.rest.api that throw NotFoundExceptionModifier 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 NotFoundException in org.alfresco.rest.api.impl
Methods in org.alfresco.rest.api.impl that throw NotFoundExceptionModifier and TypeMethodDescriptionvoid
RenditionsImpl.createRenditions
(NodeRef nodeRef, String versionLabelId, List<Rendition> renditions, Parameters parameters) void
RenditionsImpl.createRenditions
(NodeRef nodeRef, List<Rendition> renditions, Parameters parameters) -
Uses of NotFoundException in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that throw NotFoundExceptionModifier and TypeMethodDescriptionResourceLookupDictionary.locateEntityResource
(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod) ResourceLookupDictionary.locateRelationPropertyResource
(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod) ResourceLookupDictionary.locateRelationResource
(Api api, String entityResource, String relationResource, org.springframework.http.HttpMethod httpMethod) -
Uses of NotFoundException in org.alfresco.rest.framework.core.exceptions
Subclasses of NotFoundException in org.alfresco.rest.framework.core.exceptionsModifier and TypeClassDescriptionclass
The addressed entity was not foundclass
The addressed Relationship Resource was not found