com.microstrategy.web.objects.WebTemplateAttribute |
The WebTemplateAttribute interface represents an attribute contained on a template.
This object can be obtained from the WebTemplateUnit
object which it is contained within.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebTransactableUnit |
findTransactableUnit(String formID)
Return a
WebTransactableUnit without modifying the internal
collection of transactable units | ||||||||||
abstract WebObjectInfo |
getAttributeInfo()
Returns the
WebObjectInfo object corresponding to the WebTemplateAttribute
object which it is called on. | ||||||||||
abstract int |
getAxisIndex()
Returns the index of the
WebAxis which this template attribute is on. | ||||||||||
abstract WebDerivedElements | getDerivedElements() | ||||||||||
abstract WebAttributeForms |
getForms()
Returns the
WebAttributeForms object which is a collection of the
forms to display for this template attribute. | ||||||||||
abstract int |
getKey()
Returns the key of the attribute on the template.
| ||||||||||
abstract int |
getPosition()
Returns the position of the template attribute on its axis.
| ||||||||||
abstract int | getThresholdCount() | ||||||||||
abstract boolean | getThresholdsEnabled() | ||||||||||
abstract WebTransactableUnit | getTransactableUnit(String formID) | ||||||||||
abstract boolean | hasDerivedElements(WebWorkingSet ws) | ||||||||||
abstract boolean | hasDerivedElements() | ||||||||||
abstract boolean |
isDerived()
Specifies if this represents a derived attribute.
| ||||||||||
abstract void | setShowThresholds(boolean show) | ||||||||||
abstract void |
setThresholdCount(int count)
set The number of thresholds defined for this attribute.
| ||||||||||
abstract void |
setThresholdsEnabled(boolean enabled)
set The thresholds enabled prop.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Return a WebTransactableUnit
without modifying the internal
collection of transactable units
formID | String containing form GUID to retrieve unit of |
---|
WebTransactableUnit
of form with specified ID. Null if not found
Returns the WebObjectInfo
object corresponding to the WebTemplateAttribute
object which it is called on.
WebObjectInfo
object which this template attribute refers to.
Returns the index of the WebAxis
which this template attribute is on.
Returns the WebAttributeForms
object which is a collection of the
forms to display for this template attribute.
WebAttributeForms
object which is a collection of the
forms to display for this template attribute.
Returns the key of the attribute on the template.
Returns the position of the template attribute on its axis. This value is 1-based.
Specifies if this represents a derived attribute.
show | whether to thresholds associated with this template metric |
---|
set The number of thresholds defined for this attribute.
set The thresholds enabled prop.