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 Configuration
CommandInterfaceUtil. 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 CommandInterface
CmiModelUtil. createConfigurationCommandInterface(Configuration configuration, IBmTransaction transaction)
Creates configuration command interface.static CommandInterface
CmiModelUtil. createMainSectionCommandInterface(Configuration configuration, IBmTransaction transaction)
Creates main section command interface.static String
CmiModelUtil. getCommandGroupRepresentation(CommandGroup group, Configuration configuration)
Gets command group representation.static String
CmiModelUtil. getCommandRepresentation(Command command, Configuration configuration)
Gets command representatonstatic boolean
CommandInterfaceUtil. 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 AddCommandToMainSectionTask
AddCommandToMainSectionTask. 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 void
ConfigurationNewWizardRelatedModelsFactory. 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 Configuration
IConfigurationAware. getConfiguration()
Returns the configuration provdided by this entity.Configuration
IConfigurationProject. getConfiguration()
Returns configuration contained in this V8 configuration project.Configuration
IConfigurationProvider. getConfiguration(IDtProject project)
Returns the configuration by the provided workspace project.Configuration
IConfigurationProvider. getConfiguration(org.eclipse.core.resources.IProject project)
Returns the configuration by the provided workspace project.Configuration
IConfigurationProvider. getConfiguration(org.eclipse.emf.common.util.URI uri)
Returns the configuration which contains object with the providedURI
.Configuration
IConfigurationProvider. getConfiguration(org.eclipse.emf.ecore.EObject eObject)
Returns the configuration which contains the provided model object.Configuration
IExtensionProject. 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.IProject
IConfigurationProjectManager. 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.IProject
IConfigurationProjectManager. 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 givenVersion
content.org.eclipse.core.resources.IProject
IExtensionProjectManager. 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.IProject
IExtensionProjectManager. 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 Configuration
ErdUiUtil. 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 Configuration
TypeItemFolder. 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 void
SetBreakpointDialog. initCache(Configuration configuration, org.eclipse.core.runtime.SubMonitor monitor)
Inits cache for given configuration.void
SetFilterDialog. 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 Configuration
EventHandlersEditor. 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 Configuration
AbstractEventHandlersHandler. 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 Configuration
AbstractExtensionHandlersProvidingContentProvider. configuration
Methods in com._1c.g5.v8.dt.eventhandlers.ui.providers with parameters of type Configuration Modifier and Type Method Description void
EventHandlersViewerContentProvider. 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 Configuration
TestMdObjectFactory. 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 void
LogFormElementsDefFilter. 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 objectsAbstractFormAttribute
andFormCommand
. -
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 objectsAbstractFormAttribute
andFormCommand
. -
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.IStatus
ChangeConfigurationRequiredMobileApplicationPermissionsTask. execute(Configuration configuration, org.eclipse.core.runtime.IProgressMonitor monitor)
Changes configuration required mobile application permissions.org.eclipse.core.runtime.IStatus
ChangeConfigurationUsePurposesTask. 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.IStatus
IConfigurationImportValidator. 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 Configuration
ConfigurationInitializer. 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 boolean
MdDbViewDefInferrer. _infer(Configuration object)
protected boolean
MdDbViewFieldDefInferrer. _infer(Configuration object, IEObjectProvider typeProvider)
protected boolean
MdImplicitRefInferrer. _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 Configuration
BmCommonAttributeDataSeparationModel. getConfiguration()
Configuration
IBmCommonAttributeDataSeparationModel. getConfiguration()
The currentConfiguration
objectMethods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type Configuration Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createConfigurationAdditionalFullTextSearchDictionariesCheckedModel(Configuration context)
CreatesConfiguration
additional full text search dictionaries dialog model for context object with showing checked objects.NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createConfigurationStandaloneContentDialogModel(Configuration configuration)
CreatesNavigatorTreeDialogModel
for 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 void
ConfigurationRule. 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 Configuration
ConfigurationStandaloneContentModel. 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 NavigatorTreeDialogModel
ConfigurationStandaloneContentEditHandler. createNavigatorTreeDialogModel(Configuration configuration)
protected void
ConfigurationStandaloneContentEditHandler. 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 Configuration
MdModelNavigatorAdapterBase. 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 newBot
navigator 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.Folder
object.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a newFunctionalOptionNavigatorAdapter.Folder
object.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a newFunctionalOptionsParameterNavigatorAdapter.Folder
object.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a newHTTPService
navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a new information registers navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a newIntegrationService
navigator 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.Folder
object.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 newStyleItem
navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a newStyle
navigator 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 newWebService
navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a new ws references navigator adapter.Folder(Configuration configuration, IResourceLookup resourceLookup, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a newXDTOPackage
navigator 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 Configuration
MdClassFactory. 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 class
ConfigurationImpl
An implementation of the model object 'Configuration'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Configuration Modifier and Type Method Description Configuration
MdClassFactoryImpl. createConfiguration()
abstract Configuration
ConfigurationProvider. 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 boolean
ValidationUtil. 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 boolean
DataSeparatorValidator. 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 Configuration
MdClassUtil. 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 T
MdClassSwitch. caseConfiguration(Configuration object)
Returns the result of interpreting the object as an instance of 'Configuration'.boolean
MdClassValidator. validateConfiguration(Configuration configuration, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. 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 Configuration
SheetAccessor. 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 void
IInfobaseUpdateConflictResolver.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 boolean
IInfobaseConnection. 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.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 void
AllRolesEditor. init(org.eclipse.ui.IEditorSite site, IDtEditorInput<Configuration> input)
void
AllRolesEditor. 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 Configuration
IRightsEditorController. getConfiguration()
Gets editor configuration.Configuration
RightsEditorController. getConfiguration()
Methods in com._1c.g5.v8.dt.rights.ui.editors.controllers with parameters of type Configuration Modifier and Type Method Description void
IRightInfosService. init(Configuration configuration)
Configuration rights and e-class rights initialization from index. -
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 StandaloneContentDataExchangeSettings
ConfigurationStandaloneContentUtil. getSettings(Configuration configuration)
Returns configuration standalone content data exchange settings.static StandaloneContent
ConfigurationStandaloneContentUtil. getStandaloneContent(Configuration configuration)
Gets a configuration standalone content.static boolean
ConfigurationStandaloneContentUtil. hasStandaloneContent(Configuration configuration)
Checks an existence of configuration standalone content. -
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 void
ExportImportUtil. 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 allBasicDbObject
s 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 void
BasicObjectsSection. 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.
-