Class Operations.SetMixins
- java.lang.Object
- 
- org.apache.jackrabbit.spi.commons.batch.Operations.SetMixins
 
- 
- All Implemented Interfaces:
- Operation
 - Direct Known Subclasses:
- ConsolidatingChangeLog.CancelableOperations.SetMixins
 - Enclosing class:
- Operations
 
 public static class Operations.SetMixins extends Object implements Operation Representative of a set-mixinOperationwhich callsBatch.setMixins(NodeId, Name[])when applied to aBatch.
- 
- 
Field SummaryFields Modifier and Type Field Description protected Name[]mixinNodeTypeNamesprotected NodeIdnodeId
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(Batch batch)Apply this operation to the givenBatchbooleanequals(Object other)booleanequals(Operations.SetMixins other)inthashCode()StringtoString()
 
- 
- 
- 
Constructor Detail- 
SetMixinspublic SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames) Create a new set-mixinOperationfor the given arguments.- Parameters:
- nodeId-
- mixinNodeTypeNames-
- See Also:
- Batch.setMixins(NodeId, Name[])
 
 
- 
 - 
Method Detail- 
applypublic void apply(Batch batch) throws RepositoryException Apply this operation to the givenBatch- Specified by:
- applyin interface- Operation
- Throws:
- RepositoryException
 
 - 
equalspublic boolean equals(Operations.SetMixins other) 
 
- 
 
-