Package com.microstrategy.web.beans
Interface DerivedElementBean.Host
-
- Enclosing interface:
- DerivedElementBean
public static interface DerivedElementBean.Host
Represents this bean's host- Since:
- MicroStrategy Web 9.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyedList
getAllDerivedElements()
WebAttribute
getAttribute()
Returns the attribute elements belong to.WebDerivedElement
getCurrentElement()
Returns the current elementKeyedList
getElementList()
Returns all derived elements of the given attribute.java.lang.String
getMessageID()
WebWorkingSet
getWorkingSet()
boolean
isEditable()
boolean
isModified()
void
setModified(boolean isModified)
-
-
-
Method Detail
-
getCurrentElement
WebDerivedElement getCurrentElement()
Returns the current element- Returns:
- the current element
-
getAttribute
WebAttribute getAttribute()
Returns the attribute elements belong to.- Returns:
- the attribute elements belong to.
-
getElementList
KeyedList getElementList()
Returns all derived elements of the given attribute.- Returns:
- all derived elements of the given attribute.
-
getAllDerivedElements
KeyedList getAllDerivedElements()
-
isEditable
boolean isEditable()
-
getWorkingSet
WebWorkingSet getWorkingSet() throws WebObjectsException, WebBeanException
- Throws:
WebObjectsException
WebBeanException
-
isModified
boolean isModified()
-
setModified
void setModified(boolean isModified)
-
getMessageID
java.lang.String getMessageID() throws WebBeanException
- Throws:
WebBeanException
-
-