Try OpenEdge Now
BP Server Developer's Guide
Process template versioning
:
Accessing versions
:
Getting version list
Getting version list
BP Server provides two APIs by which you can get the process template version list.
public ProcessTemplateList getProcessTemplateVersions(Session, String)
This API is of class BLServer. All the versions of the ProcessTemplate SVOs can be obtained with the given
AppName
.
public ProcessTemplateList getVersions()
This API is of class ProcessTemplate and retrieves the list similar to
getProcessTemplateVersions()
API.