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 classEObjectTrieThe default implementation ofIEObjectTriethat 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 IEObjectTrieComparisonProcessSettings. getMainSideModifiedObjectsTrie()IEObjectTrieIComparisonProcessSettings. getMainSideModifiedObjectsTrie()Returns the trie of main side modified (changed, added, deleted) objects compared to the ancestor side.IEObjectTrieComparisonProcessSettings. getOtherSideModifiedObjectsTrie()IEObjectTrieIComparisonProcessSettings. 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.ComparisonSettingsBuilderComparisonProcessSettings.ComparisonSettingsBuilder. mainSideModifiedObjectsTrie(IEObjectTrie mainSideModifiedObjectsTrie)Sets the trie of main side modified (changed, added, deleted) objects compared to the ancestor side.ComparisonProcessSettings.ComparisonSettingsBuilderComparisonProcessSettings.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 IEObjectTrieInactiveNavigatorContentProviderStateProvider. getEObjectTrie(org.eclipse.core.resources.IProject project)IEObjectTrieINavigatorContentProviderStateProvider. getEObjectTrie(org.eclipse.core.resources.IProject project)Gets theIEObjectTriefor the given project.IEObjectTrieNavigatorContentProviderStateManager. 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 voidNavigatorContentProviderStateManager. setEObjectTrie(org.eclipse.core.resources.IProject project, IEObjectTrie eObjectTrie)Sets a newIEObjectTriefor 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 IEObjectTrieIModelObjectTreeSearchEngine. 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.IEObjectTrieIModelObjectTreeSearchEngine. 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.IEObjectTrieIModelObjectTreeSearchEngine. 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.IEObjectTrieIModelObjectTreeSearchEngine. 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.IEObjectTrieIModelObjectTreeSearchEngine. 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.IEObjectTrieIModelObjectTreeSearchEngine. 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 CompareMergeProcessBatchCompareTestUtils. createComparisonBatchMergeWithInfobase(ComparisonProcessHandle handle, IEObjectTrie mainSideModifiedObjectsTrie, IEObjectTrie otherSideModifiedObjectsTrie)static CompareMergeProcessBatchCompareTestUtils. createComparisonBatchMergeWithInfobase(ComparisonProcessHandle handle, MatchingStrategy matchingStrategy, IEObjectTrie mainSideModifiedObjectsTrie, IEObjectTrie otherSideModifiedObjectsTrie)
-