public interface ActionExecutor extends HttpMethodSupport
Modifier and Type | Interface and Description |
---|---|
static interface |
ActionExecutor.ExecutionCallback
The result of an Action execution.
|
Modifier and Type | Method and Description |
---|---|
void |
execute(ResourceWithMetadata resource,
Params params,
ActionExecutor.ExecutionCallback executionCallback)
Invokes the resource with the Params calling the callback onSuccess
|
getHttpMethod
void execute(ResourceWithMetadata resource, Params params, ActionExecutor.ExecutionCallback executionCallback)
resource
- params
- executionCallback
- Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.