org.xwiki.wikistream.filter
Interface WikiAttachmentFilter
@Unstable
public interface WikiAttachmentFilter
Attachment related events.
- Since:
- 5.2M2
- Version:
- $Id: 6d73c32bd44aecee67434d4cf4efad353b6ecbc1 $
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
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.