Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


oracle.tip.pc.services.notification.payload
Interface IMultiPartType

All Known Implementing Classes:
MultiPartType

public interface IMultiPartType

Interface IMultiPartType.


Method Summary
 void addBodyPart(IBodyPartType vBodyPart)
          Method addBodyPart
 void clearBodyPart()
          Method clearBodyPart
 java.util.List getBodyPart()
          Method getBodyPart
 IBodyPartType getBodyPart(int index)
          Method getBodyPart
 int getBodyPartCount()
          Method getBodyPartCount
 IBodyPartType removeBodyPart(int index)
          Method removeBodyPart
 void setBodyPart(int index, IBodyPartType vBodyPart)
          Method setBodyPart
 void setBodyPart(java.util.List bodyPartList)
          Method setBodyPartSets the value of 'bodyPart' by copying the given ArrayList.

 

Method Detail

addBodyPart

public void addBodyPart(IBodyPartType vBodyPart)
                 throws java.lang.IndexOutOfBoundsException
Method addBodyPart
Parameters:
vBodyPart -
Throws:
java.lang.IndexOutOfBoundsException

clearBodyPart

public void clearBodyPart()
Method clearBodyPart

getBodyPart

public IBodyPartType getBodyPart(int index)
                          throws java.lang.IndexOutOfBoundsException
Method getBodyPart
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

getBodyPart

public java.util.List getBodyPart()
Method getBodyPart

getBodyPartCount

public int getBodyPartCount()
Method getBodyPartCount

removeBodyPart

public IBodyPartType removeBodyPart(int index)
                             throws java.lang.IndexOutOfBoundsException
Method removeBodyPart
Parameters:
index -
Throws:
java.lang.IndexOutOfBoundsException

setBodyPart

public void setBodyPart(int index,
                        IBodyPartType vBodyPart)
                 throws java.lang.IndexOutOfBoundsException
Method setBodyPart
Parameters:
index -
vBodyPart -
Throws:
java.lang.IndexOutOfBoundsException

setBodyPart

public void setBodyPart(java.util.List bodyPartList)
Method setBodyPartSets the value of 'bodyPart' by copying the given ArrayList.
Parameters:
bodyPartList - the Vector to copy.

Skip navigation links

Oracle BPEL Process Manager
Workflow Services API Reference
10g Release 3 (10.1.3)
B28985-02


Copyright © 2006, Oracle. All rights reserved.