org.drools.guvnor.client.rpc
Interface StandaloneEditorServiceAsync


public interface StandaloneEditorServiceAsync


Method Summary
 void getAsstesBRL(RuleAsset[] assets, com.google.gwt.user.client.rpc.AsyncCallback<String[]> asyncCallback)
           
 void getAsstesDRL(RuleAsset[] assets, com.google.gwt.user.client.rpc.AsyncCallback<String[]> asyncCallback)
           
 void getInvocationParameters(String parametersUUID, com.google.gwt.user.client.rpc.AsyncCallback<StandaloneEditorInvocationParameters> asyncCallback)
           
 

Method Detail

getInvocationParameters

void getInvocationParameters(String parametersUUID,
                             com.google.gwt.user.client.rpc.AsyncCallback<StandaloneEditorInvocationParameters> asyncCallback)

getAsstesDRL

void getAsstesDRL(RuleAsset[] assets,
                  com.google.gwt.user.client.rpc.AsyncCallback<String[]> asyncCallback)

getAsstesBRL

void getAsstesBRL(RuleAsset[] assets,
                  com.google.gwt.user.client.rpc.AsyncCallback<String[]> asyncCallback)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.