org.drools.guvnor.server
Class DroolsServiceImplementation
java.lang.Object
org.drools.guvnor.server.DroolsServiceImplementation
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.RemoteService, DroolsService
@ApplicationScoped
public class DroolsServiceImplementation
- extends Object
- implements DroolsService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DroolsServiceImplementation
public DroolsServiceImplementation()
DroolsServiceImplementation
@Inject
public DroolsServiceImplementation(RulesRepository rulesRepository)
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
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.