Primavera Integration API 6.1

com.primavera.integration.collab.initiation
Interface InitiationManager


public interface InitiationManager

Provides access to the Initiation repository.


Method Summary
 InitiationStage[] getStages(String initiationId)
          Get Stage information for a project or process that has been initiated.
 InitiationStage[] getStages(String initiationId, int[] stageNumbers)
          Get Stage information for specific stages of a project or process that has been initiated.
 

Method Detail

getStages

InitiationStage[] getStages(String initiationId)
                            throws ServerException,
                                   PhoenixException,
                                   RemoteException
Get Stage information for a project or process that has been initiated.

Parameters:
initiationId -
Returns:
stage data with reviewers for each stage
Throws:
com.primavera.integration.server.ServerSessionNotFoundException
PhoenixException
ServerException
RemoteException

getStages

InitiationStage[] getStages(String initiationId,
                            int[] stageNumbers)
                            throws ServerException,
                                   PhoenixException,
                                   RemoteException
Get Stage information for specific stages of a project or process that has been initiated.

Parameters:
initiationId -
stageNumbers - the specific stages for which to get the data
Returns:
stage data with reviewers for each stage
Throws:
com.primavera.integration.server.ServerSessionNotFoundException
PhoenixException
ServerException
RemoteException

Primavera Integration API 6.1

Copyright © Primavera 1999-2007. All rights reserved.