Try OpenEdge Now
skip to main content
BP Server Developer's Guide
Work item management : Accessing performing apps : APIs for performing apps
 

APIs for performing apps

BP Server provides object-oriented APIs to work with the performing applications of work item. The client first needs to connect to BP Server before executing any BP Server APIs. BP Server uses the following API to get the PerformingApp.
public java.lang.Object getPerformingApp () throws java.rmi.RemoteException
The getPerformingApp method returns a performing application of the WorkItem. The return value provides information about the presentation logic of the activity workstep of the WorkItem.
A work item can have multiple presentation types, the getPerformingApp () method returns a list of performing applications. Each item of the list provides information about one presentation logic.