|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Attachment
Any type of content that is be associated with a task or with a process instance.
| Method Summary | |
|---|---|
String |
getDescription()
long (max 255 chars) explanation what this attachment is about in context of the task and/or process instance it's linked to. |
String |
getId()
unique id for this attachment |
String |
getName()
free user defined short (max 255 chars) name for this attachment |
String |
getProcessInstanceId()
reference to the process instance to which this attachment is associated. |
String |
getTaskId()
reference to the task to which this attachment is associated. |
String |
getType()
indication of the type of content that this attachment refers to. |
String |
getUrl()
the remote URL in case this is remote content. |
void |
setDescription(String description)
long (max 255 chars) explanation what this attachment is about in context of the task and/or process instance it's linked to. |
void |
setName(String name)
free user defined short (max 255 chars) name for this attachment |
| Method Detail |
|---|
String getId()
String getName()
void setName(String name)
String getDescription()
void setDescription(String description)
String getType()
String getTaskId()
String getProcessInstanceId()
String getUrl()
uploaded with an input stream,
then this method returns null and the content can be fetched with TaskService.getAttachmentContent(String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||