Uses of Class
org.apache.jackrabbit.core.query.OnWorkspaceInconsistency
-
Packages that use OnWorkspaceInconsistency Package Description org.apache.jackrabbit.core.query -
-
Uses of OnWorkspaceInconsistency in org.apache.jackrabbit.core.query
Fields in org.apache.jackrabbit.core.query declared as OnWorkspaceInconsistency Modifier and Type Field 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 nodeFields in org.apache.jackrabbit.core.query with type parameters of type OnWorkspaceInconsistency Modifier and Type Field Description protected static Map<String,OnWorkspaceInconsistency>
OnWorkspaceInconsistency. INSTANCES
Methods in org.apache.jackrabbit.core.query that return OnWorkspaceInconsistency Modifier and Type Method Description static OnWorkspaceInconsistency
OnWorkspaceInconsistency. fromString(String name)
Returns theOnWorkspaceInconsistency
with the givenname
.OnWorkspaceInconsistency
AbstractQueryHandler. getOnWorkspaceInconsistencyHandler()
-