com.microstrategy.web.objects.WebThresholdsContainer |
![]() |
The WebThresholdsContainer interface is implemented by any object that can contain thresholds. The methods on this interface can be used to obtain and modify the threshold information for the container. The container can be uniquely identified in its context via the ID.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebFormat |
getFormat()
Returns the
WebFormat object associated with the container. | ||||||||||
abstract String |
getID()
Returns the unique ID that can be used to identify the container.
| ||||||||||
abstract String |
getName()
Returns the name of the container.
| ||||||||||
abstract int |
getObjectType()
Returns the type of dss object based on EnumDSSXMLObjectTypes
| ||||||||||
abstract WebThresholds |
getThresholds()
Returns the Thresholds associated with this object.
| ||||||||||
abstract WebThresholds |
getTransactions()
Returns the transaction thresholds associated with this object.
| ||||||||||
abstract int |
getType()
Returns the type of the container.
| ||||||||||
abstract void | initElementSource(WebAttribute att, WebElementSource elemSource) |
Returns the unique ID that can be used to identify the container.
Returns the name of the container. This is meant to be a displayable name for the container, for example, a metric name if the container applies to a specific metric.
Returns the type of dss object based on EnumDSSXMLObjectTypes
Returns the Thresholds associated with this object.
WebThresholds
object associated with this container.
Returns the transaction thresholds associated with this object.
WebThresholds
object associated with this container
Returns the type of the container. This will be -1 if the container is a template metric, but will be a
value from EnumRWUnitTypes
for an RWUnitDef.