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 . 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 . In the SAP NetWeaver BPM Process and Task Management Facade javadoc, on the left, choose ProcessInstance.

