com.ibm.workflow.api
Interface ProcessInstanceNotification

All Superinterfaces:
Item

public interface ProcessInstanceNotification
extends Item


Method Summary
 java.util.Calendar notificationTime()
          Returns the notification time of the process instance.
 
Methods inherited from interface com.ibm.workflow.api.Item
category, creationTime, delete, description, documentation, endTime, icon, inContainerName, isComplete, isEmpty, kind, lastModificationTime, name, obtainProcessMonitor, outContainerName, owner, persistentOid, persistentOidOfProcessInstance, processAdmin, processInstance, processInstanceName, processInstanceState, processInstanceSystemGroupName, processInstanceSystemName, receivedAs, receivedTime, refresh, setDescription, setName, startTime, transfer
 

Method Detail

notificationTime

public java.util.Calendar notificationTime()
                                    throws FmcException
Returns the notification time of the process instance.

Throws:
FmcException - thrown if an API error or a communication error occurred.


© Copyright IBM Corporation 1999, 2008. All Rights Reserved.