org.xwiki.wikistream.instance.input
Class InstanceInputProperties
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,Object>
org.xwiki.wikistream.instance.input.InstanceInputProperties
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,Object>, org.xwiki.properties.RawProperties
@Unstable
public class InstanceInputProperties
- extends HashMap<String,Object>
- implements org.xwiki.properties.RawProperties
The properties passed to the instance input wiki stream.
The properties are also passed to implementations of InstanceInputEventGenerator.
- Since:
- 5.3RC1
- Version:
- $Id: 5e4a5601c952eed8dfe62cf4744bd8a558955b9a $
- See Also:
- Serialized Form
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
InstanceInputProperties
public InstanceInputProperties()
getEntities
public EntityReferenceSet getEntities()
- Returns:
- The entities to generate events from
setEntities
public void setEntities(EntityReferenceSet entities)
- Parameters:
entities - The entities to generate events from
set
public void set(String propertyName,
Object value)
- Specified by:
set in interface org.xwiki.properties.RawProperties
Copyright © 2004–2014 XWiki. All rights reserved.