Data Flow - From Petals to a Job using Attachments

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
System.out.println( "Invoking executeJob..." );
org.ow2.petals.talend.TalendContexts contexts = null;
org.ow2.petals.talend.InAttachments inAttachments = null;
java.util.List<org.ow2.petals.talend.InRow> inDataBean = null;
java.util.List<java.lang.String> talendOption = null;
org.ow2.petals.talend.TalendJobOutput result = port
.executeJob( contexts,
inAttachments, ia,
inDataBean,
talendOption );