org.drools.guvnor.client.rpc
Interface VerificationService
- All Superinterfaces:
- com.google.gwt.user.client.rpc.RemoteService
- All Known Implementing Classes:
- VerificationServiceImplementation
@RemoteServiceRelativePath(value="verificationService")
public interface VerificationService
- extends com.google.gwt.user.client.rpc.RemoteService
analysePackage
AnalysisReport analysePackage(String packageUUID)
throws com.google.gwt.user.client.rpc.SerializationException
- Analyse the package and get a report for it.
- Throws:
com.google.gwt.user.client.rpc.SerializationException
verifyAsset
AnalysisReport verifyAsset(RuleAsset asset,
Set<String> activeWorkingSets)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
verifyAssetWithoutVerifiersRules
AnalysisReport verifyAssetWithoutVerifiersRules(RuleAsset asset,
Set<String> activeWorkingSets)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.