Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.CommonAttribute
-
-
Uses of CommonAttribute in com._1c.g5.v8.dt.export.xml.exporter.md
Methods in com._1c.g5.v8.dt.export.xml.exporter.md that return CommonAttribute Modifier and Type Method Description static CommonAttribute
TestMdObjectFactory. createCommonAttribute(String name)
Creates CommonAttribute with name -
Uses of CommonAttribute in com._1c.g5.v8.dt.md.api
Methods in com._1c.g5.v8.dt.md.api with parameters of type CommonAttribute Modifier and Type Method Description org.eclipse.core.runtime.IStatus
CommonAttributeContentTask. execute(CommonAttribute attribute, org.eclipse.core.runtime.IProgressMonitor monitor)
Constructors in com._1c.g5.v8.dt.md.api with parameters of type CommonAttribute Constructor Description CommonAttributeContentTask(CommonAttribute attribute, MdObject object, CommonAttributeUse use)
Instantiate task for create,delete or editCommonAttributeContentItem
editing without conditional split object.CommonAttributeContentTask(CommonAttribute attribute, MdObject mdObject, CommonAttributeUse use, MdObject splitter)
Instantiate task for create,delete or editCommonAttributeContentItem
. -
Uses of CommonAttribute in com._1c.g5.v8.dt.md.model
Methods in com._1c.g5.v8.dt.md.model that return CommonAttribute Modifier and Type Method Description CommonAttribute
CommonAttributeInitializer. create(IV8Project v8project, Version version)
-
Uses of CommonAttribute in com._1c.g5.v8.dt.md.resource
Methods in com._1c.g5.v8.dt.md.resource that return types with arguments of type CommonAttribute Modifier and Type Method Description List<CommonAttribute>
DerivedStateComputerUtil. getEffectiveCommonAttributes(MdObject target, com.google.common.base.Predicate<org.eclipse.xtext.resource.IEObjectDescription> filter)
Returns the effective common attributes for the given target.Methods in com._1c.g5.v8.dt.md.resource with parameters of type CommonAttribute Modifier and Type Method Description protected boolean
MdImplicitRefInferrer. _infer(CommonAttribute object)
-
Uses of CommonAttribute in com._1c.g5.v8.dt.md.ui.aef.components
Methods in com._1c.g5.v8.dt.md.ui.aef.components with parameters of type CommonAttribute Modifier and Type Method Description static NavigatorContentProviderStateManager
CommonAttributeContentTreeComponent. createProjectContentProviderState(CommonAttribute commonAttribute, boolean showOnlyUsed, Map<org.eclipse.xtext.naming.QualifiedName,CommonAttributeContentItem> cacheContent, org.eclipse.core.resources.IProject project, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager bmEmfIndexManager, IFilteredNavigatorContentProvider filteredNavigatorContentProvider)
CreatesNavigatorContentProviderStateManager
withIEObjectTrie
contains content of theCommonAttribute
-
Uses of CommonAttribute in com._1c.g5.v8.dt.md.ui.aef.models
Methods in com._1c.g5.v8.dt.md.ui.aef.models that return CommonAttribute Modifier and Type Method Description CommonAttribute
BmCommonAttributeDataSeparationModel. getCommonAttribute()
CommonAttribute
IBmCommonAttributeDataSeparationModel. getCommonAttribute()
The model contextCommonAttribute
objectMethods in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type CommonAttribute Modifier and Type Method Description NavigatorTreeDialogModel
NavigatorTreeDialogModelFactory. createCommonAttributeConditionalSeparationCheckedModel(CommonAttribute context)
CreatesCommonAttribute
conditional separation dialog model for context object with showing checked objects.Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type CommonAttribute Constructor Description BmCommonAttributeDataSeparationModel(CommonAttribute commonAttribute, IConfigurationProvider configurationProvider, com.google.inject.Provider<IRuntimeVersionSupport> runtimeVersionSupportProvider, com.google.inject.Provider<IModelObjectFactory> modelObjectFactoryProvider, com.google.inject.Provider<ITopObjectFqnGenerator> topObjectFqnGeneratorProvider)
Create instance ofBmCommonAttributeDataSeparationModel
-
Uses of CommonAttribute in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute
Methods in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute that return CommonAttribute Modifier and Type Method Description CommonAttribute
CommonAttributeContentModel. getCommonAttribute()
Current common attributeConstructors in com._1c.g5.v8.dt.md.ui.editor.aef.descriptor.commonattribute with parameters of type CommonAttribute Constructor Description CommonAttributeContentModel(CommonAttribute commonAttribute, org.eclipse.core.resources.IProject project, IConfigurationProvider configurationProvider, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IBmEmfIndexManager bmEmfIndexManager, IFilteredNavigatorContentProvider filteredNavigatorContentProvider)
Create a instance ofCommonAttributeContentModel
-
Uses of CommonAttribute in com._1c.g5.v8.dt.metadata.mdclass
Methods in com._1c.g5.v8.dt.metadata.mdclass that return CommonAttribute Modifier and Type Method Description CommonAttribute
MdClassFactory. createCommonAttribute()
Returns a new object of class 'Common Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type CommonAttribute Modifier and Type Method Description org.eclipse.emf.common.util.EList<CommonAttribute>
Configuration. getCommonAttributes()
Returns the value of the 'Common Attributes' reference list. -
Uses of CommonAttribute in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement CommonAttribute Modifier and Type Class Description class
CommonAttributeImpl
An implementation of the model object 'Common Attribute'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return CommonAttribute Modifier and Type Method Description CommonAttribute
MdClassFactoryImpl. createCommonAttribute()
Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type CommonAttribute Modifier and Type Method Description static List<CommonAttribute>
ValidationUtil. getAllDataSeparators(Configuration configuration)
Gets all configuration data separators.org.eclipse.emf.common.util.EList<CommonAttribute>
ConfigurationImpl. getCommonAttributes()
static List<CommonAttribute>
ValidationUtil. getMdObjectDataSeparators(MdObject mdObject, Configuration configuration)
Gets md-object data separators. -
Uses of CommonAttribute in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util that return types with arguments of type CommonAttribute Modifier and Type Method Description static List<CommonAttribute>
CommonAttributeUtil. getCommonAttributes(MdObject mdObject, CommonAttributeUtil.CommonAttributeCategory category, CommonAttributeUtil.CommonAttributeUsageCategory usageCategory)
Get list ofCommonAttribute
that contains in mdObject and filter categoriesMethods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type CommonAttribute Modifier and Type Method Description boolean
CommonAttributeCategoryFilter. apply(CommonAttribute input)
boolean
CommonAttributeInclusionFilter. apply(CommonAttribute input)
boolean
CommonAttributeUsageCategoryFilter. apply(CommonAttribute input)
T
MdClassSwitch. caseCommonAttribute(CommonAttribute object)
Returns the result of interpreting the object as an instance of 'Common Attribute'.boolean
MdClassValidator. validateCommonAttribute(CommonAttribute commonAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
boolean
MdClassValidator. validateCommonAttribute_validate(CommonAttribute commonAttribute, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)
Validates the validate constraint of 'Common Attribute'.
-