Uses of Class
org.apache.jackrabbit.core.query.OnWorkspaceInconsistency

Packages that use OnWorkspaceInconsistency
org.apache.jackrabbit.core.query   
 

Uses of OnWorkspaceInconsistency in org.apache.jackrabbit.core.query
 

Fields in org.apache.jackrabbit.core.query declared as OnWorkspaceInconsistency
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.
 

Fields in org.apache.jackrabbit.core.query with type parameters of type OnWorkspaceInconsistency
protected static Map<String,OnWorkspaceInconsistency> OnWorkspaceInconsistency.INSTANCES
           
 

Methods in org.apache.jackrabbit.core.query that return OnWorkspaceInconsistency
static OnWorkspaceInconsistency OnWorkspaceInconsistency.fromString(String name)
          Returns the OnWorkspaceInconsistency with the given name.
 OnWorkspaceInconsistency AbstractQueryHandler.getOnWorkspaceInconsistencyHandler()
           
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.