public class ExtensionInstanceInputProperties extends InstanceInputProperties
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
ExtensionInstanceInputProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
isWithJRCSRevisions() |
boolean |
isWithRevisions() |
boolean |
isWithWikiAttachments() |
boolean |
isWithWikiClass() |
boolean |
isWithWikiDocumentContentHTML() |
boolean |
isWithWikiObjects() |
void |
setWithJRCSRevisions(boolean withJRCSRevisions) |
void |
setWithRevisions(boolean withRevisions) |
void |
setWithWikiAttachments(boolean withWikiAttachments) |
void |
setWithWikiClass(boolean withWikiClass) |
void |
setWithWikiDocumentContentHTML(boolean withWikiDocumentContentHTML) |
void |
setWithWikiObjects(boolean withWikiObjects) |
getEntities, isVerbose, set, setEntities, setVerbose
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public boolean isWithRevisions()
public void setWithRevisions(boolean withRevisions)
withRevisions
- Indicates if events should be generated for historypublic boolean isWithJRCSRevisions()
public void setWithJRCSRevisions(boolean withJRCSRevisions)
withJRCSRevisions
- Indicates if JRCS based history should be added to document locale event propertiespublic boolean isWithWikiAttachments()
public void setWithWikiAttachments(boolean withWikiAttachments)
withWikiAttachments
- Indicate if events should be generated for attachmentspublic boolean isWithWikiClass()
public void setWithWikiClass(boolean withWikiClass)
withWikiClass
- Indicate if events should be generated for classespublic boolean isWithWikiObjects()
public void setWithWikiObjects(boolean withWikiObjects)
withWikiObjects
- Indicate if events should be generated for objectspublic boolean isWithWikiDocumentContentHTML()
public void setWithWikiDocumentContentHTML(boolean withWikiDocumentContentHTML)
withWikiDocumentContentHTML
- Indicate if events should be generated for document content as HTMLCopyright © 2004–2022 XWiki. All rights reserved.