public class LockOperation extends AbstractOperation
LockOperation
...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 LockOperation |
create(NodeState nodeState,
boolean isDeep,
boolean isSessionScoped) |
static LockOperation |
create(NodeState nodeState,
boolean isDeep,
boolean isSessionScoped,
long timeoutHint,
String ownerHint) |
LockInfo |
getLockInfo() |
NodeId |
getNodeId() |
String |
getOwnerHint() |
long |
getTimeoutHint() |
boolean |
isDeep() |
boolean |
isSessionScoped() |
void |
persisted()
Invalidates the
NodeState that has been locked. |
void |
setLockInfo(LockInfo lockInfo) |
addAffectedItemState, assertChildNodeEntries, getAffectedItemStates, getName, getNodeState, getStatus, undo
public void accept(OperationVisitor visitor) throws RepositoryException, ConstraintViolationException, AccessDeniedException, ItemExistsException, NoSuchNodeTypeException, UnsupportedRepositoryOperationException, VersionException
Operation
visit
method on visitor
based on the type of this operation.visitor
- the visitor to call back.RepositoryException
ConstraintViolationException
AccessDeniedException
ItemExistsException
NoSuchNodeTypeException
UnsupportedRepositoryOperationException
VersionException
Operation.accept(OperationVisitor)
public void persisted()
NodeState
that has been locked.Operation.persisted()
public NodeId getNodeId() throws RepositoryException
RepositoryException
public boolean isDeep()
public boolean isSessionScoped()
public long getTimeoutHint()
public String getOwnerHint()
public void setLockInfo(LockInfo lockInfo)
public LockInfo getLockInfo()
public static LockOperation create(NodeState nodeState, boolean isDeep, boolean isSessionScoped)
nodeState
- isDeep
- public static LockOperation create(NodeState nodeState, boolean isDeep, boolean isSessionScoped, long timeoutHint, String ownerHint)
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.