public class FlowableUiAppEventRegistryCondition
extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
implements org.springframework.boot.autoconfigure.AutoConfigurationImportFilter, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.Condition, org.springframework.context.EnvironmentAware
| Modifier and Type | Field and Description |
|---|---|
protected org.springframework.beans.factory.BeanFactory |
beanFactory |
protected org.springframework.core.env.Environment |
environment |
| Constructor and Description |
|---|
FlowableUiAppEventRegistryCondition() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,org.springframework.boot.autoconfigure.condition.ConditionOutcome> |
getConditionOutcomes() |
org.springframework.boot.autoconfigure.condition.ConditionOutcome |
getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata) |
protected org.springframework.boot.autoconfigure.condition.ConditionOutcome[] |
getOutcomes(String[] autoConfigurationClasses,
Map<String,org.springframework.boot.autoconfigure.condition.ConditionOutcome> conditionOutcomes) |
boolean[] |
match(String[] autoConfigurationClasses,
org.springframework.boot.autoconfigure.AutoConfigurationMetadata autoConfigurationMetadata) |
void |
setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory) |
void |
setEnvironment(org.springframework.core.env.Environment environment) |
anyMatches, logOutcome, matches, matchesprotected org.springframework.beans.factory.BeanFactory beanFactory
protected org.springframework.core.env.Environment environment
public boolean[] match(String[] autoConfigurationClasses, org.springframework.boot.autoconfigure.AutoConfigurationMetadata autoConfigurationMetadata)
match in interface org.springframework.boot.autoconfigure.AutoConfigurationImportFilterprotected Map<String,org.springframework.boot.autoconfigure.condition.ConditionOutcome> getConditionOutcomes()
public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context,
org.springframework.core.type.AnnotatedTypeMetadata metadata)
getMatchOutcome in class org.springframework.boot.autoconfigure.condition.SpringBootConditionprotected org.springframework.boot.autoconfigure.condition.ConditionOutcome[] getOutcomes(String[] autoConfigurationClasses, Map<String,org.springframework.boot.autoconfigure.condition.ConditionOutcome> conditionOutcomes)
public void setBeanFactory(org.springframework.beans.factory.BeanFactory beanFactory)
throws org.springframework.beans.BeansException
setBeanFactory in interface org.springframework.beans.factory.BeanFactoryAwareorg.springframework.beans.BeansExceptionpublic void setEnvironment(org.springframework.core.env.Environment environment)
setEnvironment in interface org.springframework.context.EnvironmentAwareCopyright © 2023 Flowable. All rights reserved.