Class ShouldEnableFeedSupport
java.lang.Object
org.springframework.boot.autoconfigure.condition.SpringBootCondition
org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
org.springframework.boot.autoconfigure.condition.AllNestedConditions
com.broadleafcommerce.data.tracking.jpa.datafeed.ShouldEnableFeedSupport
- All Implemented Interfaces:
 org.springframework.context.annotation.Condition,org.springframework.context.annotation.ConfigurationCondition
public class ShouldEnableFeedSupport
extends org.springframework.boot.autoconfigure.condition.AllNestedConditions
Condition to denote that data tracking related handling for data feed should be enabled. Requires
 two properties be set: 
broadleaf.database.provider=jpa and
 broadleaf.data.tracking.feed.enabled = true.- 
Nested Class Summary
Nested classes/interfaces inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
org.springframework.boot.autoconfigure.condition.AbstractNestedCondition.MemberMatchOutcomesNested classes/interfaces inherited from interface org.springframework.context.annotation.ConfigurationCondition
org.springframework.context.annotation.ConfigurationCondition.ConfigurationPhase - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.boot.autoconfigure.condition.AllNestedConditions
getFinalMatchOutcomeMethods inherited from class org.springframework.boot.autoconfigure.condition.AbstractNestedCondition
getConfigurationPhase, getMatchOutcomeMethods inherited from class org.springframework.boot.autoconfigure.condition.SpringBootCondition
anyMatches, logOutcome, matches, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.context.annotation.Condition
matches 
- 
Constructor Details
- 
ShouldEnableFeedSupport
public ShouldEnableFeedSupport() 
 -