Uses of Class
org.alfresco.rest.framework.core.exceptions.UnsupportedResourceOperationException
-
Packages that use UnsupportedResourceOperationException Package Description org.alfresco.rest.framework.core org.alfresco.rest.framework.core.exceptions -
-
Uses of UnsupportedResourceOperationException in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that throw UnsupportedResourceOperationException Modifier and Type Method Description ResourceWithMetadata
ResourceLocator. locateEntityResource(Api api, String resourceName, org.springframework.http.HttpMethod httpMethod)
Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadata
ResourceLookupDictionary. locateEntityResource(Api api, String entityResource, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
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.ResourceWithMetadata
ResourceLookupDictionary. locateRelationPropertyResource(Api api, String entityResource, String relationResource, String property, org.springframework.http.HttpMethod httpMethod)
ResourceWithMetadata
ResourceLocator. locateRelationResource(Api api, String resourceName, String relationName, org.springframework.http.HttpMethod httpMethod)
Finds an Relationship Resource and returns it in ResourceWithMetadata wrapper.Map<String,ResourceWithMetadata>
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.ResourceWithMetadata
ResourceLookupDictionary. locateRelationResource(Api api, String entityResource, String relationResource, org.springframework.http.HttpMethod httpMethod)
-
Uses of UnsupportedResourceOperationException in org.alfresco.rest.framework.core.exceptions
Subclasses of UnsupportedResourceOperationException in org.alfresco.rest.framework.core.exceptions Modifier and Type Class Description class
DeletedResourceException
In this version of the API the specified resource has been deleted and is therefore not support
-