|
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 | |||||||||
| Field Summary | |
static java.lang.String |
ATTACHMENT_TYPE_FILE |
static java.lang.String |
ATTACHMENT_TYPE_URL |
| Method Summary | |
java.lang.String |
getBoundary()Returns the boundary for the content type |
byte[] |
getBytes()Return attachment content in bytes |
java.lang.String |
getContent()Returns the value of field 'content'. |
java.io.InputStream |
getInputStream()Return inputstream to read the content |
java.lang.String |
getName()Returns the value of field 'name'. |
java.io.OutputStream |
getOutputStream()Return output stream of content |
java.lang.String |
getURI()Returns the value of field 'URI'. |
void |
setBoundary(java.lang.String boundary)Sets the boundary string for the content type of file upload |
void |
setBytes(byte[] bytes)To set the content as bytes |
void |
setContent(java.lang.String content)Sets the value of field 'content'. |
void |
setInputStream(java.io.InputStream stream)To set the input stream. |
void |
setName(java.lang.String name)Sets the value of field 'name'. |
void |
setURI(java.lang.String URI)Sets the value of field 'URI'. |
| Field Detail |
public static final java.lang.String ATTACHMENT_TYPE_URL
public static final java.lang.String ATTACHMENT_TYPE_FILE
| Method Detail |
public java.lang.String getContent()
throws PCException
PCException
public java.lang.String getBoundary()
throws PCException
PCExceptionpublic java.lang.String getName()
public java.lang.String getURI()
public void setContent(java.lang.String content)
throws PCException
content - the value of field 'content'.PCException
public void setBoundary(java.lang.String boundary)
throws PCException
boundary - string for the content typePCException
public void setInputStream(java.io.InputStream stream)
throws PCException
stream -PCExceptionpublic void setName(java.lang.String name)
name - the value of field 'name'.
public void setURI(java.lang.String URI)
throws PCException
URI - the value of field 'URI'.PCException
public void setBytes(byte[] bytes)
throws PCException
bytes -PCException
public java.io.OutputStream getOutputStream()
throws PCException
PCException
public java.io.InputStream getInputStream()
throws PCException
PCException
public byte[] getBytes()
throws PCException
PCException
|
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 | |||||||||