Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Subsystem
Packages that use Subsystem
Package
Description
-
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return SubsystemModifier and TypeMethodDescriptionSubsystemsVisibilityFragment.getSubsystem()
Returns the value of the 'Subsystem' reference.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>
SubsystemsOrderFragment.getSubsystem()
Returns the value of the 'Subsystem' reference list.org.eclipse.emf.common.util.EList<Subsystem>
SubsystemsOrder.getSubsystems()
Returns the value of the 'Subsystems' reference list.Methods in com._1c.g5.v8.dt.cmi.model with parameters of type SubsystemModifier and TypeMethodDescriptionvoid
SubsystemsVisibilityFragment.setSubsystem
(Subsystem value) Sets the value of the 'Subsystem
' reference. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddata
Subinterfaces of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddataModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return SubsystemModifier and TypeMethodDescriptionUnresolvedSubsystem.getProxySubsystem()
Returns the value of the 'Proxy Subsystem' reference.ConfigurationCommandInterfaceItem.getSubsystem()
Returns the value of the 'Subsystem' reference.SubsystemCommandInterface.getSubsystem()
Returns the value of the 'Subsystem' reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type SubsystemModifier and TypeMethodDescriptionvoid
UnresolvedSubsystem.setProxySubsystem
(Subsystem value) Sets the value of the 'Proxy Subsystem
' reference.void
ConfigurationCommandInterfaceItem.setSubsystem
(Subsystem value) Sets the value of the 'Subsystem
' reference.void
SubsystemCommandInterface.setSubsystem
(Subsystem value) Sets the value of the 'Subsystem
' reference. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddata.impl
Classes in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that implement SubsystemModifier and TypeClassDescriptionclass
An implementation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return SubsystemModifier and TypeMethodDescriptionUnresolvedSubsystemImpl.getProxySubsystem()
ConfigurationCommandInterfaceItemImpl.getSubsystem()
SubsystemCommandInterfaceImpl.getSubsystem()
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type SubsystemModifier and TypeMethodDescriptionvoid
UnresolvedSubsystemImpl.setProxySubsystem
(Subsystem newProxySubsystem) void
ConfigurationCommandInterfaceItemImpl.setSubsystem
(Subsystem newSubsystem) void
SubsystemCommandInterfaceImpl.setSubsystem
(Subsystem newSubsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.deriveddata.util
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.util with parameters of type SubsystemModifier and TypeMethodDescriptionCmiDerivedDataSwitch.caseSubsystem
(Subsystem object) Returns the result of interpreting the object as an instance of 'Subsystem'. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.impl
Methods in com._1c.g5.v8.dt.cmi.model.impl that return SubsystemMethods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>
SubsystemsOrderImpl.getSubsystems()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type SubsystemModifier and TypeMethodDescriptionvoid
SubsystemsVisibilityFragmentImpl.setSubsystem
(Subsystem newSubsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model.util
Methods in com._1c.g5.v8.dt.cmi.model.util that return SubsystemModifier and TypeMethodDescriptionstatic Subsystem
CommandInterfaceUtil.getRealSectionSubsystem
(Subsystem subsystem) Gets cmi model subsystem.static Subsystem
CommandInterfaceUtil.getSubsystem
(Object obj) Gets subsystemMethods in com._1c.g5.v8.dt.cmi.model.util that return types with arguments of type SubsystemModifier and TypeMethodDescriptionCommandInterfaceUtil.getSubsystems
(MdObject mdObject) Gets subsystem container subsystems.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type SubsystemModifier and TypeMethodDescriptionstatic Subsystem
CommandInterfaceUtil.getRealSectionSubsystem
(Subsystem subsystem) Gets cmi model subsystem.static MdObject
CommandInterfaceUtil.getSubsystemOwner
(MdObject mdObject, Subsystem subsystem) Gets subsystem ownerstatic boolean
CommandInterfaceUtil.isCorrectNewOwner
(MdObject newOwner, Subsystem subsystem) Is correct new owner for moved subsystem.static boolean
CommandInterfaceUtil.isNewSubsystemOwnerNotEqualsCurrent
(MdObject newOwner, Subsystem subsystem) Is new owner for moved subsystem not equal old owner.static boolean
CommandInterfaceUtil.isSubsystemOwnerNotConsistsSubsystemWithSameName
(MdObject newOwner, Subsystem subsystem) Cheks if new subsystem owner do not consists subsystem with same name.static void
CommandInterfaceUtil.setSubsystemVisibility
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Sets subsystem visibility and add changes to affected objects. -
Uses of Subsystem in com._1c.g5.v8.dt.cmi.tasks
Methods in com._1c.g5.v8.dt.cmi.tasks with parameters of type SubsystemModifier and TypeMethodDescriptionstatic DeleteBrokenSubsystemTask
DeleteBrokenSubsystemTask.create
(CommandInterface commandInterface, Subsystem subsystem) Creates a new instance.SetDefaultSubsystemVisibilityTask.create
(CommandInterface commandInterface, Subsystem subsystem) Creates a new instance.static SetSubsystemVisibilityTask
SetSubsystemVisibilityTask.create
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a new instance.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem.org.eclipse.core.runtime.IStatus
DeleteBrokenSubsystemTask.execute
(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetDefaultSubsystemVisibilityTask.execute
(CommandInterface commandInterface, Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SetSubsystemVisibilityTask.execute
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility, org.eclipse.core.runtime.IProgressMonitor monitor) }Method parameters in com._1c.g5.v8.dt.cmi.tasks with type arguments of type SubsystemModifier and TypeMethodDescriptionstatic SetSubsystemOrderTask
SetSubsystemOrderTask.create
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a new instance of the task.IBmTask<org.eclipse.core.runtime.IStatus>
ICommandInterfaceTaskFactory.createSetSubsystemOrderTask
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order.Constructors in com._1c.g5.v8.dt.cmi.tasks with parameters of type SubsystemModifierConstructorDescriptionDeleteBrokenSubsystemTask
(String name, CommandInterface commandInterface, Subsystem subsystem) Constructor.protected
SetDefaultSubsystemVisibilityTask
(String name, CommandInterface commandInterface, Subsystem subsystem) SetSubsystemVisibilityTask
(String name, CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Constructor. -
Uses of Subsystem 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 SubsystemModifier and TypeMethodDescriptionvoid
SubsystemNewWizardRelatedModelsFactory.createModels
(IDtNewWizardContext<Subsystem> context, Set<org.eclipse.emf.ecore.EObject> createdModels) Creates and integrates related models for a given wizard context. -
Uses of Subsystem in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return SubsystemModifier and TypeMethodDescriptionstatic Subsystem
TestMdObjectFactory.createSubsystem
(String name) Creates Subsystem with name -
Uses of Subsystem in com._1c.g5.v8.dt.form.mapping.model.impl
Fields in com._1c.g5.v8.dt.form.mapping.model.impl declared as SubsystemModifier and TypeFieldDescriptionprotected Subsystem
SubsystemNodeImpl.domain
The cached value of the 'Domain
' attribute.Methods in com._1c.g5.v8.dt.form.mapping.model.impl that return SubsystemMethods in com._1c.g5.v8.dt.form.mapping.model.impl with parameters of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.bm.derived
Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived that return types with arguments of type SubsystemModifier and TypeMethodDescriptionstatic Collection<Subsystem>
CmiDerivedDataUtil.getSubsystemsContainingMdObject
(Configuration configuration, MdObject mdObject) Collect all the configuration's subsystems containing the given metadata object.Methods in com._1c.g5.v8.dt.internal.cmi.bm.derived with parameters of type SubsystemModifier and TypeMethodDescriptionboolean
CommandInterfaceManager.subsystemCommandInterfaceExists
(CommandInterfaceRoot root, Subsystem subsystem) Is subsystem command interface exists. -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.tasks
Methods in com._1c.g5.v8.dt.internal.cmi.tasks with parameters of type SubsystemModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetDefaultSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem) Creates a task responsible for restoring default visibility for the given subsystem.IBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetSubsystemVisibilityTask
(CommandInterface commandInterface, Subsystem subsystem, AdjustableBoolean visibility) Creates a task responsible for setting visibility for the given subsystem.Method parameters in com._1c.g5.v8.dt.internal.cmi.tasks with type arguments of type SubsystemModifier and TypeMethodDescriptionIBmTask<org.eclipse.core.runtime.IStatus>
CommandInterfaceTaskFactory.createSetSubsystemOrderTask
(CommandInterface commandInterface, List<Subsystem> subsystems) Creates a task responsible for setting the specified subsystem order. -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.ui.handlers
Methods in com._1c.g5.v8.dt.internal.cmi.ui.handlers that return types with arguments of type SubsystemModifier and TypeMethodDescriptionHandlersUtil.createNewSubsystemsList
(MdObject target, List<Subsystem> moveds, List<Subsystem> ownerSubs, int location) Creates new subsystem list.Method parameters in com._1c.g5.v8.dt.internal.cmi.ui.handlers with type arguments of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.cmi.ui.providers
Methods in com._1c.g5.v8.dt.internal.cmi.ui.providers with parameters of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.swt.graphics.Image
SubsystemImagesCache.getSubsystemImage
(Subsystem subsystem) Gets subsystem 16x16 image from cache.void
SubsystemImagesCache.removeSubsystemImage
(Subsystem subsystem) Removes subsystem image from cache. -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.extension._import.xml.model
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.model that return SubsystemModifier and TypeMethodDescriptionAdoptedSubsystemInitializer.create
(IV8Project v8project, Version version) -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.extension.adopt.participants
Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants that return SubsystemModifier and TypeMethodDescriptionSubsystemAdopterParticipant.adopt
(Subsystem nativeObject, Version version, IAdopterContext context) protected Subsystem
SubsystemAdopterParticipant.createAdoptedObject
(Subsystem nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type SubsystemModifier and TypeMethodDescriptionSubsystemAdopterParticipant.adopt
(Subsystem nativeObject, Version version, IAdopterContext context) protected Subsystem
SubsystemAdopterParticipant.createAdoptedObject
(Subsystem nativeObject, Version version, IAdopterContext context) protected MdObjectExtension
SubsystemAdopterParticipant.createExtension
(Subsystem nativeObject) -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.refactoring
Methods in com._1c.g5.v8.dt.internal.md.refactoring with parameters of type SubsystemModifier and TypeMethodDescriptionMdRefactoringService.createSubsystemMoveRefactoring
(Subsystem subsystem, MdObject newParent) -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes
Constructor parameters in com._1c.g5.v8.dt.internal.md.ui.editors.pages.cattributes with type arguments of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem
Methods in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem with parameters of type SubsystemModifier and TypeMethodDescriptionprotected NavigatorTreeDialogModel
SubsystemContentEditHandler.createNavigatorTreeDialogModel
(Subsystem model) protected void
SubsystemContentEditHandler.processOkResult
(Subsystem model, IBmEditingContext editingContext, List<Object> selected) Constructors in com._1c.g5.v8.dt.internal.md.ui.editors.subsystem with parameters of type SubsystemModifierConstructorDescriptionSubsystemEditorContentPageModel
(Subsystem subsystem, org.eclipse.core.resources.IProject project) Creates a new instance ofFunctionalOptionEditorContentPage
.SubsystemEditorInput
(Subsystem subsystem) Instantiates a new subsystem editor input -
Uses of Subsystem in com._1c.g5.v8.dt.internal.md.ui.subsystems
Methods in com._1c.g5.v8.dt.internal.md.ui.subsystems that return types with arguments of type SubsystemModifier and TypeMethodDescriptionFilterBySubsystemsManager.getCheckedSubsystems
(FilterBySubsystemsSettings settings, IDtProject project) FilterBySubsystemsManager.getSelectedSubsystems
(FilterBySubsystemsSettings settings) FilterBySubsystemsManager.getSelectedSubsystems
(FilterBySubsystemsSettings settings, IDtProject project) Methods in com._1c.g5.v8.dt.internal.md.ui.subsystems with parameters of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.internal.rights.ui.sections
Method parameters in com._1c.g5.v8.dt.internal.rights.ui.sections with type arguments of type SubsystemModifier and TypeMethodDescriptionvoid
TemplateSubsystemFilter.setIncludeNotIncludedInSubsystems
(Collection<Subsystem> allSubsystems) Sets that any of templates that is not included in any subsystem should be selected by this filter.void
TemplateSubsystemFilter.setSubsystems
(Collection<Subsystem> subsystems) Sets subsystems. -
Uses of Subsystem in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatus
SubsystemContentChangeTask.execute
(Subsystem subsystem, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor) org.eclipse.core.runtime.IStatus
SubsystemIncludeInCommandInterfaceTask.execute
(Subsystem subsystem, org.eclipse.core.runtime.IProgressMonitor monitor) Constructors in com._1c.g5.v8.dt.md.api with parameters of type SubsystemModifierConstructorDescriptionSubsystemContentChangeTask
(Subsystem subsystem, MdObject object, SubsystemContentChangeTask.TaskAction action) Creates a newSubsystemContentChangeTask
instanceSubsystemIncludeInCommandInterfaceTask
(Subsystem subsystem, boolean include) Creates task. -
Uses of Subsystem in com._1c.g5.v8.dt.md.copy
Methods in com._1c.g5.v8.dt.md.copy with parameters of type SubsystemModifier and TypeMethodDescriptionprotected void
ModelObjectCopier.copyReferenceSubsystem
(Subsystem subsystem, org.eclipse.emf.ecore.EReference fromReference, org.eclipse.emf.ecore.EObject toObject, org.eclipse.emf.ecore.EReference toReference, ModelObjectCopier.CopyContext context, org.eclipse.emf.ecore.EObject parent, boolean resolveProxies, boolean useOriginalReferences) Copy the model object non-containment reference feature from the subsystem object. -
Uses of Subsystem in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return SubsystemModifier and TypeMethodDescriptionSubsystemInitializer.create
(IV8Project v8project, Version version) -
Uses of Subsystem in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type SubsystemModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
MdRuQualifiedNameProvider._computeFqn
(Subsystem subsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.md.refactoring.core
Methods in com._1c.g5.v8.dt.md.refactoring.core with parameters of type SubsystemModifier and TypeMethodDescriptionIMdRefactoringService.createSubsystemMoveRefactoring
(Subsystem subsystem, MdObject newParent) Creates refactoring instance for Subsystem moving. -
Uses of Subsystem in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource with parameters of type Subsystem -
Uses of Subsystem in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type SubsystemModifier and TypeMethodDescriptionNavigatorTreeDialogModelFactory.createSubsystemContentAbsentModel
(Subsystem context) CreatesSubsystem
content dialog model for context object without showing checked objects. -
Uses of Subsystem 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 SubsystemModifier and TypeMethodDescriptionprotected void
SubsystemRule.buildForObject
(Subsystem object, IV8Project v8project) -
Uses of Subsystem in com._1c.g5.v8.dt.md.ui.subsystems
Methods in com._1c.g5.v8.dt.md.ui.subsystems that return types with arguments of type SubsystemModifier and TypeMethodDescriptionIFilterBySubsystemsManager.getCheckedSubsystems
(FilterBySubsystemsSettings settings, IDtProject project) Returns the actual checked subsystems for the given filter settings and project.IFilterBySubsystemsManager.getSelectedSubsystems
(FilterBySubsystemsSettings settings) Returns the all selected subsystems for the given filter settings.IFilterBySubsystemsManager.getSelectedSubsystems
(FilterBySubsystemsSettings settings, IDtProject project) Returns the selected subsystems for the given filter settings and project.Methods in com._1c.g5.v8.dt.md.ui.subsystems with parameters of type SubsystemModifier and TypeMethodDescriptionIFilterBySubsystemsManager.getDtProject
(Subsystem subsystem) Returns theIDtProject
contained the specified subsystemFilterBySubsystemsSettings.setSubsystemChecked
(IDtProject project, Subsystem subsystem, boolean state) Sets the checked state for the given subsystem from the given project. -
Uses of Subsystem in com._1c.g5.v8.dt.md.validation
Methods in com._1c.g5.v8.dt.md.validation with parameters of type SubsystemModifier and TypeMethodDescriptionvoid
MdValidator.checkSubsystem
(Subsystem subsystem) Deprecated. -
Uses of Subsystem in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return SubsystemModifier and TypeMethodDescriptionMdClassFactory.createSubsystem()
Returns a new object of class 'Subsystem'.Subsystem.getParentSubsystem()
Returns the value of the 'Parent Subsystem' reference.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>
Configuration.getSubsystems()
Returns the value of the 'Subsystems' reference list.org.eclipse.emf.common.util.EList<Subsystem>
Subsystem.getSubsystems()
Returns the value of the 'Subsystems' reference list.Methods in com._1c.g5.v8.dt.metadata.mdclass with parameters of type SubsystemModifier and TypeMethodDescriptionvoid
Subsystem.setParentSubsystem
(Subsystem value) Sets the value of the 'Parent Subsystem
' reference. -
Uses of Subsystem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement SubsystemModifier and TypeClassDescriptionclass
An implementation of the model object 'Subsystem'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return SubsystemModifier and TypeMethodDescriptionMdClassFactoryImpl.createSubsystem()
SubsystemImpl.getParentSubsystem()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type SubsystemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<Subsystem>
ConfigurationImpl.getSubsystems()
org.eclipse.emf.common.util.EList<Subsystem>
SubsystemImpl.getSubsystems()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl with parameters of type SubsystemModifier and TypeMethodDescriptionvoid
SubsystemImpl.setParentSubsystem
(Subsystem newParentSubsystem) -
Uses of Subsystem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type SubsystemModifier and TypeMethodDescriptionMdClassSwitch.caseSubsystem
(Subsystem object) Returns the result of interpreting the object as an instance of 'Subsystem'.boolean
MdClassValidator.validateSubsystem
(Subsystem subsystem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of Subsystem in com._1c.g5.v8.dt.rights.ui.sections
Method parameters in com._1c.g5.v8.dt.rights.ui.sections with type arguments of type SubsystemModifier and TypeMethodDescriptionvoid
AllTemplatesSection.filterBySubsystems
(Collection<Subsystem> subsystems, boolean isIncludeNotIncludedInSubsystems) void
IAllTemplatesViewerFacade.filterBySubsystems
(Collection<Subsystem> subsystems, boolean isIncludeNotIncludedInSubsystems) Enable filter by subsystems. -
Uses of Subsystem in com._1c.g5.v8.dt.ui.dialog
Methods in com._1c.g5.v8.dt.ui.dialog that return types with arguments of type SubsystemModifier and TypeMethodDescriptionSubsystemsFilter.getSelectedSubsystems()
Gets the selected subsystems.Method parameters in com._1c.g5.v8.dt.ui.dialog with type arguments of type SubsystemModifier and TypeMethodDescriptionprotected boolean
AbstractSubsystemFilter.belongsToSubsystem
(ITreeContentProvider provider, Object element, Collection<Subsystem> subsystems) Determines whether the given element or its child belongs to the given set of subsystems.protected boolean
AbstractSubsystemFilter.findInSubsystemsContent
(Object element, Collection<Subsystem> subsystems) Determines whether the given element belongs to the given set of subsystems.protected boolean
AbstractSubsystemFilter.notIncludedInAnySubsystem
(ITreeContentProvider provider, Object element, Collection<Subsystem> subsystems) Determines whether the given element or its child doesn't belong to any subsystem from the given set of subsystems.void
SubsystemsFilter.setConfigurationSubsystems
(Collection<Subsystem> subsystems) Sets the configuration subsystems.void
SubsystemsFilter.setSelectedSubsystems
(Set<Subsystem> selectedSubsystems) Sets the selected subsystems.