Interface SessionWriteOperation<T>
-
- All Superinterfaces:
SessionOperation<T>
- All Known Implementing Classes:
AddNodeOperation
,SessionMoveOperation
,SessionSaveOperation
public interface SessionWriteOperation<T> extends SessionOperation<T>
Marker interface that marks aSessionOperation
that modifies the state of the session or the repository.
-
-
Method Summary
-
Methods inherited from interface org.apache.jackrabbit.core.session.SessionOperation
perform
-
-