Uses of Class
org.alfresco.rest.framework.resource.parameters.Params
-
-
Uses of Params in org.alfresco.rest.api.search
Methods in org.alfresco.rest.api.search that return Params Modifier and Type Method Description protected Params
SearchApiWebscript. getParams(org.springframework.extensions.webscripts.WebScriptRequest webScriptRequest, List<String> fields, List<String> include, Paging paging)
Gets the Params object, parameters come from the SearchQuery json not the request -
Uses of Params in org.alfresco.rest.api.search.impl
Methods in org.alfresco.rest.api.search.impl with parameters of type Params Modifier and Type Method Description Node
ResultMapper. getNode(org.alfresco.service.cmr.search.ResultSetRow aRow, Params params, Map<String,UserInfo> mapUserInfo, boolean isHistory)
Builds a node representation based on a ResultSetRow;CollectionWithPagingInfo<Node>
ResultMapper. toCollectionWithPagingInfo(Params params, SearchRequestContext searchRequestContext, SearchQuery searchQuery, org.alfresco.service.cmr.search.ResultSet results)
Turns the results into a CollectionWithPagingInfoorg.alfresco.service.cmr.search.SearchParameters
SearchMapper. 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 Params Modifier and Type Method Description Object
ActionExecutor. 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 Params Modifier and Type Method Description 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 Params Modifier and Type Method Description Params
ParamsExtractor. extractParams(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req)
Params
ResourceWebScriptDelete. extractParams(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req)
Params
ResourceWebScriptGet. extractParams(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req)
Params
ResourceWebScriptPost. extractParams(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req)
Params
ResourceWebScriptPut. extractParams(ResourceMetadata resourceMeta, org.springframework.extensions.webscripts.WebScriptRequest req)
Methods in org.alfresco.rest.framework.webscripts with parameters of type Params Modifier and Type Method Description Object
AbstractResourceWebScript. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)
Void
ResourceWebScriptDelete. execute(ResourceWithMetadata resource, Params params, org.springframework.extensions.webscripts.WebScriptResponse res, boolean isReadOnly)
Object
ResourceWebScriptDelete. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourceObject
ResourceWebScriptGet. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourceObject
ResourceWebScriptPost. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourceObject
ResourceWebScriptPut. executeAction(ResourceWithMetadata resource, Params params, WithResponse withResponse)
Executes the action on the resourceObject
ResourceWebScriptHelper. 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.
-