Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.9)
E10660-12


oracle.bpel.services.notification.payload
Interface INotificationProperties

All Known Implementing Classes:
NotificationProperties

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

addNotificationProperty

void addNotificationProperty(INotificationPropertyType vNotificationProperty)
                             throws java.lang.IndexOutOfBoundsException
Method addNotificationProperty
Parameters:
vNotificationProperty -
Throws:
java.lang.IndexOutOfBoundsException

addNotificationProperty

void addNotificationProperty(int index,
                             INotificationPropertyType vNotificationProperty)
                             throws java.lang.IndexOutOfBoundsException
Method addNotificationProperty
Parameters:
index -
vNotificationProperty -
Throws:
java.lang.IndexOutOfBoundsException

clearNotificationProperty

void clearNotificationProperty()
Method clearNotificationProperty

getNotificationProperty

INotificationPropertyType getNotificationProperty(int index)
                                                  throws java.lang.IndexOutOfBoundsException
Method getNotificationProperty
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getNotificationProperty

java.util.List getNotificationProperty()
Method getNotificationProperty

getNotificationPropertyCount

int getNotificationPropertyCount()
Method getENotificationPropertyCount

removeNotificationProperty

INotificationPropertyType removeNotificationProperty(int index)
                                                     throws java.lang.IndexOutOfBoundsException
Method removeNotificationProperty
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setNotificationProperty

void setNotificationProperty(int index,
                             INotificationPropertyType vNotificationProperty)
                             throws java.lang.IndexOutOfBoundsException
Method setNotificationProperty
Parameters:
index -
vNotificationProperty -
Throws:
java.lang.IndexOutOfBoundsException

setNotificationProperty

void setNotificationProperty(java.util.List notificationPropertyList)
Method setNotificationPropertySets the value of 'notificationProperty' by copying the given ArrayList.
Parameters:
notificationPropertyList - the Vector to copy.

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.9)
E10660-12


Copyright © 2009, 2015, Oracle and/or its affiliates. All rights reserved.