com.xpn.xwiki.objects
Class LargeStringProperty

java.lang.Object
  extended by com.xpn.xwiki.objects.BaseElement<R>
      extended by com.xpn.xwiki.objects.BaseProperty
          extended by com.xpn.xwiki.objects.BaseStringProperty
              extended by com.xpn.xwiki.objects.LargeStringProperty
All Implemented Interfaces:
ElementInterface, PropertyInterface, Serializable, Cloneable

public class LargeStringProperty
extends BaseStringProperty

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.xpn.xwiki.objects.BaseElement
localEntityReferenceSerializer, referenceCache
 
Constructor Summary
LargeStringProperty()
           
 
Method Summary
protected  void mergeValue(Object previousValue, Object newValue, MergeResult mergeResult)
          Try to apply 3 ways merge on property value.
 
Methods inherited from class com.xpn.xwiki.objects.BaseStringProperty
clone, cloneInternal, equals, getValue, setValue, toText
 
Methods inherited from class com.xpn.xwiki.objects.BaseProperty
apply, createReference, getClassType, getCustomMappingValue, getId, getObject, hashCode, isValueDirty, merge, setClassType, setId, setObject, setOwnerDocument, setValueDirty, setValueDirty, toFormString, toString, toXML, toXMLString
 
Methods inherited from class com.xpn.xwiki.objects.BaseElement
getDocumentReference, getLocalKey, getLocalUidStringEntityReferenceSerializer, getName, getPrettyName, getReference, setDocumentReference, setName, setPrettyName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.xpn.xwiki.objects.ElementInterface
getDocumentReference, getName, getReference, setDocumentReference, setName
 

Constructor Detail

LargeStringProperty

public LargeStringProperty()
Method Detail

mergeValue

protected void mergeValue(Object previousValue,
                          Object newValue,
                          MergeResult mergeResult)
Description copied from class: BaseProperty
Try to apply 3 ways merge on property value.

Overrides:
mergeValue in class BaseStringProperty
Parameters:
previousValue - the previous version of the value
newValue - the new version of the value
mergeResult - merge report


Copyright © 2004-2013 XWiki. All Rights Reserved.