| Interface | Description | 
|---|---|
| SessionOperation<T> | 
 Session operation. 
 | 
| SessionWriteOperation<T> | 
 Marker interface that marks a  
SessionOperation that modifies
 the state of the session or the repository. | 
| Class | Description | 
|---|---|
| AddNodeOperation | 
 Session operation for adding a new node. 
 | 
| NodeNameNormalizer | 
 Convenience class for checking/logging "weird" node names. 
 | 
| SessionContext | 
 Component context of a session. 
 | 
| SessionItemOperation<T> | 
 Session operation for accessing an item at a given path. 
 | 
| SessionRefreshOperation | 
 Operation to refresh the state of a session. 
 | 
| SessionSaveOperation | 
 Operation to persist transient changes in a session. 
 | 
| SessionState | 
 Internal session state. 
 | 
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.