org.drools.guvnor.server
Class VerificationServiceImplementation

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
              extended by com.google.gwt.user.server.rpc.RemoteServiceServlet
                  extended by org.drools.guvnor.server.VerificationServiceImplementation
All Implemented Interfaces:
com.google.gwt.user.client.rpc.RemoteService, com.google.gwt.user.server.rpc.SerializationPolicyProvider, Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, VerificationService

public class VerificationServiceImplementation
extends com.google.gwt.user.server.rpc.RemoteServiceServlet
implements VerificationService

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
perThreadRequest, perThreadResponse
 
Constructor Summary
VerificationServiceImplementation()
           
 
Method Summary
 AnalysisReport analysePackage(String packageUUID)
          Analyse the package and get a report for it.
 AnalysisReport verifyAsset(RuleAsset asset, Set<String> activeWorkingSets)
           
 AnalysisReport verifyAssetWithoutVerifiersRules(RuleAsset asset, Set<String> activeWorkingSets)
           
 
Methods inherited from class com.google.gwt.user.server.rpc.RemoteServiceServlet
checkPermutationStrongName, doGetSerializationPolicy, getSerializationPolicy, onAfterResponseSerialized, onBeforeRequestDeserialized, processCall, processPost, shouldCompressResponse
 
Methods inherited from class com.google.gwt.user.server.rpc.AbstractRemoteServiceServlet
doPost, doUnexpectedFailure, getPermutationStrongName, getThreadLocalRequest, getThreadLocalResponse, onAfterRequestDeserialized, readContent
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerificationServiceImplementation

public VerificationServiceImplementation()
Method Detail

analysePackage

@WebRemote
@Restrict(value="#{identity.loggedIn}")
public AnalysisReport analysePackage(String packageUUID)
                              throws com.google.gwt.user.client.rpc.SerializationException
Description copied from interface: VerificationService
Analyse the package and get a report for it.

Specified by:
analysePackage in interface VerificationService
Throws:
com.google.gwt.user.client.rpc.SerializationException

verifyAsset

@WebRemote
@Restrict(value="#{identity.loggedIn}")
public AnalysisReport verifyAsset(RuleAsset asset,
                                                     Set<String> activeWorkingSets)
                           throws com.google.gwt.user.client.rpc.SerializationException
Specified by:
verifyAsset in interface VerificationService
Throws:
com.google.gwt.user.client.rpc.SerializationException

verifyAssetWithoutVerifiersRules

@WebRemote
@Restrict(value="#{identity.loggedIn}")
public AnalysisReport verifyAssetWithoutVerifiersRules(RuleAsset asset,
                                                                          Set<String> activeWorkingSets)
                                                throws com.google.gwt.user.client.rpc.SerializationException
Specified by:
verifyAssetWithoutVerifiersRules in interface VerificationService
Throws:
com.google.gwt.user.client.rpc.SerializationException


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.