Package | Description |
---|---|
org.apache.jackrabbit.core.query |
Modifier and Type | Field and Description |
---|---|
static OnWorkspaceInconsistency |
OnWorkspaceInconsistency.FAIL
An handler that simply logs the path of the parent node and the name
of the missing child node and then re-throws the exception.
|
static OnWorkspaceInconsistency |
OnWorkspaceInconsistency.LOG
An handler that simply logs the path of the parent node and the name
of the missing child node
|
Modifier and Type | Field and Description |
---|---|
protected static Map<String,OnWorkspaceInconsistency> |
OnWorkspaceInconsistency.INSTANCES |
Modifier and Type | Method and Description |
---|---|
static OnWorkspaceInconsistency |
OnWorkspaceInconsistency.fromString(String name)
Returns the
OnWorkspaceInconsistency with the given
name . |
OnWorkspaceInconsistency |
AbstractQueryHandler.getOnWorkspaceInconsistencyHandler() |
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.