org.drools.guvnor.client.explorer
Interface ClientFactory

All Known Implementing Classes:
ClientFactoryImpl

public interface ClientFactory


Method Summary
 MultiActivityManager getActivityManager()
           
 ActivityMapper getActivityMapper()
           
 AssetEditorFactory getAssetEditorFactory()
           
 AssetServiceAsync getAssetService()
           
 AssetViewerActivityView getAssetViewerActivityView()
           
 CategoryServiceAsync getCategoryService()
           
 ConfigurationServiceAsync getConfigurationService()
           
 AbstractModuleEditor getModuleEditor(PackageConfigData packageConfigData, ClientFactory clientFactory, com.google.gwt.event.shared.EventBus eventBus, boolean historicalReadOnly, com.google.gwt.user.client.Command refreshCommand)
           
 ModuleEditorActivityView getModuleEditorActivityView()
           
 NavigationViewFactory getNavigationViewFactory()
           
 PackageServiceAsync getPackageService()
           
 PerspectiveFactory getPerspectiveFactory()
           
 PerspectivesPanelView getPerspectivesPanelView()
           
 com.google.gwt.place.shared.PlaceController getPlaceController()
           
 com.google.gwt.place.shared.PlaceHistoryHandler getPlaceHistoryHandler()
           
 com.google.gwt.place.shared.PlaceHistoryMapper getPlaceHistoryMapper()
           
 RepositoryServiceAsync getRepositoryService()
           
 WizardFactory getWizardFactory()
           
 

Method Detail

getPlaceController

com.google.gwt.place.shared.PlaceController getPlaceController()

getPerspectivesPanelView

PerspectivesPanelView getPerspectivesPanelView()

getNavigationViewFactory

NavigationViewFactory getNavigationViewFactory()

getConfigurationService

ConfigurationServiceAsync getConfigurationService()

getActivityManager

MultiActivityManager getActivityManager()

getPlaceHistoryHandler

com.google.gwt.place.shared.PlaceHistoryHandler getPlaceHistoryHandler()

getPlaceHistoryMapper

com.google.gwt.place.shared.PlaceHistoryMapper getPlaceHistoryMapper()

getModuleEditorActivityView

ModuleEditorActivityView getModuleEditorActivityView()

getAssetViewerActivityView

AssetViewerActivityView getAssetViewerActivityView()

getPackageService

PackageServiceAsync getPackageService()

getAssetEditorFactory

AssetEditorFactory getAssetEditorFactory()

getPerspectiveFactory

PerspectiveFactory getPerspectiveFactory()

getRepositoryService

RepositoryServiceAsync getRepositoryService()

getCategoryService

CategoryServiceAsync getCategoryService()

getAssetService

AssetServiceAsync getAssetService()

getActivityMapper

ActivityMapper getActivityMapper()

getModuleEditor

AbstractModuleEditor getModuleEditor(PackageConfigData packageConfigData,
                                     ClientFactory clientFactory,
                                     com.google.gwt.event.shared.EventBus eventBus,
                                     boolean historicalReadOnly,
                                     com.google.gwt.user.client.Command refreshCommand)

getWizardFactory

WizardFactory getWizardFactory()


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