Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpel.services.notification.payload
Interface IUserPropertiesType

All Known Implementing Classes:
UserPropertiesType

public interface IUserPropertiesType

Interface IUserPropertiesType.


Method Summary
 void addParameter(IUserPropertiesParameterType vParameter)
          Method addParameter
 void clearParameter()
          Method clearParameter
 java.util.List getParameter()
          Method getParameter
 IUserPropertiesParameterType getParameter(int index)
          Method getParameter
 int getParameterCount()
          Method getParameterCount
 IUserPropertiesParameterType removeParameter(int index)
          Method removeParameter
 void setParameter(int index, IUserPropertiesParameterType vParameter)
          Method setParameter
 void setParameter(java.util.List parameterList)
          Method setParameterSets the value of 'parameter' by copying the given ArrayList.
 

Method Detail

addParameter

void addParameter(IUserPropertiesParameterType vParameter)
                  throws java.lang.IndexOutOfBoundsException
Method addParameter

Parameters:
vParameter -
Throws:
java.lang.IndexOutOfBoundsException

clearParameter

void clearParameter()
Method clearParameter


getParameter

IUserPropertiesParameterType getParameter(int index)
                                          throws java.lang.IndexOutOfBoundsException
Method getParameter

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getParameter

java.util.List getParameter()
Method getParameter


getParameterCount

int getParameterCount()
Method getParameterCount


removeParameter

IUserPropertiesParameterType removeParameter(int index)
                                             throws java.lang.IndexOutOfBoundsException
Method removeParameter

Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setParameter

void setParameter(int index,
                  IUserPropertiesParameterType vParameter)
                  throws java.lang.IndexOutOfBoundsException
Method setParameter

Parameters:
index -
vParameter -
Throws:
java.lang.IndexOutOfBoundsException

setParameter

void setParameter(java.util.List parameterList)
Method setParameterSets the value of 'parameter' by copying the given ArrayList.

Parameters:
parameterList - the Vector to copy.

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

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