Uses of Class
org.apache.jackrabbit.oak.jcr.Jcr
-
Packages that use Jcr Package Description org.apache.jackrabbit.oak.fixture org.apache.jackrabbit.oak.jcr -
-
Uses of Jcr in org.apache.jackrabbit.oak.fixture
Methods in org.apache.jackrabbit.oak.fixture that return Jcr Modifier and Type Method Description JcrJcrCreator. customize(Oak oak) -
Uses of Jcr in org.apache.jackrabbit.oak.jcr
Methods in org.apache.jackrabbit.oak.jcr that return Jcr Modifier and Type Method Description @NotNull JcrJcr. with(@NotNull String defaultWorkspaceName)@NotNull JcrJcr. with(@NotNull Executor executor)@NotNull JcrJcr. with(@NotNull ScheduledExecutorService executor)@NotNull JcrJcr. with(@NotNull IndexEditorProvider indexEditorProvider)@NotNull JcrJcr. with(@NotNull CommitRateLimiter commitRateLimiter)@NotNull JcrJcr. with(@NotNull CommitHook hook)@NotNull JcrJcr. with(@NotNull Editor editor)@NotNull JcrJcr. with(@NotNull EditorProvider provider)@NotNull JcrJcr. with(@NotNull Observer observer)@NotNull JcrJcr. with(@NotNull PartialConflictHandler conflictHandler)Deprecated.Usewith(ThreeWayConflictHandler)instead@NotNull JcrJcr. with(@NotNull ThreeWayConflictHandler conflictHandler)@NotNull JcrJcr. with(@NotNull RepositoryInitializer initializer)@NotNull JcrJcr. with(@NotNull QueryIndexProvider provider)@NotNull JcrJcr. with(@NotNull QueryLimits qs)@NotNull JcrJcr. with(@NotNull SecurityProvider securityProvider)@NotNull JcrJcr. with(@NotNull Clusterable c)@NotNull JcrJcr. with(@NotNull Whiteboard whiteboard)@NotNull JcrJcr. withAsyncIndexing()Deprecated.UsewithAsyncIndexing(String, long)instead@NotNull JcrJcr. withAsyncIndexing(@NotNull String name, long delayInSeconds)JcrJcr. withAtomicCounter()@NotNull JcrJcr. withFastQueryResultSize(boolean fastQueryResultSize)@NotNull JcrJcr. withObservationQueueLength(int observationQueueLength)@NotNull JcrJcr. withoutSessionMBeans()Disables registration ofSessionMBeanfor every open Session in the repository.
-