| Package | Description |
|---|---|
| org.alfresco.rest.framework.resource.actions | |
| org.alfresco.rest.framework.resource.parameters | |
| org.alfresco.rest.framework.webscripts |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionExecutor.execute(ResourceWithMetadata resource,
Params params,
ActionExecutor.ExecutionCallback executionCallback)
Invokes the resource with the Params calling the callback onSuccess
|
| Modifier and Type | Method and Description |
|---|---|
static Params |
Params.valueOf(BeanPropertiesFilter paramFilter,
String entityId) |
static Params |
Params.valueOf(Params.RecognizedParams recognizedParams,
String entityId,
String relationshipId) |
static Params |
Params.valueOf(String entityId,
Params.RecognizedParams recognizedParams,
Object passedIn) |
static Params |
Params.valueOf(String entityId,
String relationshipId) |
static Params |
Params.valueOf(String entityId,
String relationshipId,
Object passedIn,
InputStream stream,
String addressedProperty,
Params.RecognizedParams recognizedParams,
BasicContentInfo contentInfo) |
| Modifier and Type | Method and Description |
|---|---|
Params |
ResourceWebScriptPost.extractParams(ResourceMetadata resourceMeta,
org.springframework.extensions.webscripts.WebScriptRequest req) |
Params |
ResourceWebScriptGet.extractParams(ResourceMetadata resourceMeta,
org.springframework.extensions.webscripts.WebScriptRequest req) |
Params |
ParamsExtractor.extractParams(ResourceMetadata resourceMeta,
org.springframework.extensions.webscripts.WebScriptRequest req) |
Params |
ResourceWebScriptPut.extractParams(ResourceMetadata resourceMeta,
org.springframework.extensions.webscripts.WebScriptRequest req) |
Params |
ResourceWebScriptDelete.extractParams(ResourceMetadata resourceMeta,
org.springframework.extensions.webscripts.WebScriptRequest req) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceWebScriptPost.execute(ResourceWithMetadata resource,
Params params,
ActionExecutor.ExecutionCallback executionCallback) |
void |
ResourceWebScriptGet.execute(ResourceWithMetadata resource,
Params params,
ActionExecutor.ExecutionCallback executionCallback) |
void |
ResourceWebScriptPut.execute(ResourceWithMetadata resource,
Params params,
ActionExecutor.ExecutionCallback executionCallback) |
void |
ResourceWebScriptDelete.execute(ResourceWithMetadata resource,
Params params,
ActionExecutor.ExecutionCallback executionCallback) |
ActionExecutor |
AbstractResourceWebScript.findExecutor(org.springframework.http.HttpMethod httpMethod,
Params params,
ResourceWithMetadata resource,
String contentType)
Finds the action executor to execute actions on.
|
Object |
ResourceWebScriptHelper.postProcessResponse(Api api,
String entityCollectionName,
Params params,
Object objectToWrap)
Looks at the object passed in and recursively expands any @EmbeddedEntityResource annotations or related relationship.
|
Copyright © 2005–2014 Alfresco Software. All rights reserved.