Guvnor web application Drools 6.0.0-SNAPSHOT

org.drools.guvnor.server
Class DroolsServiceImplementation

java.lang.Object
  extended by org.drools.guvnor.server.DroolsServiceImplementation
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, DroolsService

@ApplicationScoped
public class DroolsServiceImplementation
extends Object
implements DroolsService


Constructor Summary
DroolsServiceImplementation()
           
DroolsServiceImplementation(RulesRepository rulesRepository)
           
 
Method Summary
 ValidatedResponse validateModule(Module data)
          Validate module configuration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DroolsServiceImplementation

public DroolsServiceImplementation()

DroolsServiceImplementation

@Inject
public DroolsServiceImplementation(RulesRepository rulesRepository)
Method Detail

validateModule

public ValidatedResponse validateModule(Module data)
                                 throws com.google.gwt.user.client.rpc.SerializationException
Description copied from interface: DroolsService
Validate module configuration

Specified by:
validateModule in interface DroolsService
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

Guvnor web application Drools 6.0.0-SNAPSHOT

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