Uses of Interface
com._1c.g5.v8.dt.metadata.mdclass.PredefinedItem
Packages that use PredefinedItem
Package
Description
-
Uses of PredefinedItem in com._1c.g5.v8.dt.bp.scheme.services
Methods in com._1c.g5.v8.dt.bp.scheme.services that return types with arguments of type PredefinedItemModifier and TypeMethodDescriptionIAddressingAttributeService.collectPredefinedForAddressingAttribute
(SchemeItemAddressingAttribute addressingAttribute) Collects allPredefinedItem
linked withAddressingAttribute
. -
Uses of PredefinedItem in com._1c.g5.v8.dt.form.naming
Methods in com._1c.g5.v8.dt.form.naming with parameters of type PredefinedItemModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
FormRuQualifiedNameProvider._qualifiedName
(PredefinedItem predefinedItem) -
Uses of PredefinedItem in com._1c.g5.v8.dt.internal.form.naming
Methods in com._1c.g5.v8.dt.internal.form.naming with parameters of type PredefinedItemModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
FormQualifiedNameProvider._qualifiedName
(PredefinedItem predefinedItem) -
Uses of PredefinedItem in com._1c.g5.v8.dt.internal.md.compare.merge
Constructors in com._1c.g5.v8.dt.internal.md.compare.merge with parameters of type PredefinedItemModifierConstructorDescriptionPredefinedItemRenameOnMergeOperation
(IRefactoringService refactoringService, PredefinedItem item, String fqnBeforeRename, String newName, String newFqn, Object batchSessionHandle) Creates the rename operation. -
Uses of PredefinedItem in com._1c.g5.v8.dt.internal.md.extension._import.xml.reader
Methods in com._1c.g5.v8.dt.internal.md.extension._import.xml.reader with parameters of type PredefinedItemModifier and TypeMethodDescriptionvoid
PredefinedItemExtensionStateXmlReader.readPredefinedItemExtensionState
(IXmlNode node, PredefinedItem predefinedItem, Version version) -
Uses of PredefinedItem 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 PredefinedItemModifier and TypeMethodDescriptionPredefinedItemAdopterParticipant.adopt
(PredefinedItem nativeObject, Version version, IAdopterContext context) Methods in com._1c.g5.v8.dt.internal.md.extension.adopt.participants with parameters of type PredefinedItemModifier and TypeMethodDescriptionPredefinedItemAdopterParticipant.adopt
(PredefinedItem nativeObject, Version version, IAdopterContext context) void
PredefinedItemAdopterParticipant.beforeUpdate
(PredefinedItem source, PredefinedItem adopted, Set<org.eclipse.emf.ecore.EObject> objectsToAdopt, org.eclipse.core.runtime.IProgressMonitor monitor) protected PredefinedItemExtension
PredefinedItemAdopterParticipant.createExtension
(PredefinedItem nativeObject) Creates the predefined item object extension.void
PredefinedItemAdopterParticipant.updateAdopted
(PredefinedItem nativeObject, PredefinedItem adoptedObject, IAdopterContext context) -
Uses of PredefinedItem in com._1c.g5.v8.dt.internal.md.extension.export.xml.writers
Methods in com._1c.g5.v8.dt.internal.md.extension.export.xml.writers with parameters of type PredefinedItemModifier and TypeMethodDescriptionprotected void
PredefinedItemExtensionWriter.writePredefinedItemProperty
(ExportXmlStreamWriter writer, PredefinedItem predefinedItem, org.eclipse.emf.ecore.EStructuralFeature feature, boolean writeEmpty, IExportContext exportContext) -
Uses of PredefinedItem in com._1c.g5.v8.dt.internal.md.naming
Methods in com._1c.g5.v8.dt.internal.md.naming with parameters of type PredefinedItemModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
MdQualifiedNameProvider._computeFqn
(PredefinedItem predefinedValue) -
Uses of PredefinedItem in com._1c.g5.v8.dt.internal.md.refactoring
Methods in com._1c.g5.v8.dt.internal.md.refactoring with parameters of type PredefinedItemModifier and TypeMethodDescriptionMdRefactoringService.createPredefinedItemMoveRefactoring
(PredefinedItem predefinedItem, org.eclipse.emf.ecore.EObject newParent) MdRefactoringService.createPredefinedItemRenameRefactoring
(PredefinedItem predefinedItem, String newName) Method parameters in com._1c.g5.v8.dt.internal.md.refactoring with type arguments of type PredefinedItemModifier and TypeMethodDescriptionMdRefactoringService.createPredefinedItemDeleteRefactoring
(Collection<? extends PredefinedItem> objects) -
Uses of PredefinedItem in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata
Methods in com._1c.g5.v8.dt.internal.md.ui.extension.editor.page.predefineddata with parameters of type PredefinedItemModifier and TypeMethodDescriptionvoid
AdoptedPredefinedDataModel.setPropertyState
(PredefinedItem predefinedItem, PredefinedItemPropertyState propertyState) Set new property state value for specified predefined item -
Uses of PredefinedItem in com._1c.g5.v8.dt.md
Methods in com._1c.g5.v8.dt.md that return PredefinedItemModifier and TypeMethodDescriptionstatic PredefinedItem
PredefinedItemUtil.findPredefinedItemByName
(org.eclipse.emf.ecore.EObject parent, String name) Find predefined item in specified parent object by given nameMethods in com._1c.g5.v8.dt.md that return types with arguments of type PredefinedItemModifier and TypeMethodDescriptionstatic List<? extends PredefinedItem>
PredefinedItemUtil.getContent
(org.eclipse.emf.ecore.EObject item) Get predefined item content.static List<? extends PredefinedItem>
PredefinedItemUtil.getItems
(org.eclipse.emf.ecore.EObject obj) Gets model orPredefined
predefined items.static List<? extends PredefinedItem>
PredefinedItemUtil.getPredefinedChildItems
(org.eclipse.emf.ecore.EObject parent) Gets model predefined child items if supports.Methods in com._1c.g5.v8.dt.md with parameters of type PredefinedItemModifier and TypeMethodDescriptionstatic Object
PredefinedItemUtil.getPredefinedItemCode
(PredefinedItem item) Gets predefined item code.static org.eclipse.emf.ecore.EStructuralFeature
PredefinedItemUtil.getPredefinedItemCodeFeature
(PredefinedItem item) Gets predefined item code. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.export.xml.writer
Methods in com._1c.g5.v8.dt.md.export.xml.writer with parameters of type PredefinedItemModifier and TypeMethodDescriptionprotected void
PredefinedItemWriter.writePredefinedItemProperty
(ExportXmlStreamWriter writer, PredefinedItem predefinedItem, org.eclipse.emf.ecore.EStructuralFeature feature, boolean writeEmpty, IExportContext exportContext) Write predefined item property feature to the XML writer. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.naming
Methods in com._1c.g5.v8.dt.md.naming with parameters of type PredefinedItemModifier and TypeMethodDescriptionprotected org.eclipse.xtext.naming.QualifiedName
MdRuQualifiedNameProvider._computeFqn
(PredefinedItem predefinedValue) -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.refactoring.core
Methods in com._1c.g5.v8.dt.md.refactoring.core with parameters of type PredefinedItemModifier and TypeMethodDescriptionIMdRefactoringService.createPredefinedItemMoveRefactoring
(PredefinedItem predefinedItem, org.eclipse.emf.ecore.EObject newParent) Creates refactoring instance for PredefinedItem moving.IMdRefactoringService.createPredefinedItemRenameRefactoring
(PredefinedItem predefinedItem, String newName) Creates refactoring instance for PredefinedItem renaming.Method parameters in com._1c.g5.v8.dt.md.refactoring.core with type arguments of type PredefinedItemModifier and TypeMethodDescriptionIMdRefactoringService.createPredefinedItemDeleteRefactoring
(Collection<? extends PredefinedItem> objects) Creates refactoring instance for predefined items deletion. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.ui.aef.models
Constructors in com._1c.g5.v8.dt.md.ui.aef.models with parameters of type PredefinedItemModifierConstructorDescriptionPredefinedItemNameValidator
(org.eclipse.emf.ecore.EObject model, PredefinedItem selectedItem) Constructor.PredefinedItemNumberCodeValidator
(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent) Creates a newPredefinedItemNumberCodeValidator
with the given arguments.PredefinedItemStringCodeValidator
(BasicDbObject model, PredefinedItem item, org.eclipse.emf.ecore.EObject parent) Creates a newPredefinedItemStringCodeValidator
with the given arguments. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.ui.wizards
Classes in com._1c.g5.v8.dt.md.ui.wizards with type parameters of type PredefinedItemModifier and TypeClassDescriptionclass
PredefinedItemWizard<M extends PredefinedItem>
DtAefNewWizard
implementation that is used forPredefinedItem
creation. -
Uses of PredefinedItem in com._1c.g5.v8.dt.md.ui.wizards.aef.models
Classes in com._1c.g5.v8.dt.md.ui.wizards.aef.models with type parameters of type PredefinedItemModifier and TypeClassDescriptionclass
PredefinedItemModel<M extends PredefinedItem>
TheIPredefinedItemModel
implementation that operates withIDtNewWizardContext
.class
WizardTypeDescriptionModel
forPredefinedItem
-
Uses of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclass
Subinterfaces of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclassModifier and TypeInterfaceDescriptioninterface
A representation of the model object 'Catalog Predefined Item'.interface
A representation of the model object 'Chart Of Accounts Predefined Item'.interface
A representation of the model object 'Chart Of Calculation Types Predefined Item'.interface
A representation of the model object 'Chart Of Characteristic Types Predefined Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass that return types with arguments of type PredefinedItemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PredefinedItem>
CatalogPredefined.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
ChartOfAccountsPredefined.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
ChartOfCalculationTypesPredefined.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
ChartOfCharacteristicTypesPredefined.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
Predefined.predefinedItems()
-
Uses of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclass.impl
Classes in com._1c.g5.v8.dt.metadata.mdclass.impl that implement PredefinedItemModifier and TypeClassDescriptionclass
An implementation of the model object 'Catalog Predefined Item'.class
An implementation of the model object 'Chart Of Accounts Predefined Item'.class
An implementation of the model object 'Chart Of Calculation Types Predefined Item'.class
An implementation of the model object 'Chart Of Characteristic Types Predefined Item'.class
An implementation of the model object 'Predefined Item'.Methods in com._1c.g5.v8.dt.metadata.mdclass.impl that return types with arguments of type PredefinedItemModifier and TypeMethodDescriptionorg.eclipse.emf.common.util.EList<PredefinedItem>
CatalogPredefinedImpl.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
ChartOfAccountsPredefinedImpl.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
ChartOfCalculationTypesPredefinedImpl.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
ChartOfCharacteristicTypesPredefinedImpl.predefinedItems()
org.eclipse.emf.common.util.EList<PredefinedItem>
PredefinedImpl.predefinedItems()
-
Uses of PredefinedItem in com._1c.g5.v8.dt.metadata.mdclass.util
Methods in com._1c.g5.v8.dt.metadata.mdclass.util with parameters of type PredefinedItemModifier and TypeMethodDescriptionMdClassSwitch.casePredefinedItem
(PredefinedItem object) Returns the result of interpreting the object as an instance of 'Predefined Item'.boolean
MdClassValidator.validatePredefinedItem
(PredefinedItem predefinedItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) boolean
MdClassValidator.validatePredefinedItem_validate
(PredefinedItem predefinedItem, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object, Object> context) Validates the validate constraint of 'Predefined Item'. -
Uses of PredefinedItem in com.e1c.g5.v8.dt.internal.bp.scheme.extension
Methods in com.e1c.g5.v8.dt.internal.bp.scheme.extension that return types with arguments of type PredefinedItemModifier and TypeMethodDescriptionExtensionAddressingAttributeService.collectPredefinedForAddressingAttribute
(SchemeItemAddressingAttribute addressingAttribute)