Uses of Class
org.alfresco.rest.framework.resource.parameters.Params
Packages that use Params
Package
Description
-
Uses of Params in org.alfresco.rest.api.search
Methods in org.alfresco.rest.api.search that return Params -
Uses of Params in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type ParamsModifier and TypeMethodDescriptionResultMapper.getNode
(ResultSetRow aRow, Params params, Map<String, UserInfo> mapUserInfo, boolean isHistory) Builds a node representation based on a ResultSetRow;ResultMapper.toCollectionWithPagingInfo
(Params params, SearchRequestContext searchRequestContext, SearchQuery searchQuery, ResultSet results) Turns the results into a CollectionWithPagingInfoSearchMapper.toSearchParameters
(Params params, SearchQuery searchQuery, SearchRequestContext searchRequestContext) Turn the SearchQuery params serialized by Jackson into the Java SearchParameters object -
Uses of Params in org.alfresco.rest.framework.resource.actions
Methods in org.alfresco.rest.framework.resource.actions with parameters of type ParamsModifier and TypeMethodDescriptionActionExecutor.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Invokes the resource with the Params -
Uses of Params in org.alfresco.rest.framework.resource.parameters
Methods in org.alfresco.rest.framework.resource.parameters that return ParamsModifier and TypeMethodDescriptionstatic Params
Params.valueOf
(boolean isCollectionResource, String entityId, String relationshipId, String relationship2Id, Object passedIn, InputStream stream, String addressedProperty, Params.RecognizedParams recognizedParams, BasicContentInfo contentInfo, org.springframework.extensions.webscripts.WebScriptRequest request) static Params
Params.valueOf
(String entityId, String relationshipId, Object passedIn, InputStream stream, String addressedProperty, Params.RecognizedParams recognizedParams, BasicContentInfo contentInfo, org.springframework.extensions.webscripts.WebScriptRequest request) static Params
Params.valueOf
(String entityId, String relationshipId, Params.RecognizedParams recognizedParams, Object passedIn, org.springframework.extensions.webscripts.WebScriptRequest request) static Params
Params.valueOf
(String entityId, String relationshipId, org.springframework.extensions.webscripts.WebScriptRequest request) static Params
Params.valueOf
(String entityId, Params.RecognizedParams recognizedParams, Object passedIn, org.springframework.extensions.webscripts.WebScriptRequest request) static Params
Params.valueOf
(BeanPropertiesFilter paramFilter, String entityId, org.springframework.extensions.webscripts.WebScriptRequest request) static Params
Params.valueOf
(Params.RecognizedParams recognizedParams, String entityId, String relationshipId, org.springframework.extensions.webscripts.WebScriptRequest request) -
Uses of Params in org.alfresco.rest.framework.webscripts
Methods in org.alfresco.rest.framework.webscripts that return ParamsModifier and TypeMethodDescriptionParamsExtractor.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptDelete.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptGet.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptPost.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) ResourceWebScriptPut.extractParams
(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req) Methods in org.alfresco.rest.framework.webscripts with parameters of type ParamsModifier and TypeMethodDescriptionAbstractResourceWebScript.execute
(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly) ResourceWebScriptDelete.execute
(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly) ResourceWebScriptDelete.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptGet.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptPost.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptPut.executeAction
(ResourceWithMetadata resource, Params params, WithResponse withResponse) Executes the action on the resourceResourceWebScriptHelper.processAdditionsToTheResponse
(org.springframework.extensions.webscripts.WebScriptResponse res, Api api, String entityCollectionName, Params params, Object objectToWrap) Looks at the object passed in and recursively expands any @EmbeddedEntityResource annotations or related relationship.