Uses of Class
org.alfresco.rest.framework.core.exceptions.NotFoundException
-
Packages that use NotFoundException Package Description org.alfresco.rest.api org.alfresco.rest.api.impl org.alfresco.rest.framework.core org.alfresco.rest.framework.core.exceptions -
-
Uses of NotFoundException in org.alfresco.rest.api
Methods in org.alfresco.rest.api that throw NotFoundException Modifier and Type Method Description void
Renditions. createRenditions(org.alfresco.service.cmr.repository.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 NotFoundException Modifier and Type Method Description void
RenditionsImpl. createRenditions(org.alfresco.service.cmr.repository.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 NotFoundException Modifier and Type Method Description ResourceWithMetadata
ResourceLookupDictionary. locateEntityResource(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLookupDictionary. locateRelationPropertyResource(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
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.exceptions Modifier and Type Class Description class
EntityNotFoundException
The addressed entity was not foundclass
RelationshipResourceNotFoundException
The addressed Relationship Resource was not found
-