Uses of Interface
com.broadleafcommerce.workflow.service.WorkflowService
Packages that use WorkflowService
Package
Description
-
Uses of WorkflowService in com.broadleafcommerce.workflow.service
Classes in com.broadleafcommerce.workflow.service that implement WorkflowServiceModifier and TypeClassDescriptionclass
DefaultWorkflowService<P extends Workflow>
SeeWorkflowService
Constructors in com.broadleafcommerce.workflow.service with parameters of type WorkflowServiceModifierConstructorDescriptionDefaultWorkflowLauncher
(ExecutionProperties executionProperties, WorkflowRunner runner, org.springframework.context.ApplicationEventPublisher applicationEventPublisher, WorkflowRepository<com.broadleafcommerce.data.tracking.core.Trackable> workflowRepository, com.broadleafcommerce.data.tracking.core.BasicAuditUtility auditUtility, WorkflowService<Workflow> workflowService, com.broadleafcommerce.orchestration.spring.SimpleWorkflowFactory factory) -
Uses of WorkflowService in com.broadleafcommerce.workflow.service.autoconfigure
Methods in com.broadleafcommerce.workflow.service.autoconfigure that return WorkflowServiceModifier and TypeMethodDescriptionWorkflowServiceAutoConfiguration.workflowService
(WorkflowRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.service.RsqlCrudEntityHelper helper, com.broadleafcommerce.orchestration.spring.SimpleWorkflowFactory factory, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.common.messaging.notification.DetachedDurableMessageSender sender, WorkflowRunner workflowRunner, SideEffectRepository<com.broadleafcommerce.data.tracking.core.Trackable> sideEffectRepository, com.broadleafcommerce.orchestration.internal.LogHandler logHandler) Methods in com.broadleafcommerce.workflow.service.autoconfigure with parameters of type WorkflowServiceModifier and TypeMethodDescriptionWorkflowServiceAutoConfiguration.workflowLauncher
(ExecutionProperties executionProperties, WorkflowRunner runner, org.springframework.context.ApplicationEventPublisher publisher, WorkflowRepository<com.broadleafcommerce.data.tracking.core.Trackable> repository, com.broadleafcommerce.data.tracking.core.BasicAuditUtility auditUtility, WorkflowService<Workflow> workflowService, com.broadleafcommerce.orchestration.spring.SimpleWorkflowFactory factory) -
Uses of WorkflowService in com.broadleafcommerce.workflow.web.endpoint
Constructors in com.broadleafcommerce.workflow.web.endpoint with parameters of type WorkflowService