|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticatedHttpEventProcessor.HttpRequestCallback | |
|---|---|
| org.alfresco.bm.http | |
| org.alfresco.bm.json | |
| org.alfresco.bm.user | |
| Uses of AuthenticatedHttpEventProcessor.HttpRequestCallback in org.alfresco.bm.http |
|---|
| Methods in org.alfresco.bm.http with parameters of type AuthenticatedHttpEventProcessor.HttpRequestCallback | ||
|---|---|---|
protected
|
AuthenticatedHttpEventProcessor.executeHttpMethodAsAdmin(org.apache.commons.httpclient.HttpMethod method,
AuthenticatedHttpEventProcessor.HttpRequestCallback<T> callback)
Execute the given method, authenticated as the Alfresco Administrator. |
|
protected
|
AuthenticatedHttpEventProcessor.executeHttpMethodAuthenticated(org.apache.commons.httpclient.HttpMethod method,
String userName,
AuthenticatedHttpEventProcessor.HttpRequestCallback<T> callback)
Execute the given method, authenticated as the given user. |
|
| Uses of AuthenticatedHttpEventProcessor.HttpRequestCallback in org.alfresco.bm.json |
|---|
| Classes in org.alfresco.bm.json that implement AuthenticatedHttpEventProcessor.HttpRequestCallback | |
|---|---|
class |
JSONArrayCallback
A AuthenticatedHttpEventProcessor.HttpRequestCallback that parses the response body as a JSONArrayin
the 'data' property (RestConstants#JSON_DATA) of the JSON body. |
class |
JSONObjectCallback
A AuthenticatedHttpEventProcessor.HttpRequestCallback that parses the response body as a JSONObject. |
| Uses of AuthenticatedHttpEventProcessor.HttpRequestCallback in org.alfresco.bm.user |
|---|
| Classes in org.alfresco.bm.user that implement AuthenticatedHttpEventProcessor.HttpRequestCallback | |
|---|---|
class |
PickUserCallback
Callback that extracts the nodeRef from the picked user. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||