ProcessModel Interface and Additional ProcessInstance Methods in the BPM Public API (New)

ProcessModel Interface

The ProcessModel interface with the following methods is available in the BPM public API (SAP NetWeaver BPM Process and Task Management Facade):

  • getId
  • getName

For more information about the ProcessModel interface and its methods, see http://help.sap.com/javadocs. From there, navigate to Start of the navigation pathSAP NetWeaver 7.3 including Enhancement Package 1 Next navigation step Composition Environment Next navigation step Process and Task Management Facade (BPM)End of the navigation path. In the SAP NetWeaver BPM Process and Task Management Facade javadoc, on the left, choose ProcessModel.

Additional Methods for the ProcessInstance Interface

The following methods have been added to the ProcessInstance interface:

  • getStatus
  • getParentProcessInstanceId
  • getRootProcessInstanceId
  • getProcessInitiator
  • getModelId

For more information about the new methods, see http://help.sap.com/javadocs . From there, navigate Start of the navigation pathSAP NetWeaver 7.3 including Enhancement Package 1 Next navigation step Composition Environment Next navigation step Process and Task Management Facade (BPM)End of the navigation path. In the SAP NetWeaver BPM Process and Task Management Facade javadoc, on the left, choose ProcessInstance.