Uses of Class
org.alfresco.rest.framework.core.exceptions.InvalidArgumentException
-
-
Uses of InvalidArgumentException in org.alfresco.rest.framework
Methods in org.alfresco.rest.framework that throw InvalidArgumentException Modifier and Type Method Description static Api
Api. valueOf(java.lang.String apiName, java.lang.String apiScope, java.lang.String apiVersion)
Creates an valid instance of the Api object -
Uses of InvalidArgumentException in org.alfresco.rest.framework.core
Methods in org.alfresco.rest.framework.core that throw InvalidArgumentException Modifier and Type Method Description ResourceWithMetadata
ResourceLocator. locateEntityResource(Api api, java.lang.String resourceName, org.springframework.http.HttpMethod httpMethod)
Finds an Entity Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadata
ResourceLocator. locateRelationPropertyResource(Api api, java.lang.String entityResource, java.lang.String relationResource, java.lang.String property, org.springframework.http.HttpMethod httpMethod)
Finds a property or action on a Relationship Resource and returns it in ResourceWithMetadata wrapper.ResourceWithMetadata
ResourceLocator. locateRelationResource(Api api, java.lang.String resourceName, java.lang.String relationName, org.springframework.http.HttpMethod httpMethod)
Finds an Relationship Resource and returns it in ResourceWithMetadata wrapper.java.util.Map<java.lang.String,ResourceWithMetadata>
ResourceLocator. locateRelationResource(Api api, java.lang.String entityKey, java.util.Collection<java.lang.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.parameters Modifier and Type Class Description class
InvalidSelectException
Thrown when an invalid select syntax is used.Methods in org.alfresco.rest.framework.resource.parameters that throw InvalidArgumentException Modifier and Type Method Description org.apache.poi.ss.formula.functions.T
Parameters. getParameter(java.lang.String parameterName, java.lang.Class<org.apache.poi.ss.formula.functions.T> clazz)
Gets a single request parameter passed in by the user.org.apache.poi.ss.formula.functions.T
Params. getParameter(java.lang.String parameterName, java.lang.Class<org.apache.poi.ss.formula.functions.T> clazz)
-
Uses of InvalidArgumentException in org.alfresco.rest.framework.resource.parameters.where
Subclasses of InvalidArgumentException in org.alfresco.rest.framework.resource.parameters.where Modifier and Type Class Description class
InvalidQueryException
Thrown 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 InvalidArgumentException Modifier and Type Method Description default java.util.List<java.lang.String>
RecognizedParamsExtractor. getIncludeClause(java.lang.String includeParam)
Takes the "include" parameter and turns it into a Listproperty names default java.util.List<java.lang.String>
RecognizedParamsExtractor. getSelectClause(java.lang.String selectParam)
Deprecated.
-