@Unstable public class InstanceInputProperties extends HashMap<String,Object> implements org.xwiki.properties.RawProperties, WikiStreamProperties
The properties are also passed to implementations of InstanceInputEventGenerator.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>PROPNAME_VERBOSE| Constructor and Description |
|---|
InstanceInputProperties() |
| Modifier and Type | Method and Description |
|---|---|
EntityReferenceSet |
getEntities() |
boolean |
isVerbose() |
void |
set(String propertyName,
Object value) |
void |
setEntities(EntityReferenceSet entities) |
void |
setVerbose(boolean verbose) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic EntityReferenceSet getEntities()
public void setEntities(EntityReferenceSet entities)
entities - The entities to generate events frompublic boolean isVerbose()
isVerbose in interface WikiStreamPropertiespublic void setVerbose(boolean verbose)
setVerbose in interface WikiStreamPropertiesCopyright © 2004–2014 XWiki. All rights reserved.