I need to call my API when user enter text in text box and click on submit button.In the previous example, the below code is in my java class and it fetches the text from the dialog box and stores in 'searchParameter' which I pass in my API.Node currentNode = getResource().adaptTo(Node.class);String...