Interface AttachmentEntity
- All Superinterfaces:
Attachment,Entity,HasRevision
- All Known Implementing Classes:
AttachmentEntityImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.getTime()Deprecated.timestamp when this attachment was createdDeprecated.reference to the user who created this attachment.voidsetContent(ByteArrayEntity content) Deprecated.voidsetContentId(String contentId) Deprecated.voidsetProcessInstanceId(String processInstanceId) Deprecated.voidDeprecated.voidDeprecated.timestamp when this attachment was createdvoidDeprecated.voidDeprecated.voidDeprecated.Methods inherited from interface org.activiti.engine.task.Attachment
getContentId, getDescription, getId, getName, getProcessInstanceId, getTaskId, getType, getUrl, setDescription, setNameMethods inherited from interface org.activiti.engine.impl.persistence.entity.Entity
getId, getPersistentState, isDeleted, isInserted, isUpdated, setDeleted, setId, setInserted, setUpdatedMethods inherited from interface org.activiti.engine.impl.db.HasRevision
getRevision, getRevisionNext, setRevision
-
Method Details
-
setType
Deprecated. -
setTaskId
Deprecated. -
setProcessInstanceId
Deprecated. -
setUrl
Deprecated. -
setContentId
Deprecated. -
getContent
ByteArrayEntity getContent()Deprecated. -
setContent
Deprecated. -
setUserId
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
Deprecated.Description copied from interface:Attachmenttimestamp when this attachment was created- Specified by:
setTimein interfaceAttachment
-