com.waveset.object
Class AdminRole.ControlledObjectSubGroup

java.lang.Object
  extended bycom.waveset.object.AdminRole.ControlledObjectSubGroup
Enclosing class:
AdminRole

public static class AdminRole.ControlledObjectSubGroup
extends java.lang.Object

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

AdminRole.ControlledObjectSubGroup

public AdminRole.ControlledObjectSubGroup()

AdminRole.ControlledObjectSubGroup

public AdminRole.ControlledObjectSubGroup(org.w3c.dom.Element e)
                                   throws WavesetException
Method Detail

getObjectGroupRef

public ObjectRef getObjectGroupRef()
Get the controlled object group ref


setObjectGroupRef

public void setObjectGroupRef(ObjectRef objectGroupRef)
Change the controlled object group ref.


getIncludeObjectRefs

public java.util.List getIncludeObjectRefs()
Get the list of object refs to include


setIncludeObjectRefs

public void setIncludeObjectRefs(java.util.List includeObjectRefs)
Change the list of object refs to include


getExcludeObjectRefs

public java.util.List getExcludeObjectRefs()
Get the list of object refs to exclude


setExcludeObjectRefs

public void setExcludeObjectRefs(java.util.List excludeObjectRefs)
Change the list of object refs to exclude


toXml

public void toXml(java.lang.StringBuffer b)

parseXml

public void parseXml(org.w3c.dom.Element e)
              throws WavesetException
Throws:
WavesetException