Package com.avoka.fc.core.service
Interface IFindDeliveryProcessIDService
-
public interface IFindDeliveryProcessIDServiceProvides a service which will find the delivery process ID for the given submission.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringfindDeliveryProcessIDService(Submission submission)Return the LiveCycle delivery process ID for the given submission.
-
-
-
Method Detail
-
findDeliveryProcessIDService
String findDeliveryProcessIDService(Submission submission)
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
-
-