public interface ClonableReporterQuery
Modifier and Type | Method and Description |
---|---|
VirtualDb |
getVirtualDb()
Get the virtual database that the query is using.
|
boolean |
hasClonedReporters()
Check if the virtual database that this query is using has
cloned reporter annotations or not.
|
void |
setUseClonedReporters(boolean useClonedReporters)
Set if cloned reporters should be used by default or not.
|
boolean |
useClonedReporters()
Checks if this query is using cloned reporter or not by default.
|
boolean hasClonedReporters()
boolean useClonedReporters()
void setUseClonedReporters(boolean useClonedReporters)
hasClonedReporters()
return false.useClonedReporters
- TRUE to use cloned reporters by default,
FALSE to use the master reportersVirtualDb getVirtualDb()