Uses of Class
org.alfresco.rest.framework.core.exceptions.InvalidArgumentException
Packages that use InvalidArgumentException
Package
Description
-
Uses of InvalidArgumentException in org.alfresco.rest.framework
Methods in org.alfresco.rest.framework that throw InvalidArgumentException -
Uses of InvalidArgumentException in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that throw InvalidArgumentExceptionModifier and TypeMethodDescriptionResourceLocator.locateEntityResource(Api api, String resourceName, org.springframework.http.HttpMethod httpMethod) Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.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.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. -
Uses of InvalidArgumentException in org.alfresco.rest.framework.resource.parameters
Subclasses of InvalidArgumentException in org.alfresco.rest.framework.resource.parametersModifier and TypeClassDescriptionclassThrown when an invalid select syntax is used.Methods in org.alfresco.rest.framework.resource.parameters that throw InvalidArgumentExceptionModifier and TypeMethodDescription<T> TParameters.getParameter(String parameterName, Class<T> clazz) Gets a single request parameter passed in by the user.<T> TParams.getParameter(String parameterName, Class<T> clazz) -
Uses of InvalidArgumentException in org.alfresco.rest.framework.resource.parameters.where
Modifier and TypeClassDescriptionclassThrown when an invalid query syntax is used. -
Uses of InvalidArgumentException in org.alfresco.rest.framework.tools
Methods in org.alfresco.rest.framework.tools that throw InvalidArgumentExceptionModifier and TypeMethodDescriptionRecognizedParamsExtractor.getIncludeClause(String includeParam) Takes the "include" parameter and turns it into a Listproperty names RecognizedParamsExtractor.getSelectClause(String selectParam) Deprecated.