Class InstanceInputProperties

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>, org.xwiki.filter.FilterStreamProperties, org.xwiki.properties.RawProperties

    public class InstanceInputProperties
    extends HashMap<String,​Object>
    implements org.xwiki.properties.RawProperties, org.xwiki.filter.FilterStreamProperties
    The properties passed to the instance input wiki stream.

    The properties are also passed to implementations of InstanceInputEventGenerator.

    Since:
    6.2M1
    Version:
    $Id: c9170e1bcbee07dfba909eca484cde5997c2c696 $
    See Also:
    Serialized Form
    • 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
      • isVerbose

        public boolean isVerbose()
        Specified by:
        isVerbose in interface org.xwiki.filter.FilterStreamProperties
      • setVerbose

        public void setVerbose​(boolean verbose)
        Specified by:
        setVerbose in interface org.xwiki.filter.FilterStreamProperties
      • set

        public void set​(String propertyName,
                        Object value)
        Specified by:
        set in interface org.xwiki.properties.RawProperties