org.xwiki.wikistream.instance.input
Class InstanceInputProperties

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by 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: 89e002ba677e1d8ce4f20ad35e21f752997710cd $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
InstanceInputProperties()
           
 
Method Summary
 EntityReferenceSet getEntities()
           
 void set(String propertyName, Object value)
           
 void setEntities(EntityReferenceSet entities)
           
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

InstanceInputProperties

public InstanceInputProperties()
Method Detail

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.