Uses of Interface
com.e1c.g5.v8.dt.md.aindex.model.AdditionalIndexes
Packages that use AdditionalIndexes
Package
Description
-
Uses of AdditionalIndexes in com.e1c.g5.v8.dt.internal.md.aindex.compare
Constructors in com.e1c.g5.v8.dt.internal.md.aindex.compare with parameters of type AdditionalIndexesModifierConstructorDescriptionComparedAdditionalIndexesObjects(AdditionalIndexes main, AdditionalIndexes other, AdditionalIndexes commonAncestor) Constructs an instance of the object using provided data. -
Uses of AdditionalIndexes in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors
Methods in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors that return types with arguments of type AdditionalIndexesModifier and TypeMethodDescriptionstatic IBmTask<AdditionalIndexes>AdditionalIndexesEditorBmTasksFactory.attachAdditionalIndexesTask(AdditionalIndexesContainer additionalIndexesContainer, ITopObjectFqnGenerator topObjectFqnGenerator) CreateIBmTaskfor attachAdditionalIndexesto container objectMethods in com.e1c.g5.v8.dt.internal.md.aindex.ui.editors with parameters of type AdditionalIndexesModifier and TypeMethodDescriptionstatic IBmTask<AdditionalIndex>AdditionalIndexesEditorBmTasksFactory.copyAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id) CreateIBmTaskfor getsAdditionalIndexby UUID and copy itstatic IBmTask<AdditionalIndex>AdditionalIndexesEditorBmTasksFactory.createAdditionalIndexTask(AdditionalIndexes additionalIndexes) CreateIBmTaskfor add newAdditionalIndexAdditionalIndexesEditorBmTasksFactory.detachAdditionalIndexesTask(AdditionalIndexes additionalIndexes) CreateIBmTaskfor detachAdditionalIndexfrom container objectAdditionalIndexesEditorBmTasksFactory.moveAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id, boolean moveUp) CreateIBmTaskfor getsAdditionalIndexby UUID and move itAdditionalIndexesEditorBmTasksFactory.removeAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id) CreateIBmTaskfor getsAdditionalIndexby UUID and remove itAdditionalIndexesEditorBmTasksFactory.renameAdditionalIndexTask(AdditionalIndexes additionalIndexes, UUID id, String newName) CreateIBmTaskfor getsAdditionalIndexby UUID and rename it -
Uses of AdditionalIndexes in com.e1c.g5.v8.dt.md.aindex.export.xml.writer
Methods in com.e1c.g5.v8.dt.md.aindex.export.xml.writer with parameters of type AdditionalIndexesModifier and TypeMethodDescriptionvoidAdditionalIndexesXmlWriter.write(AdditionalIndexesXmlDocumentWriter writer, AdditionalIndexes additionalIndexes, IExportContext exportContext) Write Additional indexes in xml writer -
Uses of AdditionalIndexes in com.e1c.g5.v8.dt.md.aindex.model
Methods in com.e1c.g5.v8.dt.md.aindex.model that return AdditionalIndexesModifier and TypeMethodDescriptionAdditionalIndexesFactory.createAdditionalIndexes()Returns a new object of class 'Additional Indexes'. -
Uses of AdditionalIndexes in com.e1c.g5.v8.dt.md.aindex.model.impl
Classes in com.e1c.g5.v8.dt.md.aindex.model.impl that implement AdditionalIndexesModifier and TypeClassDescriptionclassAn implementation of the model object 'Additional Indexes'.Methods in com.e1c.g5.v8.dt.md.aindex.model.impl that return AdditionalIndexes -
Uses of AdditionalIndexes in com.e1c.g5.v8.dt.md.aindex.model.util
Methods in com.e1c.g5.v8.dt.md.aindex.model.util with parameters of type AdditionalIndexesModifier and TypeMethodDescriptionAdditionalIndexesSwitch.caseAdditionalIndexes(AdditionalIndexes object) Returns the result of interpreting the object as an instance of 'Additional Indexes'.