|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Interface IManagementChainUsers.
| Method Summary | |
void |
addUserName(java.lang.String vUserName)Method addUserName |
void |
clearUserName()Method clearUserName |
java.util.List |
getUserName()Method getUserName |
java.lang.String |
getUserName(int index)Method getUserName |
int |
getUserNameCount()Method getUserNameCount |
java.lang.String |
removeUserName(int index)Method removeUserName |
void |
setUserName(int index, java.lang.String vUserName)Method setUserName |
void |
setUserName(java.util.List userNameList)Method setUserNameSets the value of 'userName' by copying the given ArrayList. |
| Method Detail |
public void addUserName(java.lang.String vUserName)
throws java.lang.IndexOutOfBoundsException
vUserName -java.lang.IndexOutOfBoundsExceptionpublic void clearUserName()
public java.lang.String getUserName(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsExceptionpublic java.util.List getUserName()
public int getUserNameCount()
public java.lang.String removeUserName(int index)
throws java.lang.IndexOutOfBoundsException
index -java.lang.IndexOutOfBoundsException
public void setUserName(int index,
java.lang.String vUserName)
throws java.lang.IndexOutOfBoundsException
index -vUserName -java.lang.IndexOutOfBoundsExceptionpublic void setUserName(java.util.List userNameList)
userNameList - the Vector to copy.
|
Oracle BPEL Process Manager Workflow Services API Reference 10g Release 2 (10.1.2) B25708-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||