Advertisement
Guest User

Untitled

a guest
May 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. public void execute(DelegateExecution delegateExecution) throws Exception {
  2.  
  3. System.out.println(Unirest.get("http://localhost:8090/api/nuxeo/accepte/"+delegateExecution.getVariable("document")+"/"+delegateExecution.getVariable("loueur")+"/"+delegateExecution.getVariable("locataire")+"/"+delegateExecution.getVariable("num_parc")+"/"+delegateExecution.getVariable("date_debut_contrat")+"/"+delegateExecution.getVariable("date_fin_contrat"))
  4. .asString().getBody());
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement