Skip navigation links

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


oracle.tip.pc.api.worklist
Interface ITaskAttachment

All Superinterfaces:
java.io.Serializable

Deprecated. Replaced by classes in oracle.bpel.services.workflow package

public interface ITaskAttachment
extends java.io.Serializable

Field Summary
static java.lang.String ATTACHMENT_TYPE_FILE
          Deprecated.  
static java.lang.String ATTACHMENT_TYPE_URL
          Deprecated.  

 

Method Summary
 java.lang.String getBoundary()
          Deprecated. Returns the boundary for the content type
 byte[] getBytes()
          Deprecated. Return attachment content in bytes
 java.lang.String getContent()
          Deprecated. Returns the value of field 'content'.
 java.io.InputStream getInputStream()
          Deprecated. Return inputstream to read the content
 java.lang.String getName()
          Deprecated. Returns the value of field 'name'.
 java.io.OutputStream getOutputStream()
          Deprecated. Return output stream of content
 java.lang.String getURI()
          Deprecated. Returns the value of field 'URI'.
 void setBoundary(java.lang.String boundary)
          Deprecated. Sets the boundary string for the content type of file upload
 void setBytes(byte[] bytes)
          Deprecated. To set the content as bytes
 void setContent(java.lang.String content)
          Deprecated. Sets the value of field 'content'.
 void setInputStream(java.io.InputStream stream)
          Deprecated. To set the input stream.
 void setName(java.lang.String name)
          Deprecated. Sets the value of field 'name'.
 void setURI(java.lang.String URI)
          Deprecated. Sets the value of field 'URI'.

 

Field Detail

ATTACHMENT_TYPE_URL

static final java.lang.String ATTACHMENT_TYPE_URL
Deprecated. 
See Also:
Constant Field Values

ATTACHMENT_TYPE_FILE

static final java.lang.String ATTACHMENT_TYPE_FILE
Deprecated. 
See Also:
Constant Field Values

Method Detail

getContent

java.lang.String getContent()
                            throws PCException
Deprecated. 
Returns the value of field 'content'. The field 'content' has the following description:
Returns:
the value of field 'content'.
Throws:
PCException

getBoundary

java.lang.String getBoundary()
                             throws PCException
Deprecated. 
Returns the boundary for the content type
Returns:
boundary for the content type
Throws:
PCException

getName

java.lang.String getName()
Deprecated. 
Returns the value of field 'name'. The field 'name' has the following description:
Returns:
the value of field 'name'.

getURI

java.lang.String getURI()
Deprecated. 
Returns the value of field 'URI'. The field 'URI' has the following description:
Returns:
the value of field 'URI'.

setContent

void setContent(java.lang.String content)
                throws PCException
Deprecated. 
Sets the value of field 'content'. The field 'content' has the following description:
Parameters:
content - the value of field 'content'.
Throws:
PCException

setBoundary

void setBoundary(java.lang.String boundary)
                 throws PCException
Deprecated. 
Sets the boundary string for the content type of file upload
Parameters:
boundary - string for the content type
Throws:
PCException

setInputStream

void setInputStream(java.io.InputStream stream)
                    throws PCException
Deprecated. 
To set the input stream. Worklist UI will set the inputStream. During update Task service will read the data from input stream and stores in blob
Parameters:
stream -
Throws:
PCException

setName

void setName(java.lang.String name)
Deprecated. 
Sets the value of field 'name'. The field 'name' has the following description:
Parameters:
name - the value of field 'name'.

setURI

void setURI(java.lang.String URI)
            throws PCException
Deprecated. 
Sets the value of field 'URI'. The field 'URI' has the following description:
Parameters:
URI - the value of field 'URI'.
Throws:
PCException

setBytes

void setBytes(byte[] bytes)
              throws PCException
Deprecated. 
To set the content as bytes
Parameters:
bytes -
Throws:
PCException

getOutputStream

java.io.OutputStream getOutputStream()
                                     throws PCException
Deprecated. 
Return output stream of content
Returns:
TaskBlobOutputStream Output steam of the content
Throws:
PCException

getInputStream

java.io.InputStream getInputStream()
                                   throws PCException
Deprecated. 
Return inputstream to read the content
Returns:
InputStream Content input stream
Throws:
PCException

getBytes

byte[] getBytes()
                throws PCException
Deprecated. 
Return attachment content in bytes
Returns:
byte[]
Throws:
PCException

Skip navigation links

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


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