| Package | Description |
|---|---|
| org.alfresco.rest.framework.resource.actions | |
| 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 |
|---|---|
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) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.