Class Operations.AddProperty

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

public static class Operations.AddProperty extends Object implements Operation
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.