Package | Description |
---|---|
com.broadleafcommerce.data.tracking.core |
Modifier and Type | Method and Description |
---|---|
default TransitionPackage<D> |
TrackableRepository.findDeployable(WorkflowDeployRequest request)
Retrieve the domain item identified via
WorkflowDeployRequest and also retrieve any
domain item existing at the requested target position (if any). |
default TransitionPackage<D> |
TrackableRepository.findPromotable(WorkflowPromoteRequest request)
Retrieve the domain item identified via
WorkflowPromoteRequest and also retrieve any
domain item existing at the requested target position (if any). |
default TransitionPackage<D> |
TrackableRepository.findPromoteOrientedItems(TargetRelatedRequest request)
Find items positioned for original and tracking from the perspective of a promotion request.
|
default TransitionPackage<D> |
TrackableRepository.findRebasable(WorkflowRebaseRequest request)
Retrieve the domain item identified via
WorkflowRebaseRequest and also retrieve any
domain item existing at the requested target position (if any). |
default TransitionPackage<D> |
TrackableRepository.findRejectable(WorkflowRejectRequest request)
Retrieve the domain item identified via
WorkflowRejectRequest and also retrieve any
domain item existing at the requested target position (if any). |
Copyright © 2021. All rights reserved.