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 OnWorkspaceInconsistencyOnWorkspaceInconsistency. FAILAn 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 OnWorkspaceInconsistencyOnWorkspaceInconsistency. LOGAn 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. INSTANCESMethods in org.apache.jackrabbit.core.query that return OnWorkspaceInconsistency Modifier and Type Method Description static OnWorkspaceInconsistencyOnWorkspaceInconsistency. fromString(String name)Returns theOnWorkspaceInconsistencywith the givenname.OnWorkspaceInconsistencyAbstractQueryHandler. getOnWorkspaceInconsistencyHandler() 
 -