@Unstable public class XARInputProperties extends XMLInputProperties
| Constructor and Description |
|---|
XARInputProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.xwiki.model.reference.EntityReferenceSet |
getEntities() |
boolean |
isForceDocument() |
boolean |
isWithExtension() |
boolean |
isWithHistory() |
void |
setEntities(org.xwiki.model.reference.EntityReferenceSet entities) |
void |
setForceDocument(boolean forceDocument) |
void |
setWithExtension(boolean withExtension) |
void |
setWithHistory(boolean withHistory) |
getEncoding, getSource, setEncoding, setSourcepublic 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 boolean isForceDocument()
public void setForceDocument(boolean forceDocument)
forceDocument - 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 possibleCopyright © 2004–2014 XWiki. All rights reserved.