Uses of Class
com.novell.admin.rbs.RBSObject

Packages that use RBSObject
com.novell.admin.rbs Provides interfaces and classes for administering role-based NDS services through ConsoleOne. 
 

Uses of RBSObject in com.novell.admin.rbs
 

Subclasses of RBSObject in com.novell.admin.rbs
 class RBSAssociatedObject
          Class the represents a User, Group, O or OU (anything that can have a rbsRole assigned to it.)
 class RBSExternalScope
          Class that represents a rbsExternalScope object
 class RBSModule
          Class that represents a rbsModule object
 class RBSRole
          Class that represents a rbsRole object
 class RBSTask
          Class that represents a rbsTask object
 

Methods in com.novell.admin.rbs that return RBSObject
 RBSObject[] RBSRole.getContent()
          Returns an array of rbsTask and rbsJob objects in the Role.
 RBSObject[] RBSTask.getContentMembership()
          Returns the objects that this task is a member of
 

Methods in com.novell.admin.rbs with parameters of type RBSObject
 void RBSRole.setContent(RBSObject[] content)
          Sets the tasks for the role.
 void RBSRole.addContent(RBSObject[] content)
          Adds tasks to the role.
 void RBSRole.deleteContent(RBSObject[] content)
          Deletes the given tasks from the role.
 boolean RBSRole.contains(RBSObject task)
          Checks to see if this Role has the given Task
 void RBSTask.setContentMembership(RBSObject[] content)
          Sets the objects for which this task is a content member of.
 void RBSTask.addContentMembership(RBSObject[] content)
          Adds this task to the content of the given RBSObjects
 void RBSTask.deleteContentMembership(RBSObject[] content)
          Deletes this content member from the given objects.
 



API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.