Uses of Interface
info.magnolia.context.MgnlContext.Op

Packages that use MgnlContext.Op
info.magnolia.cms.security   
info.magnolia.context   
 

Uses of MgnlContext.Op in info.magnolia.cms.security
 

Classes in info.magnolia.cms.security that implement MgnlContext.Op
 class JCRSessionOp<R>
          Operation requiring session access.
 class SilentSessionOp<R>
          Session operation that just logs all exceptions instead of re-throwing them.
 

Uses of MgnlContext.Op in info.magnolia.context
 

Classes in info.magnolia.context that implement MgnlContext.Op
static class MgnlContext.LockingOp
          Operation that is performed only if JCR lock can be issued on the path specified by combination of parameters in constructor.
static class MgnlContext.RepositoryOp
          An Op that does not return values and can only throw RepositoryExceptions.
static class MgnlContext.VoidOp
          An Op that does not return values and can only throw RuntimeExceptions.
 

Methods in info.magnolia.context with parameters of type MgnlContext.Op
static
<T,E extends Throwable>
T
MgnlContext.doInSystemContext(MgnlContext.Op<T,E> op)
          Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown).
static
<T,E extends Throwable>
T
MgnlContext.doInSystemContext(MgnlContext.Op<T,E> op, boolean releaseAfterExecution)
          Executes the given operation in the system context and sets it back to the original once done (also if an exception is thrown).
 



Copyright © 2003-2014 Magnolia International Ltd.. All Rights Reserved.