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

Packages that use IFramePerspectiveConfiguration
org.drools.guvnor.client.admin   
org.drools.guvnor.client.explorer   
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 IFramePerspectiveConfiguration in org.drools.guvnor.client.admin
 

Methods in org.drools.guvnor.client.admin with parameters of type IFramePerspectiveConfiguration
 void PerspectivesManagerView.openPopUp(SaveCommand<IFramePerspectiveConfiguration> capture, IFramePerspectiveConfiguration iFramePerspectiveConfiguration)
           
 void PerspectivesManagerViewImpl.openPopUp(SaveCommand<IFramePerspectiveConfiguration> saveCommand, IFramePerspectiveConfiguration iFramePerspectiveConfiguration)
           
 void PerspectiveEditorPopUp.setConfiguration(IFramePerspectiveConfiguration iFramePerspectiveConfiguration)
           
 

Method parameters in org.drools.guvnor.client.admin with type arguments of type IFramePerspectiveConfiguration
 void PerspectivesManagerView.openPopUp(SaveCommand<IFramePerspectiveConfiguration> saveCommand)
           
 void PerspectivesManagerViewImpl.openPopUp(SaveCommand<IFramePerspectiveConfiguration> saveCommand)
           
 void PerspectivesManagerView.openPopUp(SaveCommand<IFramePerspectiveConfiguration> capture, IFramePerspectiveConfiguration iFramePerspectiveConfiguration)
           
 void PerspectivesManagerViewImpl.openPopUp(SaveCommand<IFramePerspectiveConfiguration> saveCommand, IFramePerspectiveConfiguration iFramePerspectiveConfiguration)
           
 

Uses of IFramePerspectiveConfiguration in org.drools.guvnor.client.explorer
 

Method parameters in org.drools.guvnor.client.explorer with type arguments of type IFramePerspectiveConfiguration
protected  void PerspectiveLoader.handleResult(Collection<IFramePerspectiveConfiguration> perspectivesConfigurations, LoadPerspectives loadPerspectives)
           
 

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

Methods in org.drools.guvnor.client.rpc that return IFramePerspectiveConfiguration
 IFramePerspectiveConfiguration ConfigurationService.load(String uuid)
           
 

Methods in org.drools.guvnor.client.rpc that return types with arguments of type IFramePerspectiveConfiguration
 Collection<IFramePerspectiveConfiguration> ConfigurationService.loadPerspectiveConfigurations()
           
 

Methods in org.drools.guvnor.client.rpc with parameters of type IFramePerspectiveConfiguration
 String ConfigurationService.save(IFramePerspectiveConfiguration newConfiguration)
           
 void ConfigurationServiceAsync.save(IFramePerspectiveConfiguration newConfiguration, com.google.gwt.user.client.rpc.AsyncCallback<String> async)
           
 

Method parameters in org.drools.guvnor.client.rpc with type arguments of type IFramePerspectiveConfiguration
 void ConfigurationServiceAsync.load(String uuid, com.google.gwt.user.client.rpc.AsyncCallback<IFramePerspectiveConfiguration> async)
           
 void ConfigurationServiceAsync.loadPerspectiveConfigurations(com.google.gwt.user.client.rpc.AsyncCallback<Collection<IFramePerspectiveConfiguration>> async)
           
 

Uses of IFramePerspectiveConfiguration in org.drools.guvnor.server
 

Methods in org.drools.guvnor.server that return IFramePerspectiveConfiguration
 IFramePerspectiveConfiguration ConfigurationServiceImplementation.load(String uuid)
           
 

Methods in org.drools.guvnor.server that return types with arguments of type IFramePerspectiveConfiguration
 Collection<IFramePerspectiveConfiguration> ConfigurationServiceImplementation.loadPerspectiveConfigurations()
           
 

Methods in org.drools.guvnor.server with parameters of type IFramePerspectiveConfiguration
 String ConfigurationServiceImplementation.save(IFramePerspectiveConfiguration configuration)
           
 



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