Class JaxbAttachment
- java.lang.Object
-
- org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject<org.kie.api.task.model.Attachment>
-
- org.jbpm.services.task.impl.model.xml.JaxbAttachment
-
- All Implemented Interfaces:
Externalizable,Serializable,org.kie.api.task.model.Attachment
public class JaxbAttachment extends AbstractJaxbTaskObject<org.kie.api.task.model.Attachment> implements org.kie.api.task.model.Attachment
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
realClass
-
-
Constructor Summary
Constructors Constructor Description JaxbAttachment()JaxbAttachment(org.kie.api.task.model.Attachment attachment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetAttachedAt()org.kie.api.task.model.UsergetAttachedBy()StringgetAttachedById()longgetAttachmentContentId()StringgetContentType()LonggetId()StringgetName()intgetSize()-
Methods inherited from class org.jbpm.services.task.impl.model.xml.AbstractJaxbTaskObject
convertListFromInterfaceToJaxbImpl, initialize, readExternal, writeExternal
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
-
-
-
-
Method Detail
-
getId
public Long getId()
- Specified by:
getIdin interfaceorg.kie.api.task.model.Attachment
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.kie.api.task.model.Attachment
-
getContentType
public String getContentType()
- Specified by:
getContentTypein interfaceorg.kie.api.task.model.Attachment
-
getAttachedAt
public Date getAttachedAt()
- Specified by:
getAttachedAtin interfaceorg.kie.api.task.model.Attachment
-
getAttachedBy
public org.kie.api.task.model.User getAttachedBy()
- Specified by:
getAttachedByin interfaceorg.kie.api.task.model.Attachment
-
getAttachedById
public String getAttachedById()
-
getSize
public int getSize()
- Specified by:
getSizein interfaceorg.kie.api.task.model.Attachment
-
getAttachmentContentId
public long getAttachmentContentId()
- Specified by:
getAttachmentContentIdin interfaceorg.kie.api.task.model.Attachment
-
-