|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GOMContributor | |
|---|---|
| org.apache.lucene.gdata.gom | |
| org.apache.lucene.gdata.gom.core | |
| Uses of GOMContributor in org.apache.lucene.gdata.gom |
|---|
| Methods in org.apache.lucene.gdata.gom that return types with arguments of type GOMContributor | |
|---|---|
List<GOMContributor> |
GOMEntry.getContributor()
This method returns all contributors and will never return null |
List<GOMContributor> |
GOMSource.getContributor()
|
| Methods in org.apache.lucene.gdata.gom with parameters of type GOMContributor | |
|---|---|
void |
GOMEntry.addContributor(GOMContributor aContributor)
|
void |
GOMSource.addContributor(GOMContributor aContributor)
|
| Uses of GOMContributor in org.apache.lucene.gdata.gom.core |
|---|
| Classes in org.apache.lucene.gdata.gom.core that implement GOMContributor | |
|---|---|
class |
GOMContributorImpl
|
| Fields in org.apache.lucene.gdata.gom.core with type parameters of type GOMContributor | |
|---|---|
protected List<GOMContributor> |
GOMSourceImpl.contributors
|
| Methods in org.apache.lucene.gdata.gom.core that return types with arguments of type GOMContributor | |
|---|---|
List<GOMContributor> |
GOMEntryImpl.getContributor()
|
List<GOMContributor> |
GOMSourceImpl.getContributor()
|
| Methods in org.apache.lucene.gdata.gom.core with parameters of type GOMContributor | |
|---|---|
void |
GOMEntryImpl.addContributor(GOMContributor aContributor)
|
void |
GOMSourceImpl.addContributor(GOMContributor aContributor)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||