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(Asset asset,
Set<String> activeWorkingSets)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
verifyAssetWithoutVerifiersRules
AnalysisReport verifyAssetWithoutVerifiersRules(Asset asset,
Set<WorkingSetConfigData> activeWorkingSets)
throws com.google.gwt.user.client.rpc.SerializationException
- Throws:
com.google.gwt.user.client.rpc.SerializationException
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.