org.xwiki.wikistream.instance.input
Class DocumentInstanceInputProperties

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.xwiki.wikistream.instance.input.InstanceInputProperties
              extended by org.xwiki.wikistream.instance.input.DocumentInstanceInputProperties
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>, org.xwiki.properties.RawProperties

public class DocumentInstanceInputProperties
extends InstanceInputProperties

Since:
5.3RC1
Version:
$Id: c848e105a7e4c59fe4be3c7e8e8c0125e6eb4e73 $
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
DocumentInstanceInputProperties()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.xwiki.wikistream.instance.input.InstanceInputProperties
getEntities, set, setEntities
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Constructor Detail

DocumentInstanceInputProperties

public DocumentInstanceInputProperties()
Method Detail

isWithRevisions

public boolean isWithRevisions()
Returns:
Indicates if events should be generated for history

setWithRevisions

public void setWithRevisions(boolean withRevisions)
Parameters:
withRevisions - Indicates if events should be generated for history

isWithJRCSRevisions

public boolean isWithJRCSRevisions()
Returns:
Indicates if JRCS based history should be added to document locale event properties

setWithJRCSRevisions

public void setWithJRCSRevisions(boolean withJRCSRevisions)
Parameters:
withJRCSRevisions - Indicates if JRCS based history should be added to document locale event properties

isWithWikiAttachments

public boolean isWithWikiAttachments()
Returns:
Indicate if events should be generated for attachments

setWithWikiAttachments

public void setWithWikiAttachments(boolean withWikiAttachments)
Parameters:
withWikiAttachments - Indicate if events should be generated for attachments

isWithWikiClass

public boolean isWithWikiClass()
Returns:
Indicate if events should be generated for classes

setWithWikiClass

public void setWithWikiClass(boolean withWikiClass)
Parameters:
withWikiClass - Indicate if events should be generated for classes

isWithWikiObjects

public boolean isWithWikiObjects()
Returns:
Indicate if events should be generated for objects

setWithWikiObjects

public void setWithWikiObjects(boolean withWikiObjects)
Parameters:
withWikiObjects - Indicate if events should be generated for objects

isWithWikiDocumentContentHTML

public boolean isWithWikiDocumentContentHTML()
Returns:
Indicate if events should be generated for document content as HTML

setWithWikiDocumentContentHTML

public void setWithWikiDocumentContentHTML(boolean withWikiDocumentContentHTML)
Parameters:
withWikiDocumentContentHTML - Indicate if events should be generated for document content as HTML


Copyright © 2004–2014 XWiki. All rights reserved.