org.equanda.persistence
Class LenientChecksState

java.lang.Object
  extended by org.equanda.persistence.LenientChecksState

public final class LenientChecksState
extends Object

Store the state whether checks should be strict or lenient. This is stored in a ThreadLocal. When this is true, checks are lenient.

Author:
Joachim Van der Auwera

Field Summary
static String LENIENT_CHECKS_STATE_CONTEXT
           
 
Method Summary
static boolean getLenientChecks()
           
static void setLenientChecks(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LENIENT_CHECKS_STATE_CONTEXT

public static final String LENIENT_CHECKS_STATE_CONTEXT
See Also:
Constant Field Values
Method Detail

getLenientChecks

public static boolean getLenientChecks()

setLenientChecks

public static void setLenientChecks(boolean value)


Copyright © 2007-2009. All Rights Reserved.