public static class Operations.SetMixins extends Object implements Operation
Operation which calls
Batch.setMixins(NodeId, Name[]) when applied to a Batch.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.jackrabbit.spi.Name[] |
mixinNodeTypeNames |
protected org.apache.jackrabbit.spi.NodeId |
nodeId |
| Constructor and Description |
|---|
SetMixins(org.apache.jackrabbit.spi.NodeId nodeId,
org.apache.jackrabbit.spi.Name[] mixinNodeTypeNames)
Create a new set-mixin
Operation for the given arguments. |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(org.apache.jackrabbit.spi.Batch batch)
Apply this operation to the given
Batch |
boolean |
equals(Object other) |
boolean |
equals(Operations.SetMixins other) |
int |
hashCode() |
String |
toString() |
protected final org.apache.jackrabbit.spi.NodeId nodeId
protected final org.apache.jackrabbit.spi.Name[] mixinNodeTypeNames
public SetMixins(org.apache.jackrabbit.spi.NodeId nodeId,
org.apache.jackrabbit.spi.Name[] mixinNodeTypeNames)
Operation for the given arguments.nodeId - mixinNodeTypeNames - Batch.setMixins(NodeId, Name[])public void apply(org.apache.jackrabbit.spi.Batch batch)
throws RepositoryException
Batchapply in interface OperationRepositoryExceptionpublic boolean equals(Operations.SetMixins other)
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.