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 Name[] |
mixinNodeTypeNames |
protected NodeId |
nodeId |
Constructor and Description |
---|
Operations.SetMixins(NodeId nodeId,
Name[] mixinNodeTypeNames)
Create a new set-mixin
Operation for the given arguments. |
protected final NodeId nodeId
protected final Name[] mixinNodeTypeNames
public Operations.SetMixins(NodeId nodeId, Name[] mixinNodeTypeNames)
Operation
for the given arguments.nodeId
- mixinNodeTypeNames
- Batch.setMixins(NodeId, Name[])
public void apply(Batch batch) throws javax.jcr.RepositoryException
Batch
public boolean equals(Operations.SetMixins other)
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.