|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.AdminRole.ControlledObjectSubGroup
A class that contains a reference to an object group and one or more member object refs that should either be included or excluded from access.
Constructor Summary | |
AdminRole.ControlledObjectSubGroup()
|
|
AdminRole.ControlledObjectSubGroup(org.w3c.dom.Element e)
|
Method Summary | |
java.util.List |
getExcludeObjectRefs()
Get the list of object refs to exclude |
java.util.List |
getIncludeObjectRefs()
Get the list of object refs to include |
ObjectRef |
getObjectGroupRef()
Get the controlled object group ref |
void |
parseXml(org.w3c.dom.Element e)
|
void |
setExcludeObjectRefs(java.util.List excludeObjectRefs)
Change the list of object refs to exclude |
void |
setIncludeObjectRefs(java.util.List includeObjectRefs)
Change the list of object refs to include |
void |
setObjectGroupRef(ObjectRef objectGroupRef)
Change the controlled object group ref. |
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.ControlledObjectSubGroup()
public AdminRole.ControlledObjectSubGroup(org.w3c.dom.Element e) throws WavesetException
Method Detail |
public ObjectRef getObjectGroupRef()
public void setObjectGroupRef(ObjectRef objectGroupRef)
public java.util.List getIncludeObjectRefs()
public void setIncludeObjectRefs(java.util.List includeObjectRefs)
public java.util.List getExcludeObjectRefs()
public void setExcludeObjectRefs(java.util.List excludeObjectRefs)
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 |