Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.Subsystem
-
-
Uses of Subsystem in com._1c.g5.v8.dt.cmi.model
Methods in com._1c.g5.v8.dt.cmi.model that return Subsystem Modifier and Type Method Description Subsystem
SubsystemsVisibilityFragment. getSubsystem()
Returns the value of the 'Subsystem' reference.Methods in com._1c.g5.v8.dt.cmi.model that return types with arguments of type Subsystem Modifier and Type Method Description org.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 Subsystem Modifier and Type Method Description void
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.deriveddata Modifier and Type Interface Description interface
UnresolvedSubsystem
A representation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata that return Subsystem Modifier and Type Method Description Subsystem
UnresolvedSubsystem. getProxySubsystem()
Returns the value of the 'Proxy Subsystem' reference.Subsystem
ConfigurationCommandInterfaceItem. getSubsystem()
Returns the value of the 'Subsystem' reference.Subsystem
SubsystemCommandInterface. getSubsystem()
Returns the value of the 'Subsystem' reference.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata with parameters of type Subsystem Modifier and Type Method Description void
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 Subsystem Modifier and Type Class Description class
UnresolvedSubsystemImpl
An implementation of the model object 'Unresolved Subsystem'.Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl that return Subsystem Modifier and Type Method Description Subsystem
UnresolvedSubsystemImpl. getProxySubsystem()
Subsystem
ConfigurationCommandInterfaceItemImpl. getSubsystem()
Subsystem
SubsystemCommandInterfaceImpl. getSubsystem()
Methods in com._1c.g5.v8.dt.cmi.model.deriveddata.impl with parameters of type Subsystem Modifier and Type Method Description void
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 Subsystem Modifier and Type Method Description T
CmiDerivedDataSwitch. 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 Subsystem Modifier and Type Method Description Subsystem
SubsystemsVisibilityFragmentImpl. getSubsystem()
Methods in com._1c.g5.v8.dt.cmi.model.impl that return types with arguments of type Subsystem Modifier and Type Method Description org.eclipse.emf.common.util.EList<Subsystem>
SubsystemsOrderImpl. getSubsystems()
Methods in com._1c.g5.v8.dt.cmi.model.impl with parameters of type Subsystem Modifier and Type Method Description void
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 Subsystem Modifier and Type Method Description static 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 Subsystem Modifier and Type Method Description static List<Subsystem>
CommandInterfaceUtil. getSubsystems(MdObject mdObject)
Gets subsystem container subsystems.Methods in com._1c.g5.v8.dt.cmi.model.util with parameters of type Subsystem Modifier and Type Method Description static 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 Subsystem Modifier and Type Method Description static DeleteBrokenSubsystemTask
DeleteBrokenSubsystemTask. create(CommandInterface commandInterface, Subsystem subsystem)
Creates a new instance.static SetDefaultSubsystemVisibilityTask
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 Subsystem Modifier and Type Method Description static 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 Subsystem Constructor Description DeleteBrokenSubsystemTask(String name, CommandInterface commandInterface, Subsystem subsystem)
Constructor.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 Subsystem Modifier and Type Method Description void
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 Subsystem Modifier and Type Method Description static 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 Subsystem Modifier and Type Field Description protected Subsystem
SubsystemNodeImpl. domain
The cached value of the 'Domain
' attribute.Methods in com._1c.g5.v8.dt.form.mapping.model.impl that return Subsystem Modifier and Type Method Description Subsystem
SubsystemNodeImpl. getDomain()
Methods in com._1c.g5.v8.dt.form.mapping.model.impl with parameters of type Subsystem Modifier and Type Method Description void
SubsystemNodeImpl. setDomain(Subsystem newDomain)
-
Uses of Subsystem in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type Subsystem Modifier and Type Method Description org.eclipse.core.runtime.IStatus
SubsystemContentChangeTask. execute(Subsystem subsystem, MdObject mdObject, org.eclipse.core.runtime.IProgressMonitor monitor)
Constructors in com._1c.g5.v8.dt.md.api with parameters of type Subsystem Constructor Description SubsystemContentChangeTask(Subsystem subsystem, MdObject object, SubsystemContentChangeTask.TaskAction action)
Creates a newSubsystemContentChangeTask
instance -
Uses of Subsystem in com._1c.g5.v8.dt.md.copy
Methods in com._1c.g5.v8.dt.md.copy with parameters of type Subsystem Modifier and Type Method Description protected 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 Subsystem Modifier and Type Method Description Subsystem
SubsystemInitializer. 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 Subsystem Modifier and Type Method Description protected 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 Subsystem Modifier and Type Method Description IRefactoring
IMdRefactoringService. 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 Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(Subsystem object)
-
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 Subsystem Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. 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 Subsystem Modifier and Type Method Description protected void
SubsystemRule. buildForObject(Subsystem object, IV8Project v8project)
-
Uses of Subsystem in com._1c.g5.v8.dt.md.ui.navigator.adapters
Constructors in com._1c.g5.v8.dt.md.ui.navigator.adapters with parameters of type Subsystem Constructor Description SubsystemNavigatorAdapter(Subsystem subsystem, IConfigurationProvider configurationProvider, ISymbolicNameService symbolicNameService, IModelParentSupport modelParentSupport, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, INavigatorContentProviderStateProvider navigatorContentProviderStateProvider)
Instantiates a new subsystem navigator adapter. -
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 Subsystem Modifier and Type Method Description Set<Subsystem>
IFilterBySubsystemsManager. getCheckedSubsystems(FilterBySubsystemsSettings settings, IDtProject project)
Returns the actual checked subsystems for the given filter settings and project.Set<Subsystem>
IFilterBySubsystemsManager. getSelectedSubsystems(FilterBySubsystemsSettings settings)
Returns the all selected subsystems for the given filter settings.Set<Subsystem>
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 Subsystem Modifier and Type Method Description IDtProject
IFilterBySubsystemsManager. getDtProject(Subsystem subsystem)
Returns theIDtProject
contained the specified subsystemFilterBySubsystemsSettings
FilterBySubsystemsSettings. 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 Subsystem Modifier and Type Method Description void
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 Subsystem Modifier and Type Method Description Subsystem
MdClassFactory. createSubsystem()
Returns a new object of class 'Subsystem'.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 Subsystem Modifier and Type Method Description org.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 Subsystem Modifier and Type Method Description void
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 Subsystem Modifier and Type Class Description class
SubsystemImpl
An implementation of the model object 'Subsystem'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return Subsystem Modifier and Type Method Description Subsystem
MdClassFactoryImpl. createSubsystem()
Subsystem
SubsystemImpl. getParentSubsystem()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type Subsystem Modifier and Type Method Description org.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 Subsystem Modifier and Type Method Description void
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 Subsystem Modifier and Type Method Description T
MdClassSwitch. 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.ui.dialog
Methods in com._1c.g5.v8.dt.ui.dialog that return types with arguments of type Subsystem Modifier and Type Method Description Set<Subsystem>
SubsystemsFilter. getSelectedSubsystems()
Gets the selected subsystems.Method parameters in com._1c.g5.v8.dt.ui.dialog with type arguments of type Subsystem Modifier and Type Method Description protected 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.
-