Interface AttachmentEntity
-
- All Superinterfaces:
Attachment,Entity,HasRevision
- All Known Implementing Classes:
AttachmentEntityImpl
@Internal @Deprecated public interface AttachmentEntity extends Attachment, Entity, HasRevision
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ByteArrayEntitygetContent()Deprecated.DategetTime()Deprecated.timestamp when this attachment was createdStringgetUserId()Deprecated.reference to the user who created this attachment.voidsetContent(ByteArrayEntity content)Deprecated.voidsetContentId(String contentId)Deprecated.voidsetProcessInstanceId(String processInstanceId)Deprecated.voidsetTaskId(String taskId)Deprecated.voidsetTime(Date time)Deprecated.timestamp when this attachment was createdvoidsetType(String type)Deprecated.voidsetUrl(String url)Deprecated.voidsetUserId(String userId)Deprecated.-
Methods inherited from interface org.activiti.engine.task.Attachment
getContentId, getDescription, getId, getName, getProcessInstanceId, getTaskId, getType, getUrl, setDescription, setName
-
Methods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdated
-
Methods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
-
-
-
Method Detail
-
setType
void setType(String type)
Deprecated.
-
setTaskId
void setTaskId(String taskId)
Deprecated.
-
setProcessInstanceId
void setProcessInstanceId(String processInstanceId)
Deprecated.
-
setUrl
void setUrl(String url)
Deprecated.
-
setContentId
void setContentId(String contentId)
Deprecated.
-
getContent
ByteArrayEntity getContent()
Deprecated.
-
setContent
void setContent(ByteArrayEntity content)
Deprecated.
-
setUserId
void setUserId(String userId)
Deprecated.
-
getUserId
String getUserId()
Deprecated.Description copied from interface:Attachmentreference to the user who created this attachment.- Specified by:
getUserIdin interfaceAttachment
-
getTime
Date getTime()
Deprecated.Description copied from interface:Attachmenttimestamp when this attachment was created- Specified by:
getTimein interfaceAttachment
-
setTime
void setTime(Date time)
Deprecated.Description copied from interface:Attachmenttimestamp when this attachment was created- Specified by:
setTimein interfaceAttachment
-
-