Release Notes for 7.0.3.3 (from 7.0.2.2)

Table of Content

Notes

Changes to the Setup

Changes to the Athenticate API

Changes to the Application API

Changes to the Object Model

Notes

The current notes are for the API version 7.0.3.3, based on version 7.0.2.2.

Changes to the Setup

None

Changes to the Authenticate API

Authenticate API Operations

assignWorkflowToSession
-- New Operation --
void assignWorkflowToSession(String sessionId, String workflowId) throws RPMException

The assignWorkflowToSession method must be called only from a workflow external action.

Changes to the Application API

Application API Operations

createObjectFromTemplate
SingleResult createProjectWithTemplate(String sessionID, GenericProject inputProject, GenericProject template, WorkElementScope scope)
SingleResult createObjectFromTemplate(String sessionID, RPMObject inputObject, RPMObject template, RPMObjectScope scope)

The createProjectWithTemplate method has been generalized to support all WBS and Scope elements.

Changes to the Object Model

None