|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wli.worklist.api.TaskMessage
public class TaskMessage
This class describes a task message composed of:
- a byte array that is the message itself.
- the mimeType that qualifies the type of object serialized into byte[]. It is used for information
(i.e.:pdf file). The mimeType can be null.
| Field Summary | |
|---|---|
byte[] |
message
Deprecated. |
String |
mimeType
Deprecated. |
String |
storageFormat
Deprecated. Describes the format of the bytes in the message byte[]. |
| Constructor Summary | |
|---|---|
TaskMessage()
Deprecated. Serialization use only. |
|
TaskMessage(byte[] message,
String mimeType)
Deprecated. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
Deprecated. |
String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public byte[] message
public String storageFormat
public String mimeType
| Constructor Detail |
|---|
public TaskMessage()
public TaskMessage(byte[] message,
String mimeType)
| Method Detail |
|---|
public boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||