public class DocumentInstanceInputProperties extends InstanceInputProperties
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
DocumentInstanceInputProperties() |
| 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, setVerboseclear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringpublic 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–2014 XWiki. All rights reserved.