Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


com.oracle.bpel.sensor.schemas
Interface ITProcessNotificationData

All Superinterfaces:
ITActivityData, ITNotificationData, java.io.Serializable

public interface ITProcessNotificationData
extends java.io.Serializable, ITNotificationData

Interface ITProcessNotificationData.


Method Summary
 void addMessageID(java.lang.String vMessageID)
          Method addMessageID
 void clearMessageID()
          Method clearMessageID
 java.util.Calendar getCreationDate()
          Returns the value of field 'creationDate'.
 java.util.List getMessageID()
          Method getMessageID
 java.lang.String getMessageID(int index)
          Method getMessageID
 int getMessageIDCount()
          Method getMessageIDCount
 java.util.Calendar getModifyDate()
          Returns the value of field 'modifyDate'.
 java.lang.String removeMessageID(int index)
          Method removeMessageID
 void setCreationDate(java.util.Calendar creationDate)
          Sets the value of field 'creationDate'.
 void setMessageID(int index, java.lang.String vMessageID)
          Method setMessageID
 void setMessageID(java.util.List messageIDList)
          Method setMessageIDSets the value of 'messageID' by copying the given ArrayList.
 void setModifyDate(java.util.Calendar modifyDate)
          Sets the value of field 'modifyDate'.

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITNotificationData
getDeliveryChannel, getFromAddress, getToAddress, setDeliveryChannel, setFromAddress, setToAddress

 

Methods inherited from interface com.oracle.bpel.sensor.schemas.ITActivityData
getActivityType, getDuration, getDurationInSeconds, getErrorMessage, getEvalPoint, setActivityType, setDuration, setDurationInSeconds, setErrorMessage, setEvalPoint

 

Method Detail

addMessageID

public void addMessageID(java.lang.String vMessageID)
                  throws java.lang.IndexOutOfBoundsException
Method addMessageID
Specified by:
addMessageID in interface ITNotificationData
Parameters:
vMessageID -
Throws:
java.lang.IndexOutOfBoundsException

clearMessageID

public void clearMessageID()
Method clearMessageID
Specified by:
clearMessageID in interface ITNotificationData

getCreationDate

public java.util.Calendar getCreationDate()
Returns the value of field 'creationDate'. The field 'creationDate' has the following description:
Returns:
the value of field 'creationDate'.

getMessageID

public java.lang.String getMessageID(int index)
                              throws java.lang.IndexOutOfBoundsException
Method getMessageID
Specified by:
getMessageID in interface ITNotificationData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getMessageID

public java.util.List getMessageID()
Method getMessageID
Specified by:
getMessageID in interface ITNotificationData

getMessageIDCount

public int getMessageIDCount()
Method getMessageIDCount
Specified by:
getMessageIDCount in interface ITNotificationData

getModifyDate

public java.util.Calendar getModifyDate()
Returns the value of field 'modifyDate'. The field 'modifyDate' has the following description:
Returns:
the value of field 'modifyDate'.

removeMessageID

public java.lang.String removeMessageID(int index)
                                 throws java.lang.IndexOutOfBoundsException
Method removeMessageID
Specified by:
removeMessageID in interface ITNotificationData
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setCreationDate

public void setCreationDate(java.util.Calendar creationDate)
Sets the value of field 'creationDate'. The field 'creationDate' has the following description:
Parameters:
creationDate - the value of field 'creationDate'.

setMessageID

public void setMessageID(int index,
                         java.lang.String vMessageID)
                  throws java.lang.IndexOutOfBoundsException
Method setMessageID
Specified by:
setMessageID in interface ITNotificationData
Parameters:
index -
vMessageID -
Throws:
java.lang.IndexOutOfBoundsException

setMessageID

public void setMessageID(java.util.List messageIDList)
Method setMessageIDSets the value of 'messageID' by copying the given ArrayList.
Specified by:
setMessageID in interface ITNotificationData
Parameters:
messageIDList - the Vector to copy.

setModifyDate

public void setModifyDate(java.util.Calendar modifyDate)
Sets the value of field 'modifyDate'. The field 'modifyDate' has the following description:
Parameters:
modifyDate - the value of field 'modifyDate'.

Oracle BPEL Process Manager
Sensor API Reference
10g Release 2 (10.1.2)
B25707-01


Copyright © 2005, Oracle. All rights reserved.