Uses of Class
org.drools.guvnor.client.rpc.SnapshotComparisonPageRequest

Packages that use SnapshotComparisonPageRequest
org.drools.guvnor.client.rpc This contains classes used for remote communication with the repository server. 
org.drools.guvnor.server This package contains server side code for the repository. 
 

Uses of SnapshotComparisonPageRequest in org.drools.guvnor.client.rpc
 

Methods in org.drools.guvnor.client.rpc with parameters of type SnapshotComparisonPageRequest
 SnapshotComparisonPageResponse PackageService.compareSnapshots(SnapshotComparisonPageRequest request)
           
 void PackageServiceAsync.compareSnapshots(SnapshotComparisonPageRequest p0, com.google.gwt.user.client.rpc.AsyncCallback<SnapshotComparisonPageResponse> cb)
           
 

Uses of SnapshotComparisonPageRequest in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server with parameters of type SnapshotComparisonPageRequest
 SnapshotComparisonPageResponse RepositoryServiceServlet.compareSnapshots(SnapshotComparisonPageRequest p0)
           
 SnapshotComparisonPageResponse RepositoryPackageService.compareSnapshots(SnapshotComparisonPageRequest request)
           
protected  SnapshotComparisonPageResponse RepositoryPackageOperations.compareSnapshots(SnapshotComparisonPageRequest request)
           
 



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