|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |
java.lang.Objectorg.activiti.engine.impl.persistence.entity.AttachmentEntity
public class AttachmentEntity
字段摘要 | |
---|---|
protected ByteArrayEntity |
content
|
protected String |
contentId
|
protected String |
description
|
protected String |
id
|
protected String |
name
|
protected String |
processInstanceId
|
protected int |
revision
|
protected String |
taskId
|
protected String |
type
|
protected String |
url
|
构造方法摘要 | |
---|---|
AttachmentEntity()
|
方法摘要 | |
---|---|
ByteArrayEntity |
getContent()
|
String |
getContentId()
|
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 |
Object |
getPersistentState()
Returns a representation of the object, as would be stored in the database. |
String |
getProcessInstanceId()
reference to the process instance to which this attachment is associated. |
int |
getRevision()
|
int |
getRevisionNext()
|
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 |
setContent(ByteArrayEntity content)
|
void |
setContentId(String contentId)
|
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 |
setId(String id)
|
void |
setName(String name)
free user defined short (max 255 chars) name for this attachment |
void |
setProcessInstanceId(String processInstanceId)
|
void |
setRevision(int revision)
|
void |
setTaskId(String taskId)
|
void |
setType(String type)
|
void |
setUrl(String url)
|
从类 java.lang.Object 继承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
字段详细信息 |
---|
protected String id
protected int revision
protected String name
protected String description
protected String type
protected String taskId
protected String processInstanceId
protected String url
protected String contentId
protected ByteArrayEntity content
构造方法详细信息 |
---|
public AttachmentEntity()
方法详细信息 |
---|
public Object getPersistentState()
PersistentObject
复制的描述
PersistentObject
中的 getPersistentState
public int getRevisionNext()
HasRevision
中的 getRevisionNext
public String getId()
Attachment
复制的描述
PersistentObject
中的 getId
Attachment
中的 getId
public void setId(String id)
PersistentObject
中的 setId
public int getRevision()
HasRevision
中的 getRevision
public void setRevision(int revision)
HasRevision
中的 setRevision
public String getName()
Attachment
复制的描述
Attachment
中的 getName
public void setName(String name)
Attachment
复制的描述
Attachment
中的 setName
public String getDescription()
Attachment
复制的描述
Attachment
中的 getDescription
public void setDescription(String description)
Attachment
复制的描述
Attachment
中的 setDescription
public String getType()
Attachment
复制的描述
Attachment
中的 getType
public void setType(String type)
public String getTaskId()
Attachment
复制的描述
Attachment
中的 getTaskId
public void setTaskId(String taskId)
public String getProcessInstanceId()
Attachment
复制的描述
Attachment
中的 getProcessInstanceId
public void setProcessInstanceId(String processInstanceId)
public String getUrl()
Attachment
复制的描述uploaded with an input stream
,
then this method returns null and the content can be fetched with TaskService.getAttachmentContent(String)
.
Attachment
中的 getUrl
public void setUrl(String url)
public String getContentId()
public void setContentId(String contentId)
public ByteArrayEntity getContent()
public void setContent(ByteArrayEntity content)
|
||||||||||
上一个类 下一个类 | 框架 无框架 | |||||||||
摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 |