Uses of Enum Class
com.bluebell.greenhouse.platform.enums.symbol.SymbolRegistryAttribute
Packages that use SymbolRegistryAttribute
Package
Description
Symbol-specific model types for osmosis flows.
Contains core enums used for
Symbols.Contains utility classes for registry operations.
Service layer for OpenAI-backed integrations.
Symbol enrichment provider orchestration services.
-
Uses of SymbolRegistryAttribute in com.bluebell.greenhouse.osmosis.models.symbol
Methods in com.bluebell.greenhouse.osmosis.models.symbol that return types with arguments of type SymbolRegistryAttributeModifier and TypeMethodDescriptionSymbolRegistryEnrichmentRequest.requestedAttributes()Returns the value of therequestedAttributesrecord component.Constructor parameters in com.bluebell.greenhouse.osmosis.models.symbol with type arguments of type SymbolRegistryAttributeModifierConstructorDescriptionSymbolRegistryEnrichmentRequest(String category, Set<SymbolRegistryAttribute> requestedAttributes, boolean dryRun, boolean overwrite, int limit, Set<String> tickers) Creates an instance of aSymbolRegistryEnrichmentRequestrecord class. -
Uses of SymbolRegistryAttribute in com.bluebell.greenhouse.platform.enums.symbol
Subclasses with type arguments of type SymbolRegistryAttribute in com.bluebell.greenhouse.platform.enums.symbolModifier and TypeClassDescriptionenumEnumeration of supported symbol registry enrichment attributes.Classes in com.bluebell.greenhouse.platform.enums.symbol that implement interfaces with type arguments of type SymbolRegistryAttributeModifier and TypeClassDescriptionenumEnumeration of supported symbol registry enrichment attributes.Methods in com.bluebell.greenhouse.platform.enums.symbol that return SymbolRegistryAttributeModifier and TypeMethodDescriptionstatic SymbolRegistryAttributeReturns the enum constant of this class with the specified name.static SymbolRegistryAttribute[]SymbolRegistryAttribute.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bluebell.greenhouse.platform.enums.symbol that return types with arguments of type SymbolRegistryAttributeModifier and TypeMethodDescriptionstatic Optional<SymbolRegistryAttribute> SymbolRegistryAttribute.findByCode(String code) Resolves an attribute from its external code. -
Uses of SymbolRegistryAttribute in com.bluebell.greenhouse.platform.util.registry
Method parameters in com.bluebell.greenhouse.platform.util.registry with type arguments of type SymbolRegistryAttributeModifier and TypeMethodDescriptionstatic booleanSymbolRegistryEnrichmentUtil.computeNeedsReview(SymbolRegistryEntry symbolEntry, Set<SymbolRegistryAttribute> requestedAttributes, Boolean responseNeedsReview, List<String> issues) Computes the final needs-review state for a symbol.static booleanSymbolRegistryEnrichmentUtil.requiresRequestedAttributePopulation(SymbolRegistryEntry symbolEntry, Set<SymbolRegistryAttribute> requestedAttributes) Returns true when one of the requested attributes is blank or missing. -
Uses of SymbolRegistryAttribute in com.bluebell.greenhouse.sol.services.openai
Method parameters in com.bluebell.greenhouse.sol.services.openai with type arguments of type SymbolRegistryAttributeModifier and TypeMethodDescriptionOpenAIIntegrationService.enrichSymbol(String category, Set<SymbolRegistryAttribute> requestedAttributes, String ticker) Enriches a single symbol through the OpenAI Responses API.OpenAIIntegrationService.enrichSymbols(String category, Set<SymbolRegistryAttribute> requestedAttributes, List<String> tickers) Enriches the given tickers through the OpenAI Responses API. -
Uses of SymbolRegistryAttribute in com.bluebell.greenhouse.sol.services.symbol
Method parameters in com.bluebell.greenhouse.sol.services.symbol with type arguments of type SymbolRegistryAttributeModifier and TypeMethodDescriptionSymbolEnrichmentStrategy.enrichSymbol(String category, Set<SymbolRegistryAttribute> requestedAttributes, String exchange, String ticker) Enriches a symbol using the provider fallback workflow.