Changes to the Athenticate API
Changes to the Application API
The current notes are for the API version 7.0.3.3, based on version 7.0.2.2.
None
assignWorkflowToSession | |
---|---|
-- New Operation -- | |
void assignWorkflowToSession(String sessionId, String workflowId) throws RPMException |
The assignWorkflowToSession method must be called only from a workflow external action.
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.
None