com.sap.bpm.pm.api

Interface ProcessInstanceManager


public interface ProcessInstanceManager

Central access point for getting and handling process instances.

NOTE: As this interface can be extended, this interface can be freely used, but must not be implemented.


Method Summary
 ProcessInstance getProcessInstance(URI processInstanceId)
          Returns the ProcessInstance for the given process instance ID.
 

Method Detail

getProcessInstance

ProcessInstance getProcessInstance(URI processInstanceId)
                                   throws BPMException
Returns the ProcessInstance for the given process instance ID.

Parameters:
processInstanceId - the ID of the process instance to be returned.
Returns:
an instance of ProcessInstance. Returns null if the process instance for the given URI does not exist.
Throws:
BPMIllegalArgumentException - if an argument is invalid
BPMIllegalAccessException - if the user is not authorized to perform the operation
BPMException
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] BPEM-FACADE [sap.com] tc/bpem/facade/ear - BC-BMT-BPM
[sap.com] BPEM-FACADE [sap.com] tc/bpem/facade/ear api BC-BMT-BPM


Copyright 2011 SAP AG Complete Copyright Notice