Is it possible to drive RTC precondition checks from the Java API?
I'm trying to drive the delivery preconditions from the Java API without performing the delivery. I've found the 'IDeliverOperation' and the 'runPreConditionsOnly' method, but the interface does not seem to be doc'd in the javadoc, and I can find no examples of usage.
Anyone able to provide any information, or an example?