Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.gwt.runtime.client.model
Class GetDocument

java.lang.Object
  extended by org.nuxeo.ecm.gwt.runtime.client.http.HttpCallback
      extended by org.nuxeo.ecm.gwt.runtime.client.ui.HttpCommand
          extended by org.nuxeo.ecm.gwt.runtime.client.model.GetDocument
All Implemented Interfaces:
com.google.gwt.http.client.RequestCallback, com.google.gwt.user.client.Command

public class GetDocument
extends HttpCommand

Author:
Bogdan Stefanescu

Constructor Summary
GetDocument(java.lang.String id)
           
 
Method Summary
 void onFailure(java.lang.Throwable cause)
           
 void onSuccess(HttpResponse response)
           
 
Methods inherited from class org.nuxeo.ecm.gwt.runtime.client.ui.HttpCommand
execute, get, getBusyTimeout, getView, onError, onResponseReceived, post, setBusyTimeout, setView
 
Methods inherited from class org.nuxeo.ecm.gwt.runtime.client.http.HttpCallback
getRequest
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetDocument

public GetDocument(java.lang.String id)
Method Detail

onSuccess

public void onSuccess(HttpResponse response)
Overrides:
onSuccess in class HttpCommand

onFailure

public void onFailure(java.lang.Throwable cause)
Overrides:
onFailure in class HttpCommand

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.