Uses of Interface
com._1c.g5.v8.dt.common.IEObjectTrie
-
-
Uses of IEObjectTrie in com._1c.g5.v8.dt.common
Classes in com._1c.g5.v8.dt.common that implement IEObjectTrie Modifier and Type Class Description class
EObjectTrie
The default implementation ofIEObjectTrie
that supports filtered view. -
Uses of IEObjectTrie in com._1c.g5.v8.dt.compare.core
Methods in com._1c.g5.v8.dt.compare.core that return IEObjectTrie Modifier and Type Method Description IEObjectTrie
ComparisonProcessSettings. getMainSideModifiedObjectsTrie()
IEObjectTrie
IComparisonProcessSettings. getMainSideModifiedObjectsTrie()
Returns the trie of main side modified (changed, added, deleted) objects compared to the ancestor side.IEObjectTrie
ComparisonProcessSettings. getOtherSideModifiedObjectsTrie()
IEObjectTrie
IComparisonProcessSettings. getOtherSideModifiedObjectsTrie()
Returns the trie of other side modified (changed, added, deleted) objects compared to the ancestor side.Methods in com._1c.g5.v8.dt.compare.core with parameters of type IEObjectTrie Modifier and Type Method Description ComparisonProcessSettings.ComparisonSettingsBuilder
ComparisonProcessSettings.ComparisonSettingsBuilder. mainSideModifiedObjectsTrie(IEObjectTrie mainSideModifiedObjectsTrie)
Sets the trie of main side modified (changed, added, deleted) objects compared to the ancestor side.ComparisonProcessSettings.ComparisonSettingsBuilder
ComparisonProcessSettings.ComparisonSettingsBuilder. otherSideModifiedObjectsTrie(IEObjectTrie otherSideModifiedObjectsTrie)
Sets the trie of other side modified (changed, added, deleted) objects compared to the ancestor side. -
Uses of IEObjectTrie in com._1c.g5.v8.dt.md.ui.navigator.filters
Constructors in com._1c.g5.v8.dt.md.ui.navigator.filters with parameters of type IEObjectTrie Constructor Description NavigatorFilterInfo(IEObjectTrie filteredObjectTrie, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider)
Creates a new instance ofNavigatorFilterInfo
. -
Uses of IEObjectTrie in com._1c.g5.v8.dt.navigator.providers
Methods in com._1c.g5.v8.dt.navigator.providers that return IEObjectTrie Modifier and Type Method Description IEObjectTrie
InactiveNavigatorContentProviderStateProvider. getEObjectTrie(org.eclipse.core.resources.IProject project)
IEObjectTrie
INavigatorContentProviderStateProvider. getEObjectTrie(org.eclipse.core.resources.IProject project)
Gets theIEObjectTrie
for the given project.IEObjectTrie
NavigatorContentProviderStateManager. getEObjectTrie(org.eclipse.core.resources.IProject project)
Methods in com._1c.g5.v8.dt.navigator.providers with parameters of type IEObjectTrie Modifier and Type Method Description void
NavigatorContentProviderStateManager. setEObjectTrie(org.eclipse.core.resources.IProject project, IEObjectTrie eObjectTrie)
Sets a newIEObjectTrie
for the given project. -
Uses of IEObjectTrie in com._1c.g5.v8.dt.rights.ui.dialogs
Constructors in com._1c.g5.v8.dt.rights.ui.dialogs with parameters of type IEObjectTrie Constructor Description SetFilterDialog(org.eclipse.swt.widgets.Shell parentShell, RightsEditorTypes editorType, Configuration configuration, Set<org.eclipse.emf.ecore.EObject> selectedObjects, IEObjectTrie contentObjectsTrie, Set<Role> selectedRoles, Collection<Role> contentRoles, ITreeContentProvider contentProvider, IResourceLookup resourceLookup, org.eclipse.xtext.naming.IQualifiedNameProvider qualifiedNameProvider, IModelObjectTreeSearchEngine searchEngine, IBmRightsIndexProvider bmRightsProvider, IBmEmfIndexManager bmEmfIndexManager, org.eclipse.ui.navigator.INavigatorContentService contentService, IIndexSlicePredicateService slicePredicateService, IFilterBySubsystemsManager filterBySubsystemsManager, IDtProjectManager dtProjectManager)
Constructor. -
Uses of IEObjectTrie in com._1c.g5.v8.dt.search.core
Methods in com._1c.g5.v8.dt.search.core that return IEObjectTrie Modifier and Type Method Description IEObjectTrie
IModelObjectTreeSearchEngine. runSearch(org.eclipse.core.resources.IProject project, String regex, boolean onlyInNames, boolean bySynonym, boolean storeEObjectDescription, org.eclipse.core.runtime.IProgressMonitor monitor)
Runs search among allMdObject
's according to the special regular expression.IEObjectTrie
IModelObjectTreeSearchEngine. runSearch(org.eclipse.core.resources.IProject project, String regex, Collection<org.eclipse.emf.ecore.EClass> eClasses, boolean onlyInNames, boolean bySynonym, boolean storeEObjectDescription, org.eclipse.core.runtime.IProgressMonitor monitor)
Runs search amongMdObject
's the eClass which in the given collection ofEClass
'es according to the special pattern.IEObjectTrie
IModelObjectTreeSearchEngine. runSearch(org.eclipse.core.resources.IProject project, String regex, Collection<org.eclipse.emf.ecore.EClass> eClasses, Collection<org.eclipse.emf.ecore.EClass> eClassesFilterBy, boolean onlyInNames, boolean bySynonym, boolean storeEObjectDescription, org.eclipse.core.runtime.IProgressMonitor monitor)
Runs search amongMdObject
's the eClass which in the given collection ofEClass
'es according to the special pattern.IEObjectTrie
IModelObjectTreeSearchEngine. runSearch(org.eclipse.core.resources.IProject project, Pattern pattern, boolean onlyInNames, boolean bySynonym, boolean storeEObjectDescription, org.eclipse.core.runtime.IProgressMonitor monitor)
Runs search among allMdObject
's according to the special pattern.IEObjectTrie
IModelObjectTreeSearchEngine. runSearch(org.eclipse.core.resources.IProject project, Pattern pattern, Collection<org.eclipse.emf.ecore.EClass> eClasses, boolean onlyInNames, boolean bySynonym, boolean storeEObjectDescription, org.eclipse.core.runtime.IProgressMonitor monitor)
Runs search amongMdObject
's the eClass which in the given collection ofEClass
'es according to the special pattern.IEObjectTrie
IModelObjectTreeSearchEngine. runSearch(org.eclipse.core.resources.IProject project, Pattern pattern, Collection<org.eclipse.emf.ecore.EClass> eClasses, Collection<org.eclipse.emf.ecore.EClass> eClassesFilterBy, boolean onlyInNames, boolean bySynonym, boolean storeEObjectDescription, org.eclipse.core.runtime.IProgressMonitor monitor)
Runs search amongMdObject
's the eClass which in the given collection ofEClass
'es according to the special pattern. -
Uses of IEObjectTrie in com._1c.g5.v8.dt.testing.compare
Methods in com._1c.g5.v8.dt.testing.compare with parameters of type IEObjectTrie Modifier and Type Method Description static CompareMergeProcessBatch
CompareTestUtils. createComparisonBatchMergeWithInfobase(ComparisonProcessHandle handle, IEObjectTrie mainSideModifiedObjectsTrie, IEObjectTrie otherSideModifiedObjectsTrie)
static CompareMergeProcessBatch
CompareTestUtils. createComparisonBatchMergeWithInfobase(ComparisonProcessHandle handle, MatchingStrategy matchingStrategy, IEObjectTrie mainSideModifiedObjectsTrie, IEObjectTrie otherSideModifiedObjectsTrie)
-