Class Information - EnterWorks_Process_Exchange_(EPX) - 10.6

EnterWorks EPX Programmers Reference

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks > EnterWorks Process Exchange (EPX)
Version
10.6
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks EPX Programmers Reference
First publish date
2007
Last updated
2023-07-28
Published on
2023-09-20T04:07:07.148709

To create and send a work item, the example code uses a class called WorkItemExample, which is an extension of the LoginExample class. (Please refer to Accessing the EPX Server for more information about the LoginExample class and how it provides login and logout methods for the user.) The WorkItemExample class implements the getStartingPointList(), createWorkItem(), addWorkItemVersionCommentList(), and sendWorkItemVersion()methods demonstrate the use of the WorkItemFacade methods for retrieving starting point activity lists, creating and sending work items with work item properties, and then annotating a work item with user-defined comments.