Class NeedsHistoryAutoConfigurationCondition

java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.camunda.bpm.spring.boot.starter.configuration.condition.NeedsHistoryAutoConfigurationCondition
All Implemented Interfaces:
org.springframework.context.annotation.Condition

public class NeedsHistoryAutoConfigurationCondition extends org.springframework.boot.autoconfigure.condition.SpringBootCondition
  • Field Details

  • Constructor Details

    • NeedsHistoryAutoConfigurationCondition

      public NeedsHistoryAutoConfigurationCondition()
  • Method Details

    • getMatchOutcome

      public org.springframework.boot.autoconfigure.condition.ConditionOutcome getMatchOutcome(org.springframework.context.annotation.ConditionContext context, org.springframework.core.type.AnnotatedTypeMetadata metadata)
      Specified by:
      getMatchOutcome in class org.springframework.boot.autoconfigure.condition.SpringBootCondition
    • needsAdditionalConfiguration

      protected boolean needsAdditionalConfiguration(org.springframework.context.annotation.ConditionContext context)
    • isHistoryAutoSupported

      protected boolean isHistoryAutoSupported()