Class XARInputProperties

  • All Implemented Interfaces:
    org.xwiki.filter.FilterStreamProperties

    public class XARInputProperties
    extends org.xwiki.filter.xml.input.XMLInputProperties
    XAR input properties.
    Since:
    6.2M1
    Version:
    $Id: a9f94893d04801ce0ad94e39b1b052a5ea5408bc $
    • Constructor Detail

      • XARInputProperties

        public XARInputProperties()
    • Method Detail

      • getEntities

        public org.xwiki.model.reference.EntityReferenceSet getEntities()
        Returns:
        The entities to take into account or skip
      • setEntities

        public void setEntities​(org.xwiki.model.reference.EntityReferenceSet entities)
        Parameters:
        entities - The entities to take into account or skip
      • isWithHistory

        public boolean isWithHistory()
        Returns:
        Indicate if events should be generated for history
      • setWithHistory

        public void setWithHistory​(boolean withHistory)
        Parameters:
        withHistory - Indicate if events should be generated for history
      • setSourceType

        public void setSourceType​(XARInputProperties.SourceType sourceType)
        Parameters:
        sourceType - the type of the source
        Since:
        9.0RC1
      • isForceDocument

        @Deprecated
        public boolean isForceDocument()
        Deprecated.
        since 9.0RC1, use getSourceType() instead
        Returns:
        true if the input should be forced as document
      • setForceDocument

        @Deprecated
        public void setForceDocument​(boolean forceDocument)
        Deprecated.
        since 9.0RC1, use setSourceType(SourceType) instead
        Parameters:
        forceDocument - true if the input should be forced as document
      • isWithExtension

        public boolean isWithExtension()
        Returns:
        true indicates if extension event should be generated if possible
        Since:
        6.2M1
      • setWithExtension

        public void setWithExtension​(boolean withExtension)
        Parameters:
        withExtension - indicates if extension event should be generated if possible
        Since:
        6.2M1
      • getObjectPropertyType

        public String getObjectPropertyType()
        Returns:
        the type of the object property to parse
        Since:
        9.0RC1
      • setObjectPropertyType

        public void setObjectPropertyType​(String objectPropertyType)
        Parameters:
        objectPropertyType - the type of the object property to parse
        Since:
        9.0RC1