public interface RejectionStrategy
Modifier and Type | Method and Description |
---|---|
void |
rejectSandBoxItemChanges(Long[] sandBoxItemIds,
String msg)
Move one or more
WorkflowSandBoxItem instances
out of an approval sandbox and back into the user sandbox from which they originated. |
void rejectSandBoxItemChanges(Long[] sandBoxItemIds, String msg) throws com.broadleafcommerce.enterprise.common.exception.ReplayException
WorkflowSandBoxItem
instances
out of an approval sandbox and back into the user sandbox from which they originated. Generally, this
occurs when an approver deems a change incorrect or unwanted for some reason. Can also happen automatically
when the system detects certain change collisions (e.g. a change it promoted on an item that was already
deleted in the approval sandbox, in which case the delete is rejected).sandBoxItemIds
- the primary key values for the WorkflowSandBoxItem
instances to rejectmsg
- a descriptive message to include with the rejectionscom.broadleafcommerce.enterprise.common.exception.ReplayException
Copyright © 2021. All rights reserved.