Uses of Interface
org.apache.jackrabbit.core.session.SessionOperation
-
Packages that use SessionOperation Package Description org.apache.jackrabbit.core Contains the core classes that provide the implementation of the JCR API.org.apache.jackrabbit.core.session -
-
Uses of SessionOperation in org.apache.jackrabbit.core
Classes in org.apache.jackrabbit.core that implement SessionOperation Modifier and Type Class Description classItemRefreshOperationclassSessionMoveOperationMethods in org.apache.jackrabbit.core with parameters of type SessionOperation Modifier and Type Method Description protected <T> TItemImpl. perform(SessionOperation<T> operation)protected <T> TProtectedItemModifier. performProtected(SessionImpl session, SessionOperation<T> operation)<T> TItemValidator. performRelaxed(SessionOperation<T> operation, int checksToDisable)Performs the given session operation with the specified checks disabled. -
Uses of SessionOperation in org.apache.jackrabbit.core.session
Subinterfaces of SessionOperation in org.apache.jackrabbit.core.session Modifier and Type Interface Description interfaceSessionWriteOperation<T>Marker interface that marks aSessionOperationthat modifies the state of the session or the repository.Classes in org.apache.jackrabbit.core.session that implement SessionOperation Modifier and Type Class Description classAddNodeOperationSession operation for adding a new node.classSessionItemOperation<T>Session operation for accessing an item at a given path.classSessionRefreshOperationOperation to refresh the state of a session.classSessionSaveOperationOperation to persist transient changes in a session.Methods in org.apache.jackrabbit.core.session with parameters of type SessionOperation Modifier and Type Method Description <T> TSessionState. perform(SessionOperation<T> operation)Performs the given operation within a synchronized block.
-