Interface TopologyProviderInfo
-
- All Known Implementing Classes:
DefaultTopologyProviderInfo
,LegacyTopologyProviderInfo
public interface TopologyProviderInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getName()
boolean
isHierarchical()
Defines if the current topology is hierarchical.boolean
isSupportsCategorySearch()
Defines whether the topology provider supports category search
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getDescription
java.lang.String getDescription()
-
isHierarchical
boolean isHierarchical()
Defines if the current topology is hierarchical.- Returns:
- true if hierarchical, false otherwise.
-
isSupportsCategorySearch
boolean isSupportsCategorySearch()
Defines whether the topology provider supports category search- Returns:
- True if supports, otherwise false
-
-