|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.web.rest.OnmsRestService
org.opennms.web.rest.OnmsCategoryResource
@Component @PerRequest @Scope(value="prototype") @Transactional public class OnmsCategoryResource
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.opennms.web.rest.OnmsRestService |
|---|
OnmsRestService.ComparisonOperation |
| Field Summary |
|---|
| Fields inherited from class org.opennms.web.rest.OnmsRestService |
|---|
DEFAULT_LIMIT |
| Constructor Summary | |
|---|---|
OnmsCategoryResource()
|
|
| Method Summary | |
|---|---|
javax.ws.rs.core.Response |
addCategory(String nodeCriteria,
OnmsCategory category)
addCategory |
javax.ws.rs.core.Response |
deleteCaegory(String nodeCriteria,
String categoryName)
deleteCaegory |
OnmsCategoryCollection |
getCategories(String nodeCriteria)
getCategories |
OnmsCategory |
getCategory(String nodeCriteria,
String categoryName)
getCategory |
javax.ws.rs.core.Response |
updateCategory(String nodeCriteria,
String categoryName,
MultivaluedMapImpl params)
updateCategory |
| Methods inherited from class org.opennms.web.rest.OnmsRestService |
|---|
addFiltersToCriteria, addOrdering, addOrdering, convertNameToPropertyName, getDistinctIdCriteria, log, setLimitOffset, setLimitOffset, setLimitOffset, setProperties, throwException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OnmsCategoryResource()
| Method Detail |
|---|
public OnmsCategoryCollection getCategories(String nodeCriteria)
getCategories
nodeCriteria - a String object.
OnmsCategoryCollection object.
public OnmsCategory getCategory(String nodeCriteria,
String categoryName)
getCategory
nodeCriteria - a String object.categoryName - a String object.
OnmsCategory object.
public javax.ws.rs.core.Response addCategory(String nodeCriteria,
OnmsCategory category)
addCategory
nodeCriteria - a String object.category - a OnmsCategory object.
Response object.
public javax.ws.rs.core.Response updateCategory(String nodeCriteria,
String categoryName,
MultivaluedMapImpl params)
updateCategory
nodeCriteria - a String object.categoryName - a String object.params - a MultivaluedMapImpl object.
Response object.
public javax.ws.rs.core.Response deleteCaegory(String nodeCriteria,
String categoryName)
deleteCaegory
nodeCriteria - a String object.categoryName - a String object.
Response object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||