Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Replies
Total Likes
Redirects here now: http://helpx.adobe.com/livecycle/kb/new-information-execute-script-service.html
I figured I would post the link for if/when the redirect stops working.
Views
Replies
Total Likes
patExecContext is an instance of com.adobe.workflow.pat.service.PATExecutionContextImpl found in adobe-wkf-client.jar which in turn is in (on a turn-key JBoss on Windows system) \Adobe\Adobe LiveCycle ES2\jboss\server\lc_turnkey\deploy\adobe-livecycle-jboss.ear. I unpacked all that and added the necessary jar files to a Java project in Eclipse so I could at least use the context helper to discover the methods in the object. IIRC there wasn't much really useful there - mostly the accessor methods associated with LiveCycle process variables.
Views
Replies
Total Likes
I created a fake PatExecContext with stubbed out methods. I then use the below snippet so I can edit my BeanShell code in my editor. Being that Workbench is in Eclipse, it would be awesome if Adobe could make it automatically do the same thing when you edit the script code.
/**
* ******** Copy imports from above *********
*/
public class Test {
public void test() throws Exception {
PatExecContext patExecContext = new PatExecContext();
/*********** Copy code below **********/
/*********** Copy code above **********/
}
}
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies