|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INotificationProperties
| Method Summary | |
|---|---|
void |
addNotificationProperty(INotificationPropertyType vNotificationProperty)Method addNotificationProperty |
void |
addNotificationProperty(int index, INotificationPropertyType vNotificationProperty)Method addNotificationProperty |
void |
clearNotificationProperty()Method clearNotificationProperty |
java.util.List |
getNotificationProperty()Method getNotificationProperty |
INotificationPropertyType |
getNotificationProperty(int index)Method getNotificationProperty |
int |
getNotificationPropertyCount()Method getENotificationPropertyCount |
INotificationPropertyType |
removeNotificationProperty(int index)Method removeNotificationProperty |
void |
setNotificationProperty(int index, INotificationPropertyType vNotificationProperty)Method setNotificationProperty |
void |
setNotificationProperty(java.util.List notificationPropertyList)Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList. |
| Method Detail |
|---|
void addNotificationProperty(INotificationPropertyType vNotificationProperty)
throws java.lang.IndexOutOfBoundsException
vNotificationProperty -java.lang.IndexOutOfBoundsException
void addNotificationProperty(int index,
INotificationPropertyType vNotificationProperty)
throws java.lang.IndexOutOfBoundsException
index -vNotificationProperty -java.lang.IndexOutOfBoundsExceptionvoid clearNotificationProperty()
INotificationPropertyType getNotificationProperty(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionjava.util.List getNotificationProperty()
int getNotificationPropertyCount()
INotificationPropertyType removeNotificationProperty(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsException
void setNotificationProperty(int index,
INotificationPropertyType vNotificationProperty)
throws java.lang.IndexOutOfBoundsException
index -vNotificationProperty -java.lang.IndexOutOfBoundsExceptionvoid setNotificationProperty(java.util.List notificationPropertyList)
notificationPropertyList - the Vector to copy.
|
Oracle Fusion Middleware Workflow Services Java API Reference for Oracle SOA Suite 11g Release 1 (11.1.1.9) E10660-12 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||