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 voidRenditions. 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 voidRenditionsImpl. 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 ResourceWithMetadataResourceLookupDictionary. locateEntityResource(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod)ResourceWithMetadataResourceLookupDictionary. locateRelationPropertyResource(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod)ResourceWithMetadataResourceLookupDictionary. 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 classEntityNotFoundExceptionThe addressed entity was not foundclassRelationshipResourceNotFoundExceptionThe addressed Relationship Resource was not found
-