Uses of Class
com.flexive.shared.content.FxDelta.FxDeltaChange.ChangeType

Packages that use FxDelta.FxDeltaChange.ChangeType
com.flexive.shared.content Classes for representing flexive contents, most notable FxContent and FxPK
 

Uses of FxDelta.FxDeltaChange.ChangeType in com.flexive.shared.content
 

Methods in com.flexive.shared.content that return FxDelta.FxDeltaChange.ChangeType
 FxDelta.FxDeltaChange.ChangeType FxDelta.FxDeltaChange.getChangeType()
          Get the type of change
static FxDelta.FxDeltaChange.ChangeType FxDelta.FxDeltaChange.ChangeType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FxDelta.FxDeltaChange.ChangeType[] FxDelta.FxDeltaChange.ChangeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.flexive.shared.content with parameters of type FxDelta.FxDeltaChange.ChangeType
FxDelta.FxDeltaChange(FxDelta.FxDeltaChange.ChangeType changeType, java.lang.String XPath, FxData originalData, FxData newData)
          Ctor