Class ConsolidatingChangeLog.CancelableOperations.SetValue
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.batch.Operations.SetValue
- 
- org.apache.jackrabbit.spi.commons.batch.ConsolidatingChangeLog.CancelableOperations.SetValue
 
 
- 
- All Implemented Interfaces:
- ConsolidatingChangeLog.CancelableOperation,- Operation
 - Enclosing class:
- ConsolidatingChangeLog.CancelableOperations
 
 public static class ConsolidatingChangeLog.CancelableOperations.SetValue extends Operations.SetValue implements ConsolidatingChangeLog.CancelableOperation 
- 
- 
Field Summary- 
Fields inherited from class org.apache.jackrabbit.spi.commons.batch.Operations.SetValueisMultivalued, propertyId, values
 - 
Fields inherited from interface org.apache.jackrabbit.spi.commons.batch.ConsolidatingChangeLog.CancelableOperationCANCEL_BOTH, CANCEL_NONE, CANCEL_OTHER, CANCEL_THIS
 
- 
 - 
Constructor SummaryConstructors Constructor Description SetValue(PropertyId propertyId, QValue value)SetValue(PropertyId propertyId, QValue[] values)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description intcancel(ConsolidatingChangeLog.CancelableOperation other)Determines the cancellation behavior of theotheroperation on this operation.- 
Methods inherited from class org.apache.jackrabbit.spi.commons.batch.Operations.SetValueapply, equals, equals, hashCode, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
SetValuepublic SetValue(PropertyId propertyId, QValue value) 
 - 
SetValuepublic SetValue(PropertyId propertyId, QValue[] values) 
 
- 
 - 
Method Detail- 
cancelpublic int cancel(ConsolidatingChangeLog.CancelableOperation other) throws RepositoryException Description copied from interface:ConsolidatingChangeLog.CancelableOperationDetermines the cancellation behavior of theotheroperation on this operation.- Specified by:
- cancelin interface- ConsolidatingChangeLog.CancelableOperation
- Returns:
- CANCEL_THISif- otheris an instance of- Removeand has an node higher up the hierarchy or this node as target. Or if- otheris an instance of- SetValuewhich has this property as target
- CANCEL_NONEotherwise.
 
- Throws:
- RepositoryException
 
 
- 
 
-