Class Operations.SetValue

java.lang.Object
org.apache.jackrabbit.spi.commons.batch.Operations.SetValue
All Implemented Interfaces:
Operation
Enclosing class:
Operations

public static class Operations.SetValue extends Object implements Operation
Representative of a set-value Operation which calls Batch.setValue(PropertyId, QValue) or Batch.setValue(PropertyId, QValue[]) depending on whether the property is multi valued or not when applied to a Batch.