Uses of Class
org.alfresco.rest.framework.core.exceptions.NotFoundException
-
Packages that use NotFoundException Package Description org.alfresco.rest.framework.core org.alfresco.rest.framework.core.exceptions -
-
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, java.lang.String entityResource, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLookupDictionary. locateRelationPropertyResource(Api api, java.lang.String entityResource, java.lang.String relationResource, java.lang.String property, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLookupDictionary. locateRelationResource(Api api, java.lang.String entityResource, java.lang.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
-