Jive API (3.0.13) Core Javadocs

com.jivesoftware.community.event
Class AttachmentEvent

java.lang.Object
  extended by 
      extended by com.jivesoftware.community.event.AttachmentEvent

public class AttachmentEvent
extends

A class for Attachment events. This class will be passed to EventListeners whenever an attachment event is fired and contains all the pertinent information to the event.


Nested Class Summary
static class AttachmentEvent.Type
           
 
Constructor Summary
AttachmentEvent()
           
AttachmentEvent(AttachmentEvent.Type eventType, AttachmentContentResource attachmentContentResource, Attachment attachment, Map<String,? extends Object> params)
           
 
Method Summary
 EntityDescriptor getAttachmentContentResource()
           
 long getIndirectObjectID()
           
 int getIndirectObjectType()
           
 EntityDescriptor getPayload()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttachmentEvent

public AttachmentEvent()

AttachmentEvent

public AttachmentEvent(AttachmentEvent.Type eventType,
                       AttachmentContentResource attachmentContentResource,
                       Attachment attachment,
                       Map<String,? extends Object> params)
Method Detail

getPayload

public EntityDescriptor getPayload()

getAttachmentContentResource

public EntityDescriptor getAttachmentContentResource()

getIndirectObjectID

public long getIndirectObjectID()

getIndirectObjectType

public int getIndirectObjectType()

Jive Product Page

Copyright © 1999-2007 Jive Software.