public class SetMixin extends TransientOperation
SetMixin
...status
STATUS_PENDING, STATUS_PERSISTED, STATUS_UNDO
Modifier and Type | Method and Description |
---|---|
void |
accept(OperationVisitor visitor)
Calls the appropriate
visit method on visitor
based on the type of this operation. |
static Operation |
create(NodeState nodeState,
Name[] mixinNames) |
Name[] |
getMixinNames() |
NodeId |
getNodeId() |
NodeState |
getNodeState() |
void |
persisted()
Informs this Operation that it has been successfully executed.
|
void |
undo()
Revert changes made by this operation.
|
getOptions
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus
public void accept(OperationVisitor visitor) throws javax.jcr.AccessDeniedException, javax.jcr.nodetype.NoSuchNodeTypeException, javax.jcr.UnsupportedRepositoryOperationException, javax.jcr.version.VersionException, javax.jcr.RepositoryException
Operation
visit
method on visitor
based on the type of this operation.visitor
- javax.jcr.AccessDeniedException
javax.jcr.nodetype.NoSuchNodeTypeException
javax.jcr.UnsupportedRepositoryOperationException
javax.jcr.version.VersionException
javax.jcr.RepositoryException
Operation.accept(OperationVisitor)
public void persisted() throws javax.jcr.RepositoryException
Operation
javax.jcr.RepositoryException
Operation.persisted()
public void undo() throws javax.jcr.RepositoryException
Operation
undo
in interface Operation
undo
in class AbstractOperation
javax.jcr.RepositoryException
Operation.undo()
public NodeState getNodeState()
public NodeId getNodeId()
public Name[] getMixinNames()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.