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

Packages that use SnapshotComparisonPageResponse
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 SnapshotComparisonPageResponse in org.drools.guvnor.client.rpc
 

Methods in org.drools.guvnor.client.rpc that return SnapshotComparisonPageResponse
 SnapshotComparisonPageResponse PackageService.compareSnapshots(SnapshotComparisonPageRequest request)
           
 

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

Uses of SnapshotComparisonPageResponse in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return SnapshotComparisonPageResponse
 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.