Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Configuration
-
-
Uses of Configuration in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return Configuration Modifier and Type Method Description static ConfigurationCommandInterfaceUtil. getConfiguration(org.eclipse.emf.ecore.EObject source)Gets configuration by resolve configuration uri on source editing support.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type Configuration Modifier and Type Method Description static CommandInterfaceCmiModelUtil. createConfigurationCommandInterface(Configuration configuration, IBmTransaction transaction)Creates configuration command interface.static CommandInterfaceCmiModelUtil. createMainSectionCommandInterface(Configuration configuration, IBmTransaction transaction)Creates main section command interface.static StringCmiModelUtil. getCommandGroupRepresentation(CommandGroup group, Configuration configuration)Gets command group representation.static StringCmiModelUtil. getCommandRepresentation(Command command, Configuration configuration)Gets command representatonstatic booleanCommandInterfaceUtil. hasInterfaceSubsystem(Configuration configuration)Is configuration has someone interface subsystem. -
Uses of Configuration in com._1c.g5.v8.dt.cmi.tasks
Methods in com._1c.g5.v8.dt.cmi.tasks with parameters of type Configuration Modifier and Type Method Description static AddCommandToMainSectionTaskAddCommandToMainSectionTask. create(ICommandInterfaceAccessor commandInterfaceAccessor, com._1c.g5.v8.dt.internal.cmi.bm.derived.CommandInterfaceManager commandInterfaceManager, Configuration configuration, Command command)Creates a new instance.IBmTask<org.eclipse.core.runtime.IStatus>ICommandInterfaceTaskFactory. createAddCommandToMainSectionTask(Configuration configuration, Command command)Creates a task responsible for adding the command to the main section. -
Uses of Configuration in com._1c.g5.v8.dt.cmi.ui.wizard
Method parameters in com._1c.g5.v8.dt.cmi.ui.wizard with type arguments of type Configuration Modifier and Type Method Description voidConfigurationNewWizardRelatedModelsFactory. createModels(IDtNewWizardContext<Configuration> context, Set<org.eclipse.emf.ecore.EObject> createdModels)Creates and integrates related models for a given wizard context. -
Uses of Configuration in com._1c.g5.v8.dt.core.platform
Methods in com._1c.g5.v8.dt.core.platform that return Configuration Modifier and Type Method Description ConfigurationIConfigurationAware. getConfiguration()Returns the configuration provdided by this entity.ConfigurationIConfigurationProject. getConfiguration()Returns configuration contained in this V8 configuration project.ConfigurationIConfigurationProvider. getConfiguration(IDtProject project)Returns the configuration by the provided workspace project.ConfigurationIConfigurationProvider. getConfiguration(org.eclipse.core.resources.IProject project)Returns the configuration by the provided workspace project.ConfigurationIConfigurationProvider. getConfiguration(org.eclipse.emf.common.util.URI uri)Returns the configuration which contains object with the providedURI.ConfigurationIConfigurationProvider. getConfiguration(org.eclipse.emf.ecore.EObject eObject)Returns the configuration which contains the provided model object.ConfigurationIExtensionProject. getConfiguration()Returns extension configuration contained in this V8 extension project.Methods in com._1c.g5.v8.dt.core.platform that return types with arguments of type Configuration Modifier and Type Method Description Collection<Configuration>IConfigurationProvider. getConfigurations()Returns a collection of all configurations in workspace.Methods in com._1c.g5.v8.dt.core.platform with parameters of type Configuration Modifier and Type Method Description org.eclipse.core.resources.IProjectIConfigurationProjectManager. create(String projectName, Version version, LibraryDescriptor libraryDescriptor, LibraryDependency libraryDependency, Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 configuration project in workspace: Creates actual workspace project with the given name.org.eclipse.core.resources.IProjectIConfigurationProjectManager. create(String projectName, Version version, Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 configuration project in workspace: Creates actual workspace project with the given name.org.eclipse.core.resources.IProjectIConfigurationProjectManager. create(String projectName, Path projectPath, Version version, LibraryDescriptor libraryDescriptor, LibraryDependency libraryDependency, Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 configuration project: Creates actual workspace project with the given name in the given path Creates project manifest with the givenVersionandLibraryDependencycontent.org.eclipse.core.resources.IProjectIConfigurationProjectManager. create(String projectName, Path projectPath, Version version, Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 configuration project: Creates actual workspace project with the given name in the given path Creates project manifest with the givenVersioncontent.org.eclipse.core.resources.IProjectIExtensionProjectManager. create(String projectName, Version version, Configuration configuration, org.eclipse.core.resources.IProject parent, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 configuration extension project in workspace: Creates actual workspace project with the given name.org.eclipse.core.resources.IProjectIExtensionProjectManager. create(String projectName, Path projectPath, Version version, Configuration configuration, org.eclipse.core.resources.IProject parent, org.eclipse.core.runtime.IProgressMonitor monitor)Creates V8 configuration extension project: Creates actual project with the given name in the given path. -
Uses of Configuration in com._1c.g5.v8.dt.erd.ui.handlers
Methods in com._1c.g5.v8.dt.erd.ui.handlers with parameters of type Configuration Modifier and Type Method Description protected Collection<MdObject>AbstractDiagramHandler. getConfigurationObjects(Configuration configuration)Returns configuration subsystems if there any.protected Collection<MdObject>AbstractDiagramHandler. getConfigurationSubsystems(Configuration configuration)Returns subsystems from givenconfiguration. -
Uses of Configuration in com._1c.g5.v8.dt.erd.ui.handlers.support
Methods in com._1c.g5.v8.dt.erd.ui.handlers.support with parameters of type Configuration Modifier and Type Method Description Collection<MdObject>DiagramConfigurationExtractor. extractConfiguration(Configuration configuration)Opens configuration and returns configuration objects. -
Uses of Configuration in com._1c.g5.v8.dt.erd.ui.support
Methods in com._1c.g5.v8.dt.erd.ui.support that return Configuration Modifier and Type Method Description static ConfigurationErdUiUtil. getConfiguration(MdObject mdObject, IV8ProjectManager projectManager, IResourceLookup resourceLookup)Returns given mdObject's configuration. -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.model
Methods in com._1c.g5.v8.dt.eventhandlers.model that return Configuration Modifier and Type Method Description ConfigurationTypeItemFolder. getConfiguration()Returns folder configuration.Constructors in com._1c.g5.v8.dt.eventhandlers.model with parameters of type Configuration Constructor Description TypeItemFolder(Configuration configuration, org.eclipse.emf.ecore.EClass mdClass, org.eclipse.emf.ecore.EStructuralFeature feature, TypeItemFolder.SourceType sourceType, TypeItem typeItem)Constructor. -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.services
Methods in com._1c.g5.v8.dt.eventhandlers.services with parameters of type Configuration Modifier and Type Method Description static Collection<Event>EventHandlersUtil. getConfigurationEvents(Configuration configuration)Returns all events from given configuration using given global scope provider. -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.ui.dialogs
Methods in com._1c.g5.v8.dt.eventhandlers.ui.dialogs with parameters of type Configuration Modifier and Type Method Description voidSetBreakpointDialog. initCache(Configuration configuration, org.eclipse.core.runtime.SubMonitor monitor)Inits cache for given configuration.voidSetFilterDialog. initCache(Configuration configuration, org.eclipse.core.runtime.SubMonitor monitor)Inits cache for given configuration.Constructors in com._1c.g5.v8.dt.eventhandlers.ui.dialogs with parameters of type Configuration Constructor Description SetBreakpointDialog(org.eclipse.swt.widgets.Shell parentShell, Configuration configuration, EventHandlersFilter activeFilter, EventSubscriptionEventsProvider eventsProvider, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IV8ProjectManager projectManager, IResourceLookup resourceLookup, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager indexManager, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager)ConstructorSetFilterDialog(org.eclipse.swt.widgets.Shell parentShell, Configuration configuration, EventHandlersFilter filter, EventSubscriptionEventsProvider eventsProvider, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IV8ProjectManager projectManager, IResourceLookup resourceLookup, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager indexManager, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager)Constructor -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.ui.dialogs.panels
Constructors in com._1c.g5.v8.dt.eventhandlers.ui.dialogs.panels with parameters of type Configuration Constructor Description BreakpointsHandlerPanel(org.eclipse.swt.widgets.Composite parent, Configuration configuration, EventHandlersFilter filter, SetBreakpointsDialogResult dialogResult, IContentProvider contentProvider)Constructor.BreakpointsSourcePanel(org.eclipse.swt.widgets.Composite parent, Configuration configuration, EventHandlersFilter filter, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IResourceLookup resourceLookup, IBmEmfIndexManager indexManager, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager)ConstructorEventPanel(org.eclipse.swt.widgets.Composite parent, Configuration configuration, EventHandlersFilter filter, EventSubscriptionEventsProvider eventsProvider)Constructor.HandlerPanel(org.eclipse.swt.widgets.Composite parent, Configuration configuration, EventHandlersFilter filter, IContentProvider contentProvider)Constructor.HandlerPanel(org.eclipse.swt.widgets.Composite parent, Configuration configuration, EventHandlersFilter filter, IContentProvider contentProvider, SearchFilterWithHistory searchFilterWithHistory)Constructor.SourcePanel(org.eclipse.swt.widgets.Composite parent, Configuration configuration, EventHandlersFilter filter, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IResourceLookup resourceLookup, IBmEmfIndexManager indexManager, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager)Constructor -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.ui.editor
Methods in com._1c.g5.v8.dt.eventhandlers.ui.editor that return Configuration Modifier and Type Method Description ConfigurationEventHandlersEditor. getConfiguration()Returns input configuration.Constructors in com._1c.g5.v8.dt.eventhandlers.ui.editor with parameters of type Configuration Constructor Description EventHandlersEditorInput(Configuration configuration)Constructor. -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.ui.handlers
Methods in com._1c.g5.v8.dt.eventhandlers.ui.handlers that return Configuration Modifier and Type Method Description protected ConfigurationAbstractEventHandlersHandler. getBaseConfiguration(IV8Project v8Project)Returns base project configuration for given v8 project. -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.ui.providers
Fields in com._1c.g5.v8.dt.eventhandlers.ui.providers declared as Configuration Modifier and Type Field Description protected ConfigurationAbstractExtensionHandlersProvidingContentProvider. configurationMethods in com._1c.g5.v8.dt.eventhandlers.ui.providers with parameters of type Configuration Modifier and Type Method Description voidEventHandlersViewerContentProvider. createCache(Configuration configuration, org.eclipse.core.runtime.SubMonitor monitor)Creates cache for given configuration.protected Collection<Event>AbstractEventProvidingContentProvider. getAllEvents(Configuration configuration)Returns all events from given configuration.Constructors in com._1c.g5.v8.dt.eventhandlers.ui.providers with parameters of type Configuration Constructor Description AbstractExtensionHandlersProvidingContentProvider(Configuration configuration, IV8ProjectManager projectManager, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider)Constructor.BreakpointHandlerViewerContentProvider(Configuration configuration, IV8ProjectManager projectManager, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider)Constructor.FilterHandlerViewerContentProvider(Configuration configuration, IV8ProjectManager projectManager, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider)Constructor.HandlerViewerContentProvider(StructuredViewer eventHandlersViewer, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IV8ProjectManager projectManager, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, Configuration configuration)Constructor. -
Uses of Configuration in com._1c.g5.v8.dt.eventhandlers.ui.sections
Constructors in com._1c.g5.v8.dt.eventhandlers.ui.sections with parameters of type Configuration Constructor Description MainSection(org.eclipse.swt.widgets.Composite parent, org.eclipse.ui.forms.IManagedForm managedForm, org.eclipse.ui.IWorkbenchPartSite site, IBslModuleContextDefService contextDefService, org.eclipse.xtext.scoping.IGlobalScopeProvider globalScopeProvider, IV8ProjectManager projectManager, IBslOwnerComputerService bslOwnerComputerService, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, ScriptVariant scriptVariant, Configuration configuration)Constructor -
Uses of Configuration in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return Configuration Modifier and Type Method Description static ConfigurationTestMdObjectFactory. createConfiguration(String name)Creates Configuration with name -
Uses of Configuration in com._1c.g5.v8.dt.form.layout.filtration
Methods in com._1c.g5.v8.dt.form.layout.filtration with parameters of type Configuration Modifier and Type Method Description voidLogFormElementsDefFilter. init(Form pMainElement, ILogFormAdditionalInfoProvider pProvider, String lang, CompatibilityMode compatibilityMode, LFTargetPlatform targetPlatform, ClientInterfaceVariant interfaceVariant, Configuration configuration, ILogFormEditHelperExt logFormEditHelperExt, IExtInfoManagementService extInfoManagementService) -
Uses of Configuration in com._1c.g5.v8.dt.form.model.util
Methods in com._1c.g5.v8.dt.form.model.util with parameters of type Configuration Modifier and Type Method Description static Collection<CommandGroup>ModelUtils. getMdCommandGroups(Configuration configuration, CommandGroupCategory category)Filters the configuration command groups usingcategory. -
Uses of Configuration in com._1c.g5.v8.dt.form.service.common
Methods in com._1c.g5.v8.dt.form.service.common with parameters of type Configuration Modifier and Type Method Description Collection<FunctionalOption>IFormFunctionalOptionsService. find(Configuration configuration)The method search functiona options for form use in form objectsAbstractFormAttributeandFormCommand. -
Uses of Configuration in com._1c.g5.v8.dt.form.service.common.impl
Methods in com._1c.g5.v8.dt.form.service.common.impl with parameters of type Configuration Modifier and Type Method Description Collection<FunctionalOption>FormFunctionalOptionsService. find(Configuration configuration)The method search functiona options for form use in form objectsAbstractFormAttributeandFormCommand. -
Uses of Configuration in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type Configuration Modifier and Type Method Description org.eclipse.core.runtime.IStatusChangeConfigurationRequiredMobileApplicationPermissionsTask. execute(Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)Changes configuration required mobile application permissions.org.eclipse.core.runtime.IStatusChangeConfigurationUsePurposesTask. execute(Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)Changes configuration use purposes.Constructors in com._1c.g5.v8.dt.md.api with parameters of type Configuration Constructor Description ChangeConfigurationRequiredMobileApplicationPermissionsTask(Configuration configuration, Collection<RequiredMobileApplicationPermissions> permissions)Creates a new instance ofChangeConfigurationRequiredMobileApplicationPermissionsTask.ChangeConfigurationUsePurposesTask(Configuration configuration, Collection<ApplicationUsePurpose> usePurposes)Creates a new instance ofChangeConfigurationUsePurposesTask. -
Uses of Configuration in com._1c.g5.v8.dt.md.import_.xml.reader
Constructors in com._1c.g5.v8.dt.md.import_.xml.reader with parameters of type Configuration Constructor Description ConfigurationXmlReaderResult(Configuration configuration, String xmlVersion)ConstructConfigurationXmlReaderResult -
Uses of Configuration in com._1c.g5.v8.dt.md.import_.xml.validator
Methods in com._1c.g5.v8.dt.md.import_.xml.validator with parameters of type Configuration Modifier and Type Method Description org.eclipse.core.runtime.IStatusIConfigurationImportValidator. validate(String xmlFormatVersion, Configuration configuration)Validate given configuration and version of xml format -
Uses of Configuration in com._1c.g5.v8.dt.md.mobiledigisign
Constructors in com._1c.g5.v8.dt.md.mobiledigisign with parameters of type Configuration Constructor Description MobileDigiSignHelper(Version version, Configuration configuration)Instantiates a new mobile digi sign helper. -
Uses of Configuration in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return Configuration Modifier and Type Method Description ConfigurationConfigurationInitializer. create(IV8Project v8project, Version version) -
Uses of Configuration in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Configuration Modifier and Type Method Description protected booleanMdDbViewDefInferrer. _infer(Configuration object)protected booleanMdDbViewFieldDefInferrer. _infer(Configuration object, IEObjectProvider typeProvider)protected booleanMdImplicitRefInferrer. _infer(Configuration object) -
Uses of Configuration in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return Configuration Modifier and Type Method Description ConfigurationBmCommonAttributeDataSeparationModel. getConfiguration()ConfigurationIBmCommonAttributeDataSeparationModel. getConfiguration()The currentConfigurationobjectMethods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type Configuration Modifier and Type Method Description NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createConfigurationAdditionalFullTextSearchDictionariesCheckedModel(Configuration context)CreatesConfigurationadditional full text search dictionaries dialog model for context object with showing checked objects.NavigatorTreeDialogModelNavigatorTreeDialogModelFactory. createConfigurationStandaloneContentDialogModel(Configuration configuration)CreatesNavigatorTreeDialogModelfor configuration standalone content.Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type Configuration Constructor Description BmConfigurationUsePurposesModel(Configuration object, IDerivedDataManagerProvider derivedDataManagerProvider, IBslPreferences bslPreferences, IV8Project v8project)Constructor. -
Uses of Configuration in com._1c.g5.v8.dt.md.ui.aef2.rules
Methods in com._1c.g5.v8.dt.md.ui.aef2.rules with parameters of type Configuration Modifier and Type Method Description protected voidConfigurationRule. buildForObject(Configuration object, IV8Project v8project) -
Uses of Configuration in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration that return Configuration Modifier and Type Method Description ConfigurationConfigurationStandaloneContentModel. getConfiguration()Gets a configuration for model.Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type Configuration Modifier and Type Method Description protected NavigatorTreeDialogModelConfigurationStandaloneContentEditHandler. createNavigatorTreeDialogModel(Configuration configuration)protected voidConfigurationStandaloneContentEditHandler. processOkResult(Configuration configuration, IBmEditingContext editingContext, List<Object> selected)Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.configuration with parameters of type Configuration Constructor Description ConfigurationStandaloneContentModel(Configuration configuration, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IFilteredNavigatorContentProvider filteredNavigatorContentProvider)Initializes a new instance of the class. -
Uses of Configuration in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange
Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.dataexchange with parameters of type Configuration Constructor Description DataExchangeModel(MdObject mdObject, Configuration configuration, IModelEditingSupport modelEditingSupport)Creates a new instance. -
Uses of Configuration in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan
Constructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.exchangeplan with parameters of type Configuration Constructor Description ExchangePlanContentModel(ExchangePlan exchangePlan, Configuration configuration, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IFilteredNavigatorContentProvider filteredNavigatorContentProvider, boolean filterOn)Creates a new instance ofExchangePlanContentModel. -
Uses of Configuration in com._1c.g5.v8.dt.md.ui.navigator.adapters
Methods in com._1c.g5.v8.dt.md.ui.navigator.adapters that return Configuration Modifier and Type Method Description protected ConfigurationMdModelNavigatorAdapterBase. getConfiguration(Object object)Constructors in com._1c.g5.v8.dt.md.ui.navigator.adapters with parameters of type Configuration Constructor Description CommonNavigatorAdapter(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new common navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new accounting registers navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new accumulation registers navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newBotnavigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Constructor ofBusinessProcessNavigatorAdapter.Folder.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new calculation registers navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new catalogs navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new Chart of accounts navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new navigator adapter for "Chart of Calculation Types" objectFolder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new navigator adapter for "Chart of Characteristic Types" objectFolder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new command groups navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new common attributes navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new common commands navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new common forms navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new common modules navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new common pictures navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new common templates navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new constants navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new data processors navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new defined types navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new document journals navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new documents navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new documents numerators navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new enums navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new event subscriptions navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new exchange plans navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Constructor.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newFilterCriterionNavigatorAdapter.Folderobject.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newFunctionalOptionNavigatorAdapter.Folderobject.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newFunctionalOptionsParameterNavigatorAdapter.Folderobject.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newHTTPServicenavigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new information registers navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newIntegrationServicenavigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new languages navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new reports navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new roles navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newScheduledJobNavigatorAdapter.Folderobject.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new documents sequences navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new session parameters navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new navigator adapter for "Setting Storage" objectFolder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newStyleItemnavigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newStylenavigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new subsystems navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Constructor ofTaskNavigatorAdapter.Folder.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newWebServicenavigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a new ws references navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Instantiates a newXDTOPackagenavigator adapter. -
Uses of Configuration in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return Configuration Modifier and Type Method Description ConfigurationMdClassFactory. createConfiguration()Returns a new object of class 'Configuration'. -
Uses of Configuration in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement Configuration Modifier and Type Class Description classConfigurationImplAn implementation of the model object 'Configuration'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Configuration Modifier and Type Method Description ConfigurationMdClassFactoryImpl. createConfiguration()abstract ConfigurationConfigurationProvider. getConfiguration(org.eclipse.emf.ecore.EObject eObject)Returns the configuration object for the given object, loaded in the same resource set as the given object.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type Configuration Modifier and Type Method Description static booleanValidationUtil. checkCompatibilityMode(Configuration configuration, CompatibilityMode mode)Checks configuration compatibility modestatic List<HTTPService>ValidationUtil. findHTTPServicesWithSameRootUrl(Configuration configuration, String rootURL)Finds configuretion HTTP services with same root URL.static List<XDTOPackage>ValidationUtil. findXDTOPackagesWithSameNamespace(Configuration configuration, String namespaceURL)Finds configuration XDTO packages with the same namespace.static List<CommonAttribute>ValidationUtil. getAllDataSeparators(Configuration configuration)Gets all configuration data separators.static List<CommonAttribute>ValidationUtil. getMdObjectDataSeparators(MdObject mdObject, Configuration configuration)Gets md-object data separators.static booleanDataSeparatorValidator. validate(org.eclipse.emf.ecore.EObject eObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context, Configuration configuration)Validate data separator (CommonAttribute) EObject. -
Uses of Configuration in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return Configuration Modifier and Type Method Description static ConfigurationMdClassUtil. getConfiguration(org.eclipse.emf.ecore.EObject eObject)Returns the configuration object for the given object, loaded in the same resource set as the given object.Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type Configuration Modifier and Type Method Description TMdClassSwitch. caseConfiguration(Configuration object)Returns the result of interpreting the object as an instance of 'Configuration'.booleanMdClassValidator. validateConfiguration(Configuration configuration, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)booleanMdClassValidator. validateConfiguration_validate(Configuration configuration, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)Validates the validate constraint of 'Configuration'. -
Uses of Configuration in com._1c.g5.v8.dt.moxel.ui.editor
Methods in com._1c.g5.v8.dt.moxel.ui.editor that return Configuration Modifier and Type Method Description ConfigurationSheetAccessor. getConfiguration()Get configuration curretn sheet belongs to -
Uses of Configuration in com._1c.g5.v8.dt.navigator.adapters
Constructors in com._1c.g5.v8.dt.navigator.adapters with parameters of type Configuration Constructor Description IndexedTopObjectCollectionNavigatorAdapterBase(String label, org.eclipse.jface.resource.ImageDescriptor icon, Configuration configuration, IResourceLookup resourceLookup, org.eclipse.emf.ecore.EReference contentFeature, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)Constructs the instance. -
Uses of Configuration in com._1c.g5.v8.dt.platform.services.core.infobases.sync
Methods in com._1c.g5.v8.dt.platform.services.core.infobases.sync with parameters of type Configuration Modifier and Type Method Description voidIInfobaseUpdateConflictResolver.IConflictResolveAssist. loadProjectConfiguration(Configuration configuration)Loads the entire project configuration to the infobase. -
Uses of Configuration in com._1c.g5.v8.dt.platform.services.core.infobases.sync.connections
Methods in com._1c.g5.v8.dt.platform.services.core.infobases.sync.connections with parameters of type Configuration Modifier and Type Method Description booleanIInfobaseConnection. loadConfiguration(Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor, ILoadOption... options)Loads the entire provided configuration to the connected infobase. -
Uses of Configuration in com._1c.g5.v8.dt.rights
Methods in com._1c.g5.v8.dt.rights with parameters of type Configuration Modifier and Type Method Description voidIRightInfosService. init(Configuration configuration)Configuration rights and e-class rights initialization from index. -
Uses of Configuration in com._1c.g5.v8.dt.rights.ui.dialogs
Constructors in com._1c.g5.v8.dt.rights.ui.dialogs with parameters of type Configuration Constructor Description SetFilterDialog(org.eclipse.swt.widgets.Shell parentShell, RightsEditorTypes editorType, Configuration configuration, Set<org.eclipse.emf.ecore.EObject> selectedObjects, IEObjectTrie contentObjectsTrie, Set<Role> selectedRoles, Collection<Role> contentRoles, ITreeContentProvider contentProvider, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IModelObjectTreeSearchEngine searchEngine, IBmRightsIndexProvider bmRightsProvider, IBmEmfIndexManager bmEmfIndexManager, org.eclipse.ui.navigator.INavigatorContentService contentService, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager)Constructor. -
Uses of Configuration in com._1c.g5.v8.dt.rights.ui.editors.allroles
Method parameters in com._1c.g5.v8.dt.rights.ui.editors.allroles with type arguments of type Configuration Modifier and Type Method Description voidAllRolesEditor. init(org.eclipse.ui.IEditorSite site, IDtEditorInput<Configuration> input)voidAllRolesEditor. showEditorInput(IDtEditorInput<Configuration> editorInput)Constructors in com._1c.g5.v8.dt.rights.ui.editors.allroles with parameters of type Configuration Constructor Description AllRolesEditorInput(Configuration configuration)Constructor. -
Uses of Configuration in com._1c.g5.v8.dt.rights.ui.editors.controllers
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers that return Configuration Modifier and Type Method Description ConfigurationIRightsEditorController. getConfiguration()Gets editor configuration.ConfigurationRightsEditorController. getConfiguration() -
Uses of Configuration in com._1c.g5.v8.dt.scc
Methods in com._1c.g5.v8.dt.scc that return types with arguments of type Configuration Modifier and Type Method Description static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForAdd(Configuration configuration, MdObject mdObject, ITopObjectFqnGenerator topObjectFqnGenerator)Creates a task for add metadata object into configuration standalone content.static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForChange(Configuration configuration, MdObject mdObject, StandaloneContentItemPriority newPriority)Creates a task for change metadata object in configuration standalone content.static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForRemove(Configuration configuration, MdObject mdObject)Creates a task for remove metadata object from configuration standalone content.Methods in com._1c.g5.v8.dt.scc with parameters of type Configuration Modifier and Type Method Description static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForAdd(Configuration configuration, MdObject mdObject, ITopObjectFqnGenerator topObjectFqnGenerator)Creates a task for add metadata object into configuration standalone content.static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForChange(Configuration configuration, MdObject mdObject, StandaloneContentItemPriority newPriority)Creates a task for change metadata object in configuration standalone content.static BmBasicTask1<Configuration>ConfigurationStandaloneContentTasks. createForRemove(Configuration configuration, MdObject mdObject)Creates a task for remove metadata object from configuration standalone content.static StandaloneContentDataExchangeSettingsConfigurationStandaloneContentUtil. getSettings(Configuration configuration)Returns configuration standalone content data exchange settings.static StandaloneContentConfigurationStandaloneContentUtil. getStandaloneContent(Configuration configuration)Gets a configuration standalone content.static booleanConfigurationStandaloneContentUtil. hasStandaloneContent(Configuration configuration)Checks an existence of configuration standalone content. -
Uses of Configuration in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type Configuration Modifier and Type Method Description protected abstract CAbstractAutomatedContainmentCollectionChangeOrderFramework. createCollectionContainer(String containerId, IBmTransaction transaction, Configuration configuration)Creates collection container within the configuration -
Uses of Configuration in com._1c.g5.v8.dt.testing.platform
Methods in com._1c.g5.v8.dt.testing.platform with parameters of type Configuration Modifier and Type Method Description static voidExportImportUtil. exportXml(Path xmlPath, Configuration configuration, IExportService exportService)Executes export operation -
Uses of Configuration in com._1c.g5.v8.dt.ui.util
Methods in com._1c.g5.v8.dt.ui.util with parameters of type Configuration Modifier and Type Method Description static Collection<BasicDbObject>ModelUtil. getDbObjects(Configuration configuration)Returns allBasicDbObjects from the givenConfiguration. -
Uses of Configuration in com.e1c.g5.v8.dt.gsw.ui
Methods in com.e1c.g5.v8.dt.gsw.ui with parameters of type Configuration Modifier and Type Method Description voidBasicObjectsSection. createBasicbjectSection(org.eclipse.swt.widgets.Composite parent, BasicDbObject creatingObject, Configuration configuration, IBmModelManager manager, boolean canEdit)Сreates a basic objects section.Constructors in com.e1c.g5.v8.dt.gsw.ui with parameters of type Configuration Constructor Description AddBaseOnObjectDialog(org.eclipse.swt.widgets.Shell parentShell, BasicDbObject creatingObjects, Configuration configuration, IBmModelManager bmModelManager)Creates a dialog box for selecting objects for this creating objects.ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, BasicDbObject creatingObject, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmModelManager bmModelManager, Configuration configuration, boolean canEdit)Creates a dialog for this creating object.PreviewDialog(Configuration configuration, BasicDbObject creatingObject, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields)Create preview dialog. -
Uses of Configuration in com.e1c.g5.v8.dt.mw.ui
Constructors in com.e1c.g5.v8.dt.mw.ui with parameters of type Configuration Constructor Description ConstructorDialog(org.eclipse.swt.widgets.Shell parentShell, Document document, List<Fields> inputFields, ModuleProcessor moduleProcessor, IBmEditingContext bmEditingContext, Configuration configuration, boolean canEdit, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)Creates a dialog for this document.PreviewDialog(Configuration configuration, Document document, org.eclipse.swt.widgets.Shell parentShell, ModuleProcessor moduleProcessor, List<Fields> filledModelFields)Create preview dialog. -
Uses of Configuration in com.e1c.g5.v8.dt.mw.ui.register
Constructors in com.e1c.g5.v8.dt.mw.ui.register with parameters of type Configuration Constructor Description RegisterDialog(org.eclipse.swt.widgets.Shell parentShell, Document document, Configuration configuration, IBmEditingContext bmEditingContext)Creates a dialog box for selecting registers for this documentRegisterSection(org.eclipse.swt.widgets.Composite parent, Document document, TreeViewer documentTree, ModuleProcessor moduleProcessor, IBmEditingContext bmEditingContext, Configuration configuration, boolean canEdit, MdTypeUtil mdTypeUtil, IEObjectProvider typeProvider, DerivedStateComputerUtil derivedStateComputerUtil)Сreates a register section.
-