public class XARInputProperties
extends org.xwiki.filter.xml.input.XMLInputProperties
Modifier and Type | Class and Description |
---|---|
static class |
XARInputProperties.SourceType
The type of the
InputSource . |
Constructor and Description |
---|
XARInputProperties() |
Modifier and Type | Method and Description |
---|---|
org.xwiki.model.reference.EntityReferenceSet |
getEntities() |
String |
getObjectPropertyType() |
XARInputProperties.SourceType |
getSourceType() |
boolean |
isForceDocument()
Deprecated.
since 9.0RC1, use
getSourceType() instead |
boolean |
isWithExtension() |
boolean |
isWithHistory() |
void |
setEntities(org.xwiki.model.reference.EntityReferenceSet entities) |
void |
setForceDocument(boolean forceDocument)
Deprecated.
since 9.0RC1, use
setSourceType(SourceType) instead |
void |
setObjectPropertyType(String objectPropertyType) |
void |
setSourceType(XARInputProperties.SourceType sourceType) |
void |
setWithExtension(boolean withExtension) |
void |
setWithHistory(boolean withHistory) |
public org.xwiki.model.reference.EntityReferenceSet getEntities()
public void setEntities(org.xwiki.model.reference.EntityReferenceSet entities)
entities
- The entities to take into account or skippublic boolean isWithHistory()
public void setWithHistory(boolean withHistory)
withHistory
- Indicate if events should be generated for historypublic XARInputProperties.SourceType getSourceType()
public void setSourceType(XARInputProperties.SourceType sourceType)
sourceType
- the type of the source@Deprecated public boolean isForceDocument()
getSourceType()
instead@Deprecated public void setForceDocument(boolean forceDocument)
setSourceType(SourceType)
insteadforceDocument
- true if the input should be forced as documentpublic boolean isWithExtension()
public void setWithExtension(boolean withExtension)
withExtension
- indicates if extension event should be generated if possiblepublic String getObjectPropertyType()
public void setObjectPropertyType(String objectPropertyType)
objectPropertyType
- the type of the object property to parseCopyright © 2004–2021 XWiki. All rights reserved.