Uses of Interface
com.broadleafcommerce.data.tracking.core.transition.PropagationManager
Package
Description
-
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.messaging
Modifier and TypeMethodDescriptionprotected PropagationManager
TransitionHandlerFactory.getPropagationManager()
Modifier and TypeMethodDescriptionvoid
TransitionHandlerFactory.setPropagationManager
(PropagationManager propagationManager) ModifierConstructorDescriptionTransitionHandlerFactory
(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
Modifier and TypeMethodDescriptionTransitionListenerAutoConfiguration.propagationManager
(CommonCatalogService<? extends Catalog> catalogService, List<PropagationHandler> handlers) -
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.service
Modifier and TypeMethodDescriptionvoid
CrudEntityHelper.setPropagationManager
(PropagationManager propagationManager) -
Uses of PropagationManager in com.broadleafcommerce.data.tracking.core.transition
Modifier and TypeMethodDescriptionDefaultTransitionHandler.withPropagationManager
(PropagationManager propagationManager) WorkflowTransitionHelper.withPropagationManager
(PropagationManager propagationManager)