|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
public void addMessageID(java.lang.String vMessageID)
throws java.lang.IndexOutOfBoundsException
addMessageID in interface ITNotificationDatavMessageID -java.lang.IndexOutOfBoundsExceptionpublic void clearMessageID()
clearMessageID in interface ITNotificationDatapublic java.util.Calendar getCreationDate()
public java.lang.String getMessageID(int index)
throws java.lang.IndexOutOfBoundsException
getMessageID in interface ITNotificationDataindex -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getMessageID()
getMessageID in interface ITNotificationDatapublic int getMessageIDCount()
getMessageIDCount in interface ITNotificationDatapublic java.util.Calendar getModifyDate()
public java.lang.String removeMessageID(int index)
throws java.lang.IndexOutOfBoundsException
removeMessageID in interface ITNotificationDataindex -java.lang.IndexOutOfBoundsExceptionpublic void setCreationDate(java.util.Calendar creationDate)
creationDate - the value of field 'creationDate'.
public void setMessageID(int index,
java.lang.String vMessageID)
throws java.lang.IndexOutOfBoundsException
setMessageID in interface ITNotificationDataindex -vMessageID -java.lang.IndexOutOfBoundsExceptionpublic void setMessageID(java.util.List messageIDList)
setMessageID in interface ITNotificationDatamessageIDList - the Vector to copy.public void setModifyDate(java.util.Calendar modifyDate)
modifyDate - the value of field 'modifyDate'.
|
Oracle BPEL Process Manager Sensor API Reference 10g Release 2 (10.1.2) B25707-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||