|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.AdminRole.ControlledObjects
This is an object containing the type, list, and rules that will determine the set of objects, of the specified type, that are in the scope of the user assigned this admin role.
Constructor Summary | |
AdminRole.ControlledObjects()
|
|
AdminRole.ControlledObjects(org.w3c.dom.Element e)
|
Method Summary | |
ObjectRef |
getAfterSearchFilterRuleRef()
Get the search list rule's object ref |
java.util.List |
getObjectRefList()
Get the list of controlled objects |
java.lang.String |
getSearchContext()
Get the search context string |
ObjectRef |
getSearchContextRuleRef()
Get the search context rule's object ref |
java.lang.String |
getSearchFilter()
Get the search filter string |
ObjectRef |
getSearchFilterRuleRef()
Get the search filter rule's object ref |
Type |
getType()
Get the object type |
void |
parseXml(org.w3c.dom.Element e)
|
void |
setAfterSearchFilterRuleRef(ObjectRef afterSearchFilterRuleRef)
Set the search list rule's object ref |
void |
setObjectRefList(java.util.List objectRefList)
Set the list of controlled object refs |
void |
setSearchContext(java.lang.String searchContext)
Set the search context string |
void |
setSearchContextRuleRef(ObjectRef searchContextRuleRef)
Set the search context rule's object ref |
void |
setSearchFilter(java.lang.String searchFilter)
Set the search filter string |
void |
setSearchFilterRuleRef(ObjectRef searchFilterRuleRef)
Set the search filter rule's object ref |
void |
setType(java.lang.String type)
Set the object type |
void |
setType(Type type)
Set the object type |
void |
toXml(java.lang.StringBuffer b)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AdminRole.ControlledObjects()
public AdminRole.ControlledObjects(org.w3c.dom.Element e) throws WavesetException
Method Detail |
public Type getType()
public void setType(java.lang.String type) throws WavesetException
WavesetException
public void setType(Type type)
public java.util.List getObjectRefList()
public void setObjectRefList(java.util.List objectRefList)
public java.lang.String getSearchContext()
public void setSearchContext(java.lang.String searchContext)
public ObjectRef getSearchContextRuleRef()
public void setSearchContextRuleRef(ObjectRef searchContextRuleRef)
public java.lang.String getSearchFilter()
public void setSearchFilter(java.lang.String searchFilter)
public ObjectRef getSearchFilterRuleRef()
public void setSearchFilterRuleRef(ObjectRef searchFilterRuleRef)
public ObjectRef getAfterSearchFilterRuleRef()
public void setAfterSearchFilterRuleRef(ObjectRef afterSearchFilterRuleRef)
public void toXml(java.lang.StringBuffer b)
public void parseXml(org.w3c.dom.Element e) throws WavesetException
WavesetException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |