public class LockOperation extends AbstractOperation
LockOperation...statusSTATUS_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, undopublic void accept(OperationVisitor visitor) throws RepositoryException, ConstraintViolationException, AccessDeniedException, ItemExistsException, NoSuchNodeTypeException, UnsupportedRepositoryOperationException, VersionException
Operationvisit method on visitor
based on the type of this operation.visitor - the visitor to call back.RepositoryExceptionConstraintViolationExceptionAccessDeniedExceptionItemExistsExceptionNoSuchNodeTypeExceptionUnsupportedRepositoryOperationExceptionVersionExceptionOperation.accept(OperationVisitor)public void persisted()
NodeState that has been locked.Operation.persisted()public NodeId getNodeId() throws RepositoryException
RepositoryExceptionpublic 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–2022 The Apache Software Foundation. All rights reserved.