T
- return type of the perform()
methodpublic abstract class LockOperation<T> extends SessionOperation<T>
Modifier and Type | Field and Description |
---|---|
protected SessionDelegate |
session |
Modifier | Constructor and Description |
---|---|
protected |
LockOperation(SessionContext context,
java.lang.String absPath,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
T |
perform() |
protected T |
perform(@NotNull NodeDelegate node) |
void |
performVoid() |
protected void |
performVoid(@NotNull NodeDelegate node) |
checkPreconditions, isLogout, isRefresh, isSave, isUpdate, performNullable, toString
protected final SessionDelegate session
protected LockOperation(SessionContext context, java.lang.String absPath, java.lang.String name) throws PathNotFoundException
PathNotFoundException
@NotNull public T perform() throws RepositoryException
perform
in class SessionOperation<T>
RepositoryException
public void performVoid() throws RepositoryException
performVoid
in class SessionOperation<T>
RepositoryException
@NotNull protected T perform(@NotNull @NotNull NodeDelegate node) throws RepositoryException
RepositoryException
protected void performVoid(@NotNull @NotNull NodeDelegate node) throws RepositoryException
RepositoryException
Copyright © 2012–2022 The Apache Software Foundation. All rights reserved.