KIE API 6.1.0.CR2

org.kie.api.task.model
Interface Attachment

All Superinterfaces:
Externalizable, Serializable

public interface Attachment
extends Externalizable


Method Summary
 Date getAttachedAt()
           
 User getAttachedBy()
           
 long getAttachmentContentId()
           
 String getContentType()
           
 Long getId()
           
 String getName()
           
 int getSize()
           
 
Methods inherited from interface java.io.Externalizable
readExternal, writeExternal
 

Method Detail

getId

Long getId()

getName

String getName()

getContentType

String getContentType()

getAttachedAt

Date getAttachedAt()

getAttachedBy

User getAttachedBy()

getSize

int getSize()

getAttachmentContentId

long getAttachmentContentId()

KIE API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.