Uses of Interface
ru.cg.webbpm.studio.core.api.indexing.FileBasedIndex
Packages that use FileBasedIndex
Package
Description
-
Uses of FileBasedIndex in ru.cg.webbpm.studio.core.impl.indexing
Classes in ru.cg.webbpm.studio.core.impl.indexing that implement FileBasedIndex -
Uses of FileBasedIndex in ru.cg.webbpm.studio.core.migrations.impl
Constructors in ru.cg.webbpm.studio.core.migrations.impl with parameters of type FileBasedIndexModifierConstructorDescriptionMigrationManagerImpl
(ProjectManager projectManager, DependencyManager dependencyManager, VersionManager versionManager, List<ObjectExtractor<?, ?>> extractors, List<FileWithVersionsIO<? extends HasVersions>> ioComponents, MigrationRegistry studioMigrationRegistry, MigrationCache migrationCache, PackageContextsHolder contextsHolder, ComponentManager componentManager, FileBasedIndex fileBasedIndex) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.core.migrations.ui
Constructors in ru.cg.webbpm.studio.core.migrations.ui with parameters of type FileBasedIndexModifierConstructorDescriptionResourcesMigrationListener
(FileManager fileManager, MigrationManager migrationManager, MigrationsRunner migrationsRunner, MigrationCache migrationCache, List<FileWithVersionsIO<? extends HasVersions>> ioComponents, Console console, FileBasedIndex fileBasedIndex) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.platform.api.hierarchy.actions
Fields in ru.cg.webbpm.studio.platform.api.hierarchy.actions declared as FileBasedIndexConstructors in ru.cg.webbpm.studio.platform.api.hierarchy.actions with parameters of type FileBasedIndexModifierConstructorDescriptionNewFileAction
(String text, javafx.scene.image.Image icon, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) NewFolderAction
(FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) NewUnknownFileAction
(FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.platform.impl.hierarchy.analytics.actions
Constructors in ru.cg.webbpm.studio.platform.impl.hierarchy.analytics.actions with parameters of type FileBasedIndexModifierConstructorDescriptionAnalyticsNewFolderAction
(FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.platform.impl.hierarchy.scripts.actions
Constructors in ru.cg.webbpm.studio.platform.impl.hierarchy.scripts.actions with parameters of type FileBasedIndexModifierConstructorDescriptionScriptsNewFolderAction
(FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) ScriptsNewUnknownFileAction
(FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.platform.impl.indexing
Constructors in ru.cg.webbpm.studio.platform.impl.indexing with parameters of type FileBasedIndexModifierConstructorDescriptionIndexingComponent
(FileBasedIndex fileBasedIndex, FileManager fileManager, ProgressManager progressManager, MetadataManager metadataManager) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.core.impl
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.core.impl with parameters of type FileBasedIndex -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.action
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.action with parameters of type FileBasedIndexModifierConstructorDescriptionNewBpmn2Action
(ProjectManager projectManager, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, BPMNDiagramService diagramService, Hierarchy hierarchy) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.designer.common.editor with parameters of type FileBasedIndexModifierConstructorDescriptionBusinessProcessComboBox
(FileBasedIndex fileBasedIndex, PropertyValue propertyValue, ProjectManager projectManager) BusinessProcessPropertyEditorImpl
(PropertyEditorContext editorContext, FileBasedIndex fileBasedIndex, ProjectManager projectManager) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.jbpm_designer.editor
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.jbpm_designer.editor with parameters of type FileBasedIndexModifierConstructorDescriptionJbpmDesignerEditorProviderImpl
(WebServerManager webServerManager, JbpmDeploymentManager deploymentManager, WebBrowserFactory webBrowserFactory, JbpmDesignerEventPublisher eventPublisher, ProjectManager projectManager, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.role.impl.registry with parameters of type FileBasedIndexModifierConstructorDescriptionRolesManagerImpl
(Console console, ProjectManager projectManager, RolesSerializer serializer, FileBasedIndex fileBasedIndex) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.search
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.api.search with parameters of type FileBasedIndex -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl with parameters of type FileBasedIndexModifierConstructorDescriptionWebbpmProcessManagerImpl
(FileBasedIndex fileBasedIndex, ProjectManager projectManager, Console console, FileManager fileManager, VersionManager versionManager, WebbpmProcessFileAdapter fileAdapter) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl.indexing
Constructors in ru.cg.webbpm.studio.subsystems.bpmn.webbpm_process.impl.indexing with parameters of type FileBasedIndexModifierConstructorDescriptionWebbpmProcessIndexCleaner
(FileBasedIndex fileBasedIndex, ProjectManager projectManager, MetadataManager metadataManager) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl
Constructors in ru.cg.webbpm.studio.subsystems.deploy.hotswap.impl with parameters of type FileBasedIndexModifierConstructorDescriptionHotswapManagerImpl
(HotswapFileTracker fileTracker, ProgressManager progressManager, FileEditorManager fileEditorManager, Console console, Alerts alerts, RebuildResourcesStep rebuildResourcesStep, ProcessChangesStep processChangesStep, CompileClassesStep compileClassesStep, HotswapClassesStep hotswapClassesStep, HotswapResourcesStep processResourcesStep, WebbpmPropertiesManager webbpmPropertiesManager, FileBasedIndex fileBasedIndex) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.deploy.impl.action
Constructors in ru.cg.webbpm.studio.subsystems.deploy.impl.action with parameters of type FileBasedIndexModifierConstructorDescriptionRunDeployAction
(DeployManager deployManager, FileBasedIndex fileBasedIndex, ExecutableServer executableServer) RunPartiallyDeployAction
(IdeManager ideManager, DeployManager deployManager, ProjectManager projectManager, FileManager fileManager, FileTypeRegistry fileTypeRegistry, BpmnManager bpmnManager, FileBasedIndex fileBasedIndex, ExecutableServer executableServer) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.jndi.manager.impl
Constructors in ru.cg.webbpm.studio.subsystems.jndi.manager.impl with parameters of type FileBasedIndex -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.packaging.ui
Constructors in ru.cg.webbpm.studio.subsystems.packaging.ui with parameters of type FileBasedIndexModifierConstructorDescriptionPackageExManagerImpl
(ProjectManager projectManager, ProgressManager progressManager, Alerts alerts, PackageManager packageManager, DependencyManager dependencyManager, CompileExManager compileExManager, MigrationManager migrationManager, ValidationManager validationManager, VersionControl versionControl, GitServiceEx gitServiceEx, CommitFilesPanel commitFilesPanel, Console console, List<PackageOperationListener> listeners, FileBasedIndex fileBasedIndex, FileManager fileManager) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.page_designer.components_panel.action.panel
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.components_panel.action.panel with parameters of type FileBasedIndexModifierConstructorDescriptionNewComponentAction
(ComponentManager componentManager, FileBasedIndex fileBasedIndex, ComponentsPanelView componentsPanelView, PlatformModeService platformModeService, Alerts alerts) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.action
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.designer.impl.action with parameters of type FileBasedIndexModifierConstructorDescriptionCreateComponentAction
(ComponentManager componentManager, ProjectManager projectManager, FileBasedIndex fileBasedIndex, Alerts alerts) NewPageAction
(PageManager pageManager, ProjectManager projectManager, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, VersionManager versionManager, Hierarchy hierarchy) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl with parameters of type FileBasedIndexModifierConstructorDescriptionPageManagerImpl
(FileBasedIndex fileBasedIndex, PageAdapterBean pageAdapterBean) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.component with parameters of type FileBasedIndexModifierConstructorDescriptionComponentRegistry
(ProjectManager projectManager, DependencyManager dependencyManager, FileBasedIndex fileBasedIndex, ComponentAdapterBean componentAdapterBean) -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.search
Constructors in ru.cg.webbpm.studio.subsystems.page_designer.serialization.impl.search with parameters of type FileBasedIndex -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.reporting.template_metadata.impl.manager
Constructors in ru.cg.webbpm.studio.subsystems.reporting.template_metadata.impl.manager with parameters of type FileBasedIndex -
Uses of FileBasedIndex in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.action
Constructors in ru.cg.webbpm.studio.subsystems.scripting.ide.impl.action with parameters of type FileBasedIndexModifierConstructorDescriptionNewJavaAction
(ProjectManager projectManager, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy) NewTsAction
(ProjectManager projectManager, FileManager fileManager, Alerts alerts, FileBasedIndex fileBasedIndex, Hierarchy hierarchy)