org.apache.jackrabbit.core.session
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 a SessionOperation that modifies the state of the session or the repository.


Method Summary
 
Methods inherited from interface org.apache.jackrabbit.core.session.SessionOperation
perform
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.