Package com._1c.g5.aef2.scenes
Interface ComponentSearch.IIdentifierHost
- All Known Implementing Classes:
AdoptedCommonAttributeContentTreeComponent
,AdoptedExchangePlanContentComponent
,CatalogEditorOwnersPageComponent
,CommonAttributeContentTreeComponent
,ConfigurationStandaloneContentComponent
,DefinitionDrivenComponent
,DistributionDistributeNavigatorTreeComponent
,DistributionSupportNavigatorTreeComponent
,DocumentEditorJournalsPageComponent
,DocumentEditorPostingPageComponent
,DocumentEditorSequencesPageComponent
,DtGranularEditorFunctionalOptionsMdObjectContentComponent
,DtGranularEditorFunctionalOptionsPageComponent
,DtGranularEditorGenerationBaseComponent
,DtGranularEditorGenerationBasisForComponent
,DtGranularEditorPageSectionComponent
,DtGranularEditorRecordersPageComponent
,DtGranularEditorSubsystemsPageComponent
,EventHandlerCollectionComponent
,EventHandlerExtensionCollectionComponent
,ExchangePlanContentComponent
,ExtendedTypeDescriptionComponent
,FilterCriterionEditorContentPageComponent
,FunctionalOptionEditorContentPageComponent
,FunctionalOptionsParameterUseComponent
,NavigatorTreeComponent
,SectionDefinitionComponent
,StandardObjectsTreeComponent
,StyleComponent
,SubsystemEditorContentPageComponent
,TypeDescriptionComponent
,TypeDescriptionDialogComponent
,UsedMobileApplicationFunctionalitiesDialogComponent
- Enclosing class:
- ComponentSearch
public static interface ComponentSearch.IIdentifierHost
An entity capable of returning components by identifiers and providing identifiers for components.
-
Method Summary
Modifier and TypeMethodDescriptionIComponent<?>
getComponent
(Object id) Returns a component with the specified identifier ornull
if no component with such identifier is known to the host.getId
(IComponent<?> component) Returns an identifier for the specified component ornull
if not applicable
-
Method Details
-
getComponent
Returns a component with the specified identifier ornull
if no component with such identifier is known to the host.- Parameters:
id
- the identifier- Returns:
- a component with the specified identifier or
null
if not found
-
getId
Returns an identifier for the specified component ornull
if not applicable- Parameters:
component
- the component to obtain the identifier for- Returns:
- an identifier for the specified component or
null
if not applicable
-