org.ow2.jasmine.probe.rest
Interface IndicatorTypes

All Known Implementing Classes:
JIndicatorTypes

public interface IndicatorTypes

Root resource class for indicator types management.

Author:
danesa

Method Summary
 javax.ws.rs.core.Response getIndicatorTypeInfo(String type)
          Process HTTP GET with URI /indicatorType/{type}/info
 javax.ws.rs.core.Response getIndicatorTypeProps(String type)
          Process HTTP GET with URI /indicatorType/{type}/props
 javax.ws.rs.core.Response getIndicatorTypes()
          Process HTTP GET with URI /indicatorType
 

Method Detail

getIndicatorTypes

javax.ws.rs.core.Response getIndicatorTypes()
Process HTTP GET with URI /indicatorType

Returns:
response containing the available indicator types

getIndicatorTypeProps

javax.ws.rs.core.Response getIndicatorTypeProps(String type)
Process HTTP GET with URI /indicatorType/{type}/props

Parameters:
type - an indicator type
Returns:
describes the properties that need to be defined for an indicator of the given type

getIndicatorTypeInfo

javax.ws.rs.core.Response getIndicatorTypeInfo(String type)
Process HTTP GET with URI /indicatorType/{type}/info

Parameters:
type - an indicator type
Returns:
provides all the usage information for an indicator of the given type


Copyright © 2013 OW2 Consortium. All Rights Reserved.