Package com.microstrategy.web.beans
Interface DerivedElementBean.Host
- 
- Enclosing interface:
 - DerivedElementBean
 
public static interface DerivedElementBean.HostRepresents this bean's host- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeyedListgetAllDerivedElements()WebAttributegetAttribute()Returns the attribute elements belong to.WebDerivedElementgetCurrentElement()Returns the current elementKeyedListgetElementList()Returns all derived elements of the given attribute.java.lang.StringgetMessageID()WebWorkingSetgetWorkingSet()booleanisEditable()booleanisModified()voidsetModified(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:
 WebObjectsExceptionWebBeanException
 
- 
isModified
boolean isModified()
 
- 
setModified
void setModified(boolean isModified)
 
- 
getMessageID
java.lang.String getMessageID() throws WebBeanException- Throws:
 WebBeanException
 
 - 
 
 -