org.xwiki.wikistream.filter
Interface WikiAttachmentFilter


@Unstable
public interface WikiAttachmentFilter

Attachment related events.

Since:
5.2M2
Version:
$Id: 6d73c32bd44aecee67434d4cf4efad353b6ecbc1 $

Field Summary
static String PARAMETER_NAME
           
static String PARAMETER_REVISION
           
static String PARAMETER_REVISION_AUTHOR
           
static String PARAMETER_REVISION_COMMENT
           
static String PARAMETER_REVISION_DATE
           
 
Method Summary
 void onWikiAttachment(String name, InputStream content, Long size, org.xwiki.filter.FilterEventParameters parameters)
           
 

Field Detail

PARAMETER_NAME

static final String PARAMETER_NAME
See Also:
Constant Field Values

PARAMETER_REVISION_AUTHOR

static final String PARAMETER_REVISION_AUTHOR
See Also:
Constant Field Values

PARAMETER_REVISION_DATE

static final String PARAMETER_REVISION_DATE
See Also:
Constant Field Values

PARAMETER_REVISION

static final String PARAMETER_REVISION
See Also:
Constant Field Values

PARAMETER_REVISION_COMMENT

static final String PARAMETER_REVISION_COMMENT
See Also:
Constant Field Values
Method Detail

onWikiAttachment

void onWikiAttachment(@Name(value="name")
                      String name,
                      @Name(value="content")
                      InputStream content,
                      @Name(value="size")
                      Long size,
                      @Default(value="")@Name(value="parameters")
                      org.xwiki.filter.FilterEventParameters parameters)
                      throws WikiStreamException
Throws:
WikiStreamException


Copyright © 2004-2013 XWiki. All Rights Reserved.