org.drools.guvnor.client.rpc
Interface DroolsService

All Superinterfaces:
com.google.gwt.user.client.rpc.RemoteService
All Known Implementing Classes:
DroolsServiceImplementation, DroolsServiceServlet

@RemoteServiceRelativePath(value="droolsService")
public interface DroolsService
extends com.google.gwt.user.client.rpc.RemoteService


Method Summary
 ValidatedResponse validateModule(Module data)
          Validate module configuration
 

Method Detail

validateModule

ValidatedResponse validateModule(Module data)
                                 throws com.google.gwt.user.client.rpc.SerializationException
Validate module configuration

Returns:
A ValidatedReponse, with any errors to be reported. No payload is in the response. If there are any errors, the user should be given the option to review them, and correct them if needed (but a save will not be prevented this way - as its not an exception).
Throws:
com.google.gwt.user.client.rpc.SerializationException


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