| Modifier and Type | Method and Description |
|---|---|
IndexBean[] |
ManagementService.getIndices(String collectionID)
A method to get IndexBeans for every Index connected to a specific
Collection
|
| Modifier and Type | Method and Description |
|---|---|
IndexBean[] |
ManagementServiceImpl.getIndices(String collectionID)
A method to get IndexBeans for every Index connected to a specific
Collection
|
| Modifier and Type | Method and Description |
|---|---|
ArrayList<IndexBean> |
CollectionBean.getIndices()
A method used to get a list of all the indices valid for this collection
|
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionBean.addIndex(IndexBean index)
Adds one index to the list of indices to be connected with this
collection
|
int |
IndexBean.compareTo(IndexBean arg0) |
| Modifier and Type | Method and Description |
|---|---|
void |
CollectionBean.setIndices(ArrayList<IndexBean> indices)
Sets which indices should be connected to the collection
|
Copyright © 2014. All Rights Reserved.