Class Operations.SetValue
java.lang.Object
org.apache.jackrabbit.spi.commons.batch.Operations.SetValue
- All Implemented Interfaces:
Operation
- Enclosing class:
Operations
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.-
Constructor Summary
ConstructorsConstructorDescriptionSetValue(PropertyId propertyId, QValue value) Create a new set-valueOperationfor the given arguments.SetValue(PropertyId propertyId, QValue[] values) Create a new set-valueOperationfor the given arguments. -
Method Summary
-
Constructor Details
-
Method Details