Uses of Class
org.alfresco.rest.framework.core.exceptions.UnsupportedResourceOperationException
Packages that use UnsupportedResourceOperationException
-
Uses of UnsupportedResourceOperationException in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that throw UnsupportedResourceOperationExceptionModifier and TypeMethodDescriptionResourceLocator.locateEntityResource
(Api api, String resourceName, org.springframework.http.HttpMethod httpMethod) Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.ResourceLookupDictionary.locateEntityResource
(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod) ResourceLocator.locateRelationPropertyResource
(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod) Finds a property or action on a Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceLookupDictionary.locateRelationPropertyResource
(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod) ResourceLocator.locateRelationResource
(Api api, String resourceName, String relationName, org.springframework.http.HttpMethod httpMethod) Finds an Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceLocator.locateRelationResource
(Api api, String entityKey, Collection<String> relationshipKeys, org.springframework.http.HttpMethod httpMethod) Finds multiple relationship Resources and returns them as a Map of ResourceWithMetadata.ResourceLookupDictionary.locateRelationResource
(Api api, String entityResource, String relationResource, org.springframework.http.HttpMethod httpMethod) -
Uses of UnsupportedResourceOperationException in org.alfresco.rest.framework.core.exceptions
Modifier and TypeClassDescriptionclass
In this version of the API the specified resource has been deleted and is therefore not support