Class Operations.AddProperty
java.lang.Object
org.apache.jackrabbit.spi.commons.batch.Operations.AddProperty
- All Implemented Interfaces:
Operation
- Enclosing class:
Operations
Representative of an add-property
Operation which calls
Batch.addProperty(NodeId, Name, QValue) or Batch.addProperty(NodeId, Name, QValue[])
depending on whether the property is multi valued or not when applied to a Batch.-
Constructor Summary
ConstructorsConstructorDescriptionAddProperty(NodeId parentId, Name propertyName, QValue value) Create a new add-propertyOperationfor the given arguments.AddProperty(NodeId parentId, Name propertyName, QValue[] values) Create a new add-propertyOperationfor the given arguments. -
Method Summary
-
Constructor Details
-
Method Details