Uses of Interface
com.broadleafcommerce.data.tracking.core.transition.PropagationManager
-
-
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.messaging
Methods in com.broadleafcommerce.data.tracking.core.messaging that return PropagationManager Modifier and Type Method Description protected PropagationManager
TransitionHandlerFactory. getPropagationManager()
Methods in com.broadleafcommerce.data.tracking.core.messaging with parameters of type PropagationManager Modifier and Type Method Description void
TransitionHandlerFactory. setPropagationManager(PropagationManager propagationManager)
Constructors in com.broadleafcommerce.data.tracking.core.messaging with parameters of type PropagationManager Constructor Description TransitionHandlerFactory(com.broadleafcommerce.common.extension.data.DataRouteReference routeReference, org.springframework.data.mapping.context.MappingContext<?,?> mappingContext, TrackableBehaviorUtil behaviorUtil, WorkflowMapper workflowMapper, org.springframework.context.ApplicationContext applicationContext, DomainMapperManager domainMapper, com.broadleafcommerce.common.messaging.repository.ResourceLockRepository<?,?> resourceLockRepository, com.broadleafcommerce.common.messaging.notification.NotificationManager notificationManager, WorkflowRequestCompletionNotifier completionNotifier, com.broadleafcommerce.common.extension.TypeFactory factory, com.broadleafcommerce.common.messaging.notification.NotificationStateService notificationStateService, com.broadleafcommerce.common.messaging.notification.MessageSerializationHelper helper, RepositoryUtility repositories, CommonCatalogService<Catalog> commonCatalogService, SingleIndexRequestMessageFactory singleIndexRequestMessageFactory, PropagationManager propagationManager, com.broadleafcommerce.common.extension.TypeFactory typeFactory, org.springframework.context.ApplicationEventPublisher applicationEventPublisher)
-
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure
Methods in com.broadleafcommerce.data.tracking.core.messaging.autoconfigure that return PropagationManager Modifier and Type Method Description PropagationManager
TransitionListenerAutoConfiguration. propagationManager(CommonCatalogService<? extends Catalog> catalogService, List<PropagationHandler> handlers)
-
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.service
Methods in com.broadleafcommerce.data.tracking.core.service with parameters of type PropagationManager Modifier and Type Method Description void
CrudEntityHelper. setPropagationManager(PropagationManager propagationManager)
-
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.transition
Classes in com.broadleafcommerce.data.tracking.core.transition that implement PropagationManager Modifier and Type Class Description class
DefaultPropagationManager
Default version ofPropagationManager
Methods in com.broadleafcommerce.data.tracking.core.transition with parameters of type PropagationManager Modifier and Type Method Description DefaultTransitionHandler
DefaultTransitionHandler. withPropagationManager(PropagationManager propagationManager)
WorkflowTransitionHelper
WorkflowTransitionHelper. withPropagationManager(PropagationManager propagationManager)
-