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.java.util.DategetTime()Deprecated.timestamp when this attachment was createdjava.lang.StringgetUserId()Deprecated.reference to the user who created this attachment.voidsetContent(ByteArrayEntity content)Deprecated.voidsetContentId(java.lang.String contentId)Deprecated.voidsetProcessInstanceId(java.lang.String processInstanceId)Deprecated.voidsetTaskId(java.lang.String taskId)Deprecated.voidsetTime(java.util.Date time)Deprecated.timestamp when this attachment was createdvoidsetType(java.lang.String type)Deprecated.voidsetUrl(java.lang.String url)Deprecated.voidsetUserId(java.lang.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(java.lang.String type)
Deprecated.
-
setTaskId
void setTaskId(java.lang.String taskId)
Deprecated.
-
setProcessInstanceId
void setProcessInstanceId(java.lang.String processInstanceId)
Deprecated.
-
setUrl
void setUrl(java.lang.String url)
Deprecated.
-
setContentId
void setContentId(java.lang.String contentId)
Deprecated.
-
getContent
ByteArrayEntity getContent()
Deprecated.
-
setContent
void setContent(ByteArrayEntity content)
Deprecated.
-
setUserId
void setUserId(java.lang.String userId)
Deprecated.
-
getUserId
java.lang.String getUserId()
Deprecated.Description copied from interface:Attachmentreference to the user who created this attachment.- Specified by:
getUserIdin interfaceAttachment
-
getTime
java.util.Date getTime()
Deprecated.Description copied from interface:Attachmenttimestamp when this attachment was created- Specified by:
getTimein interfaceAttachment
-
setTime
void setTime(java.util.Date time)
Deprecated.Description copied from interface:Attachmenttimestamp when this attachment was created- Specified by:
setTimein interfaceAttachment
-
-