Uses of Interface
org.alfresco.bm.http.AuthenticatedHttpEventProcessor.HttpRequestCallback

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
<T> T
AuthenticatedHttpEventProcessor.executeHttpMethodAsAdmin(org.apache.commons.httpclient.HttpMethod method, AuthenticatedHttpEventProcessor.HttpRequestCallback<T> callback)
          Execute the given method, authenticated as the Alfresco Administrator.
protected
<T> T
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.
 



Copyright © 2012. All Rights Reserved.