Interface DocuSignServiceAsync
public interface DocuSignServiceAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidauthorize(GUIDocuSignSettings settings, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidgetSigners(String envelopeId, com.google.gwt.user.client.rpc.AsyncCallback<Collection<String>> callback) voidisAuthorized(com.google.gwt.user.client.rpc.AsyncCallback<Boolean> callback) voidloadSettings(com.google.gwt.user.client.rpc.AsyncCallback<GUIDocuSignSettings> callback) voidsendEnvelope(GUIDocuSignSettings envelope, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidvalidateEnvelope(Collection<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Collection<GUIDocument>> callback)  
- 
Method Details
- 
loadSettings
 - 
authorize
void authorize(GUIDocuSignSettings settings, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)  - 
isAuthorized
 - 
getSigners
void getSigners(String envelopeId, com.google.gwt.user.client.rpc.AsyncCallback<Collection<String>> callback)  - 
validateEnvelope
void validateEnvelope(Collection<Long> docIds, com.google.gwt.user.client.rpc.AsyncCallback<Collection<GUIDocument>> callback)  - 
sendEnvelope
void sendEnvelope(GUIDocuSignSettings envelope, com.google.gwt.user.client.rpc.AsyncCallback<String> callback)  
 -