Package com.avoka.fc.core.service
Interface IFindDeliveryProcessIDService
public interface IFindDeliveryProcessIDService
Provides a service which will find the delivery process ID for the given submission.
-
Method Summary
Modifier and TypeMethodDescriptionfindDeliveryProcessIDService
(Submission submission) Return the LiveCycle delivery process ID for the given submission.
-
Method Details
-
findDeliveryProcessIDService
Return the LiveCycle delivery process ID for the given submission.- Parameters:
submission
- the submission to get the LiveCycle Delivery process ID for.- Returns:
- the LiveCycle delivery process ID for the given submission
-