|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectedu.northwestern.at.monk.model.SearchCriterion
edu.northwestern.at.monk.model.CoreObjectCriterion
edu.northwestern.at.monk.model.AuthorCriterion
public class AuthorCriterion
An author search criterion.
| Constructor Summary | |
|---|---|
AuthorCriterion(Author... authors)
Creates a new author search criterion. |
|
AuthorCriterion(java.util.Collection<?> values)
Creates a new author search criterion. |
|
AuthorCriterion(java.lang.String... tags)
Creates a new author search criterion. |
|
| Method Summary | |
|---|---|
Author |
getAuthor()
Gets the author. |
java.util.Collection<Author> |
getAuthors()
Gets the authors. |
java.lang.String |
getTag()
Gets the tag. |
java.util.Collection<java.lang.String> |
getTags()
Gets the tags. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AuthorCriterion(java.lang.String... tags)
throws ModelException
tags - Tags.
ModelException -
public AuthorCriterion(Author... authors)
throws ModelException
authors - Authors.
ModelException -
public AuthorCriterion(java.util.Collection<?> values)
throws ModelException
values - Collection of tags and/or authors.
ModelException - | Method Detail |
|---|
public java.util.Collection<Author> getAuthors()
public Author getAuthor()
public java.util.Collection<java.lang.String> getTags()
public java.lang.String getTag()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||