Interface AsnWorkflowService
-
- All Known Implementing Classes:
DefaultAsnWorkflowService
public interface AsnWorkflowServiceWarehousing service to manage workflow forAdvancedShippingNoticeModel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstartAsnCancellationWorkflow(AdvancedShippingNoticeModel asnModel)Starts a cancellation workflow for the given consignmentAdvancedShippingNoticeModel.
-
-
-
Method Detail
-
startAsnCancellationWorkflow
void startAsnCancellationWorkflow(AdvancedShippingNoticeModel asnModel)
Starts a cancellation workflow for the given consignmentAdvancedShippingNoticeModel.- Parameters:
asnModel-AdvancedShippingNoticeModelfor which a workflow needs to be started
-
-