Uses of Interface
com.broadleafcommerce.sandbox.messaging.completion.WorkflowRequestCompletionHandler
Packages that use WorkflowRequestCompletionHandler
Package
Description
-
Uses of WorkflowRequestCompletionHandler in com.broadleafcommerce.sandbox.messaging.autoconfigure
Method parameters in com.broadleafcommerce.sandbox.messaging.autoconfigure with type arguments of type WorkflowRequestCompletionHandlerModifier and TypeMethodDescriptionSandboxMessagingAutoConfiguration.transitionRequestCompletionListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentMessageConsumptionService, List<WorkflowRequestCompletionHandler> workflowRequestCompletionHandlers) -
Uses of WorkflowRequestCompletionHandler in com.broadleafcommerce.sandbox.messaging.completion
Classes in com.broadleafcommerce.sandbox.messaging.completion that implement WorkflowRequestCompletionHandlerModifier and TypeClassDescriptionclassThis handler deals with updating the states and statuses ofChangeDeploysthat have just finished being scheduled.classThis handler deals with updating the states and statuses ofChangeDeploysthat have just finished being unscheduled.classThis handler deals with cleaning up deployedChangeDeploys'states and statuses.classHandles anyWorkflowRequestCompletions resulting fromWorkflowPromoteRequestclassThis handler deals with cleaning up rebasedChangeSummaries'statuses.classThis handler deals with cleaning up rejectedChangeSummaryGroups'states and statuses.classMethods in com.broadleafcommerce.sandbox.messaging.completion that return types with arguments of type WorkflowRequestCompletionHandlerModifier and TypeMethodDescriptionprotected List<WorkflowRequestCompletionHandler>DefaultWorkflowRequestCompletionListener.getWorkflowRequestCompletionHandlers()Constructor parameters in com.broadleafcommerce.sandbox.messaging.completion with type arguments of type WorkflowRequestCompletionHandlerModifierConstructorDescriptionDefaultWorkflowRequestCompletionListener(com.broadleafcommerce.common.messaging.service.IdempotentMessageConsumptionService idempotentConsumptionService, List<WorkflowRequestCompletionHandler> workflowRequestCompletionHandlers)