org.ow2.jasmine.probe.rest.impl
Class JIndicatorTypes
java.lang.Object
org.ow2.jasmine.probe.rest.impl.JIndicatorTypes
- All Implemented Interfaces:
- IndicatorTypes
public class JIndicatorTypes
- extends Object
- implements IndicatorTypes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JIndicatorTypes
public JIndicatorTypes(JasmineProbeManager jpManager)
getIndicatorTypes
public javax.ws.rs.core.Response getIndicatorTypes()
- Description copied from interface:
IndicatorTypes
- Process HTTP GET with URI /indicatorType
- Specified by:
getIndicatorTypes in interface IndicatorTypes
- Returns:
- response containing the available indicator types
getIndicatorTypeProps
public javax.ws.rs.core.Response getIndicatorTypeProps(String type)
- Description copied from interface:
IndicatorTypes
- Process HTTP GET with URI /indicatorType/{type}/props
- Specified by:
getIndicatorTypeProps in interface IndicatorTypes
- Parameters:
type - an indicator type
- Returns:
- describes the properties that need to be defined for an indicator of the given type
getIndicatorTypeInfo
public javax.ws.rs.core.Response getIndicatorTypeInfo(String type)
- Description copied from interface:
IndicatorTypes
- Process HTTP GET with URI /indicatorType/{type}/info
- Specified by:
getIndicatorTypeInfo in interface IndicatorTypes
- Parameters:
type - an indicator type
- Returns:
- provides all the usage information for an indicator of the given type
Copyright © 2012 OW2 Consortium. All Rights Reserved.