java.lang.Object |
↳ |
vars.query.ui.ConceptConstraints |
Class Overview
A ConceptConstraint is a wrapper for the follwong 2 items:
- A collection of concept-names (as strings)
- An AssociationBean
It uses these 2 items to generate a SQL fragement that constrains a query to
search for all concept-names in the collection that have the given association
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
Constants
public
static
final
String
EMPTY_SQL
public
static
final
String
WILD_CARD_STRING
Public Constructors
public
ConceptConstraints
()
Public Methods
public
LinkBean
getAssociationBean
()
Returns
- Returns the associationBean.
public
Collection<String>
getConceptNamesAsStrings
()
Returns
- Returns the conceptNamesAsStrings.
public
static
boolean
isWildCard
(String value)
public
void
setAssociationBean
(LinkBean associationBean)
Parameters
associationBean
| The associationBean to set.
|
public
void
setConceptNamesAsStrings
(Collection conceptNamesAsStrings)
Parameters
conceptNamesAsStrings
| The conceptNamesAsStrings to set.
|
public
String
toString
()