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

Packages that use SnapshotDiffs
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. 
org.drools.guvnor.server.builder.pagerow   
 

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

Methods in org.drools.guvnor.client.rpc that return SnapshotDiffs
 SnapshotDiffs PackageService.compareSnapshots(String packageName, String firstSnapshotName, String secondSnapshotName)
          Deprecated. in favour of compareSnapshots(SnapshotComparisonRequest)
 

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

Uses of SnapshotDiffs in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return SnapshotDiffs
 SnapshotDiffs RepositoryServiceServlet.compareSnapshots(String p0, String p1, String p2)
           
protected  SnapshotDiffs RepositoryPackageOperations.compareSnapshots(String packageName, String firstSnapshotName, String secondSnapshotName)
          Deprecated. in favour of RepositoryPackageOperations.compareSnapshots(SnapshotComparisonPageRequest)
 SnapshotDiffs RepositoryPackageService.compareSnapshots(String packageName, String firstSnapshotName, String secondSnapshotName)
          Deprecated. in favour of RepositoryPackageService.compareSnapshots(SnapshotComparisonPageRequest)
 

Uses of SnapshotDiffs in org.drools.guvnor.server.builder.pagerow
 

Methods in org.drools.guvnor.server.builder.pagerow with parameters of type SnapshotDiffs
 List<SnapshotComparisonPageRow> SnapshotComparisonPageRowBuilder.createRows(PageRequest pageRequest, SnapshotDiffs diffs)
           
 



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