Uses of Interface
com.novell.application.console.snapin.ObjectEntryEnumeration

Packages that use ObjectEntryEnumeration
com.novell.admin.ns Provides interfaces and classes for administering namespaces through ConsoleOne. 
com.novell.admin.ns.fs.nw Provides interfaces and classes for administering the NetWare file system namespace through ConsoleOne. 
com.novell.admin.ns.jfs Provides interfaces and classes for administering a Java file system namespace through ConsoleOne. 
com.novell.admin.ns.nds Provides interfaces and classes for administering the NDS namespace through ConsoleOne. 
com.novell.admin.ns.nw Provides interfaces and classes for administering a NetWare NDS namespace through ConsoleOne. 
com.novell.application.console.snapin Provides interfaces and classes for creating and managing snap-ins to the ConsoleOne shell. 
 

Uses of ObjectEntryEnumeration in com.novell.admin.ns
 

Fields in com.novell.admin.ns declared as ObjectEntryEnumeration
protected  ObjectEntryEnumeration MOOManager.oeEnumeration
          The associated ObjectEntryEnumeration.
 

Methods in com.novell.admin.ns that return ObjectEntryEnumeration
 ObjectEntryEnumeration MOOManager.getObjectEntryEnumeration()
           
 ObjectEntryEnumeration AdminNamespace.getChildren(ObjectEntry obj)
          Returns an ObjectEntry's child objects.
 ObjectEntryEnumeration AdminNamespace.getChildren(ObjectEntry obj, ResultModifier modifiers)
          Returns an ObjectEntry's child objects according to a filtered request.
 

Methods in com.novell.admin.ns with parameters of type ObjectEntryEnumeration
 void MOOManager.setObjectEntryEnumeration(ObjectEntryEnumeration inoeEnumeration)
           
 

Constructors in com.novell.admin.ns with parameters of type ObjectEntryEnumeration
MOOManager.MOOManager(ObjectEntry inTreeOE, ObjectEntryEnumeration inoeEnumeration)
          Constructor.
 

Uses of ObjectEntryEnumeration in com.novell.admin.ns.fs.nw
 

Methods in com.novell.admin.ns.fs.nw that return ObjectEntryEnumeration
 ObjectEntryEnumeration NWFSNamespace.getChildren(ObjectEntry obj, ResultModifier modifiers)
          Gets the subordinate objects from an ObjectEntry.
 

Uses of ObjectEntryEnumeration in com.novell.admin.ns.jfs
 

Methods in com.novell.admin.ns.jfs that return ObjectEntryEnumeration
 ObjectEntryEnumeration LocalVolumesNamespace.getChildren(ObjectEntry obj,  context)
           
 ObjectEntryEnumeration LocalVolumesNamespace.getChildren(ObjectEntry oe)
           
 ObjectEntryEnumeration LocalVolumesNamespace.getChildren(ObjectEntry oe, ResultModifier modifiers)
           
 ObjectEntryEnumeration LocalVolumesNamespace.getChildContainers(ObjectEntry parent, ResultModifier modifier)
           
 

Uses of ObjectEntryEnumeration in com.novell.admin.ns.nds
 

Methods in com.novell.admin.ns.nds that return ObjectEntryEnumeration
 ObjectEntryEnumeration NDSNamespace.getChildContainers(ObjectEntry parent, ResultModifier modifiers)
          Retrieves the child container objects for a given container object.
 

Constructors in com.novell.admin.ns.nds with parameters of type ObjectEntryEnumeration
NDSMOOManagerImpl.NDSMOOManagerImpl(ObjectEntry inTreeOE, ObjectEntryEnumeration inoeEnumeration)
          Constructor.
 

Uses of ObjectEntryEnumeration in com.novell.admin.ns.nw
 

Classes in com.novell.admin.ns.nw that implement ObjectEntryEnumeration
 class NetWareNamespace.NetWareObjectEntryEnumeration
          This class provides the utility to enumerate over an object children.
 

Methods in com.novell.admin.ns.nw that return ObjectEntryEnumeration
 ObjectEntryEnumeration NetWareNamespace.getChildContainers(ObjectEntry parent, ResultModifier modifier)
          Gets the subordinate objects from an ObjectEntry.
 

Uses of ObjectEntryEnumeration in com.novell.application.console.snapin
 

Subinterfaces of ObjectEntryEnumeration in com.novell.application.console.snapin
 interface BrowserObjectEntryEnumeration
          Provides a browser ObjectEntry enumeration.
 interface IndexedObjectEntryEnumeration
          Provides an indexed ObjectEntry enumeration.
 interface VirtualObjectEntryEnumeration
          Provides a virtual ObjectEntry enumeration.
 

Classes in com.novell.application.console.snapin that implement ObjectEntryEnumeration
 class AutoPromoteObjectEntryEnumeration
          Creates an enumeration of ObjectEntry objects that are containers, that have a view registered to them, or that have been federated.
 class DefaultBrowserObjectEntryEnumeration
           
 class DefaultChildContainersObjectEntryEnumeration
          Converts an ObjectEntry array, vector, or enumeration to an ObjectEntry Enumeration that can be returned from the getChildContainers() methods of the NamespaceSnapin interfaces.
 class DefaultIndexedObjectEntryEnumeration
          Converts an ObjectEntryEnumeration object into an enumeration that supports positioning to an entry, getting next and previous entries, and support for type down.
 class DefaultObjectEntryEnumeration
          Converts an array, vector or enumeration of ObjectEntrys to an ObjectEntryEnumeration that can be returned from the getChildren() and getChildContainer() methods of the NamespaceSnapin interface.
 class DefaultVirtualObjectEntryEnumeration
          Provides an implementation of VirtualObjectEntryEnumeration.
 class ResultModifiedEnumeration
          Converts an ObjectEntry array, vector or enumeration to an ObjectEntry Enumeration that can be returned from the getChildren() methods of the NamespaceSnapin or ExtendChildrenSnapin interfaces.
 class SortModifiedEnumeration
          Converts an ObjectEntry array, vector or enumeration to an ObjectEntry Enumeration that can be returned from the getChildren() methods of the NamespaceSnapin or ExtendChildrenSnapin interfaces.
 

Methods in com.novell.application.console.snapin that return ObjectEntryEnumeration
 ObjectEntryEnumeration NamespaceSnapin.getChildren(ObjectEntry parent, ResultModifier modifier)
          Returns an enumeration for subordinate objects (children).
 ObjectEntryEnumeration NamespaceSnapin.getChildContainers(ObjectEntry parent, ResultModifier modifier)
          Returns an enumeration for subordinate container objects (children).
 ObjectEntryEnumeration Shell.getChildren(ObjectEntry entry)
          Deprecated. As of ConsoleOne version 1.2, use Shell.getChildren(ObjectEntry, ResultModifier) instead.
 ObjectEntryEnumeration Shell.getChildren(ObjectEntry entry, ResultModifier resultModifier)
          Returns the enumeration of children for an ObjectEntry.
 ObjectEntryEnumeration Shell.getChildContainers(ObjectEntry entry, ResultModifier resultModifier)
          Returns an ObjectEntry's children that should appear in the tree.
 ObjectEntryEnumeration DefaultObjectEntryCollection.elements()
          Returns an enumeration representing the contained selection.
 ObjectEntryEnumeration ObjectEntryCollection.elements()
          Returns an enumeration representing the contained selection.
 

Methods in com.novell.application.console.snapin with parameters of type ObjectEntryEnumeration
 void DefaultObjectEntryCollection.addEntries(ObjectEntryEnumeration oee, boolean allowDuplicates)
          Adds objects to a collection, allowing duplicates.
 void DefaultObjectEntryCollection.removeEntries(ObjectEntryEnumeration oee, boolean removeDuplicates)
           
 

Constructors in com.novell.application.console.snapin with parameters of type ObjectEntryEnumeration
BaseDefaultVirtualEnumeration.BaseDefaultVirtualEnumeration(ObjectEntryEnumeration oee, Shell shell)
          Constructs a BaseDefaultVirtualEnumeration object.
DefaultIndexedObjectEntryEnumeration.DefaultIndexedObjectEntryEnumeration(ObjectEntryEnumeration oee, Shell shell)
          Constructs the DefaultIndexedObjectEntryEnumeration object.
DefaultBrowserObjectEntryEnumeration.DefaultBrowserObjectEntryEnumeration(ObjectEntryEnumeration oee, Shell shell)
          Constructs the DefaultBrowserObjectEntryEnumeration object.
SortModifiedEnumeration.SortModifiedEnumeration(ObjectEntryEnumeration oeEnum, ResultModifier modifier)
          Creates a SortModifiedEnumeration from an ObjectEntryEnumeration.
DefaultVirtualObjectEntryEnumeration.DefaultVirtualObjectEntryEnumeration(ObjectEntryEnumeration oee, Shell shell)
          Constructs the DefaultVirtualObjectEntryEnumeration.
ResultModifiedEnumeration.ResultModifiedEnumeration(ObjectEntryEnumeration oeEnum, ResultModifier modifier)
          Creates a ResultModifiedEnumeration from an ObjectEntryEnumeration.
 



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