A B C D E F G H I J K L M N O P R S T U V W Y

D

DateNameFacade - class com.novell.admin.ns.fs.nw.DateNameFacade.
Facade for File System Date Name syntax.
DateNameFacade(ValueList) - Constructor for class com.novell.admin.ns.fs.nw.DateNameFacade
Facade constructor
DateNameStrategy - class com.novell.admin.ns.fs.nw.DateNameStrategy.
Final class that implements the strategy for the Date Name syntax.
DateNameStrategy() - Constructor for class com.novell.admin.ns.fs.nw.DateNameStrategy
 
DateValue - class com.novell.admin.ns.DateValue.
Storage class for all syntaxes that use date and time.
DateValue(Syntax, Date) - Constructor for class com.novell.admin.ns.DateValue
Constructor that uses a Date object.
DateValue(Syntax, long) - Constructor for class com.novell.admin.ns.DateValue
Constructor that uses an integer.
DEAD - Static variable in class com.novell.admin.ns.nds.NDSReplicaState
 
DEFAULT_FILTER - Static variable in class com.novell.admin.ns.NSFilter
 
DefaultAttributeDefinition - class com.novell.admin.ns.DefaultAttributeDefinition.
Default class for attribute definitions.
DefaultAttributeDefinition(String, Syntax) - Constructor for class com.novell.admin.ns.DefaultAttributeDefinition
Constructor that assumes the attribute is not sized.
DefaultAttributeDefinition(String, Syntax, long, long) - Constructor for class com.novell.admin.ns.DefaultAttributeDefinition
Constructor that assumes the attribute is sized.
DefaultBrowserObjectEntryEnumeration - class com.novell.application.console.snapin.DefaultBrowserObjectEntryEnumeration.
 
DefaultBrowserObjectEntryEnumeration(ObjectEntryEnumeration, Shell) - Constructor for class com.novell.application.console.snapin.DefaultBrowserObjectEntryEnumeration
Constructs the DefaultBrowserObjectEntryEnumeration object.
DefaultChildContainersObjectEntryEnumeration - class com.novell.application.console.snapin.DefaultChildContainersObjectEntryEnumeration.
Converts an ObjectEntry array, vector, or enumeration to an ObjectEntry Enumeration that can be returned from the getChildContainers() methods of the NamespaceSnapin interfaces.
DefaultChildContainersObjectEntryEnumeration(Enumeration) - Constructor for class com.novell.application.console.snapin.DefaultChildContainersObjectEntryEnumeration
Creates a DefaultChildContainersObjectEntryEnumeration from an ObjectEntry enumeration.
DefaultChildContainersObjectEntryEnumeration(ObjectEntry[]) - Constructor for class com.novell.application.console.snapin.DefaultChildContainersObjectEntryEnumeration
Creates a DefaultChildContainersObjectEntryEnumeration from an ObjectEntry array.
DefaultChildContainersObjectEntryEnumeration(Vector) - Constructor for class com.novell.application.console.snapin.DefaultChildContainersObjectEntryEnumeration
Creates a DefaultChildContainersObjectEntryEnumeration from an ObjectEntry vector.
DefaultClassDefinition - class com.novell.admin.ns.DefaultClassDefinition.
This class represents the schema definition for a particular class.
DefaultClassDefinition(String, String[], AttributeDefinition[], AttributeDefinition[], AttributeDefinition[]) - Constructor for class com.novell.admin.ns.DefaultClassDefinition
Constructor - Creates a class definition for a class.
DefaultClassDefinition(String, String[], AttributeDefinition[], AttributeDefinition[], AttributeDefinition[], boolean, boolean, boolean, boolean) - Constructor for class com.novell.admin.ns.DefaultClassDefinition
Constructor - Creates a class definition for a class.
DefaultIndexedObjectEntryEnumeration - class com.novell.application.console.snapin.DefaultIndexedObjectEntryEnumeration.
Converts an ObjectEntryEnumeration object into an enumeration that supports positioning to an entry, getting next and previous entries, and support for type down.
DefaultIndexedObjectEntryEnumeration(ObjectEntryEnumeration, Shell) - Constructor for class com.novell.application.console.snapin.DefaultIndexedObjectEntryEnumeration
Constructs the DefaultIndexedObjectEntryEnumeration object.
DefaultMenuItem - class com.novell.application.console.snapin.DefaultMenuItem.
Identifies the popup menu item that should be executed when an ObjectEntry is double clicked in the view.
DefaultMenuItem() - Constructor for class com.novell.application.console.snapin.DefaultMenuItem
Creates a DefaultMenuItem with no set text or icon.
DefaultMenuItem(Icon) - Constructor for class com.novell.application.console.snapin.DefaultMenuItem
Creates a DefaultMenuItem with an icon.
DefaultMenuItem(String) - Constructor for class com.novell.application.console.snapin.DefaultMenuItem
Creates a DefaultMenuItem with text.
DefaultMenuItem(String, Icon) - Constructor for class com.novell.application.console.snapin.DefaultMenuItem
Creates a DefaultMenuItem with the set text and icon.
DefaultMenuItem(String, int) - Constructor for class com.novell.application.console.snapin.DefaultMenuItem
Creates a DefaultMenuItem with the specified text and keyboard mnemonic.
DefaultNSObject - class com.novell.admin.ns.DefaultNSObject.
Memory model for objects stored in a namespace.
DefaultNSObject(ObjectEntry, Vector, long) - Constructor for class com.novell.admin.ns.DefaultNSObject
Constructor.
DefaultObjectEntryCollection - class com.novell.application.console.snapin.DefaultObjectEntryCollection.
Provides the icons associated with a specified ObjectEntry or ObjectType.
DefaultObjectEntryCollection() - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryCollection
Creates an empty collection.
DefaultObjectEntryCollection(ObjectEntry) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryCollection
Creates a collection from a single entry.
DefaultObjectEntryCollection(ObjectEntry[]) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryCollection
Creates a collection from an array of entries.
DefaultObjectEntryCollection(ObjectEntry[], boolean) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryCollection
Creates a collection that allows duplicates from an array of entries.
DefaultObjectEntryCollection(ObjectEntry, boolean) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryCollection
Creates a collection from a single object that may allow duplicates.
DefaultObjectEntryEnumeration - class com.novell.application.console.snapin.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.
DefaultObjectEntryEnumeration() - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryEnumeration
Creates an empty DefaultObjectEntryEnumeration.
DefaultObjectEntryEnumeration(Enumeration) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryEnumeration
Create a DefaultObjectEntryEnumeration from an Enumeration of ObjectEntrys.
DefaultObjectEntryEnumeration(ObjectEntry) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryEnumeration
This is a convenience constructor for creating an ObjectEntryEnumeration with a single entry.
DefaultObjectEntryEnumeration(ObjectEntry[]) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryEnumeration
Creates a DefaultObjectEntryEnumeration from an array of ObjectEntrys.
DefaultObjectEntryEnumeration(Vector) - Constructor for class com.novell.application.console.snapin.DefaultObjectEntryEnumeration
Creates a DefaultObjectEntryEnumeration from a Vector of ObjectEntrys.
DefaultSchemaDefinition - class com.novell.admin.ns.DefaultSchemaDefinition.
This is the base class that represents an in-memory model of an entire schema definition.
DefaultSchemaDefinition() - Constructor for class com.novell.admin.ns.DefaultSchemaDefinition
Constructor.
DefaultVirtualObjectEntryEnumeration - class com.novell.application.console.snapin.DefaultVirtualObjectEntryEnumeration.
Provides an implementation of VirtualObjectEntryEnumeration.
DefaultVirtualObjectEntryEnumeration(ObjectEntryEnumeration, Shell) - Constructor for class com.novell.application.console.snapin.DefaultVirtualObjectEntryEnumeration
Constructs the DefaultVirtualObjectEntryEnumeration.
DEL_EVENT - Static variable in class com.novell.admin.ns.NSObjectEvent
 
delete(ObjectEntry) - Method in interface com.novell.admin.ns.AdminNamespace
Deletes an object from the namespace.
delete(ObjectEntry, ObjectEntry) - Method in interface com.novell.admin.ns.nds.NDSNamespace
Deletes an object from the namespace.
deleteAssociation(RBSAssociation, NSObject, NSObject, NSObject) - Static method in class com.novell.admin.rbs.RBSUtil
Given a RBSAssociation and the NSObjects representing the object and Role, deletes the association.
deleteAttribute(String) - Method in class com.novell.admin.ns.NSObject
Deletes a currently valued attribute of this object.
deleteAttribute(String) - Method in class com.novell.admin.ns.DefaultNSObject
Deletes a currently valued attribute of this object.
deleteAttributeDefinition(AttributeDefinition) - Method in interface com.novell.admin.ns.Schema
Deletes the attribute definition from NDS.
deleteAuxiliaryClassDefinition(ClassDefinition) - Method in class com.novell.admin.ns.NSObject
Deletes an auxiliary class Definition.
deleteAuxiliaryClassDefinition(ClassDefinition) - Method in class com.novell.admin.ns.DefaultNSObject
Deletes an auxiliary class definition.
deleteAuxiliaryClassDefinition(ClassDefinition) - Method in class com.novell.admin.ns.nds.NDSObject
Deletes an auxiliary class definition.
deleteClassDefinition(ClassDefinition) - Method in interface com.novell.admin.ns.Schema
Deletes the class definition from NDS.
deleteClassDefinition(String) - Method in class com.novell.admin.ns.fs.nw.NWFSSchemaDefinition
Delete classes from the schema.
deleteContent(RBSObject[]) - Method in class com.novell.admin.rbs.RBSRole
Deletes the given tasks from the role.
deleteContentMembership(RBSObject[]) - Method in class com.novell.admin.rbs.RBSTask
Deletes this content member from the given objects.
deletedAttributes - Variable in class com.novell.admin.ns.NSObject
Running list of deleted attributes.
deletedFileClassDef - Static variable in class com.novell.admin.ns.fs.nw.NWFSClassDefinition
 
deletedFileClassName - Static variable in class com.novell.admin.ns.fs.nw.NWFSClassDefinition
 
deletedFileInfoDef - Static variable in class com.novell.admin.ns.fs.nw.NWFSAttributeDefinition
 
DeletedFileInfoFacade - class com.novell.admin.ns.fs.nw.DeletedFileInfoFacade.
Facade for File System Deleted File Information syntax.
DeletedFileInfoFacade(ValueList) - Constructor for class com.novell.admin.ns.fs.nw.DeletedFileInfoFacade
Facade constructor
deletedFileInfoName - Static variable in class com.novell.admin.ns.fs.nw.NWFSAttributeDefinition
 
DeletedFileInfoStrategy - class com.novell.admin.ns.fs.nw.DeletedFileInfoStrategy.
Final class that implements the strategy for the Deleted File Information syntax.
DeletedFileInfoStrategy() - Constructor for class com.novell.admin.ns.fs.nw.DeletedFileInfoStrategy
 
deleteDirectRoleAssociations(RBSAssociation[]) - Method in class com.novell.admin.rbs.RBSAssociatedObject
Deletes assocations from this object.
deleteDN(ObjectEntry, NSObject, String, ObjectEntry[]) - Static method in class com.novell.admin.rbs.NSModel
Deletes from the DNs of an attribute the given ObjectEntries
deletedValues - Variable in class com.novell.admin.ns.ObjectAttribute
 
deleteMembers(RBSAssociation[]) - Method in class com.novell.admin.rbs.RBSRole
Deletes the given members from the role.
deleteObjectOperation(String) - Method in class com.novell.admin.ns.MOOManager
 
deleteOwnedRoles(RBSRole[]) - Method in class com.novell.admin.rbs.RBSAssociatedObject
Deletes roles from the Owned Roles for the object.
deleteOwners(ObjectEntry[]) - Method in class com.novell.admin.rbs.RBSRole
Delete the given owner objects from the role.
deleteReplica(ObjectEntry, String) - Method in interface com.novell.admin.ns.PartitionService
Deletes a replica of a specified partition.
deleteRights(RBSRights[]) - Method in class com.novell.admin.rbs.RBSTask
Deletes the task rights for the task.
deleteStrings(ObjectEntry, NSObject, String, String[]) - Static method in class com.novell.admin.rbs.NSModel
Deletes the given strings from a given attribute.
deleteValueComponents(ObjectEntry, NSObject, String, ValueComponent[]) - Static method in class com.novell.admin.rbs.NSModel
Deletes the given ValueComponents from the specified attribute.
DEPTH_ALL_SUBCONTAINERS - Static variable in class com.novell.application.console.snapin.InvalidateCacheEvent
A possible value for this events depth indicating that the ObjectEntry associated with this event and all of its children and their children's children, etc., should have their cache invalidated.
DEPTH_ENTIRE_TREE - Static variable in class com.novell.application.console.snapin.InvalidateCacheEvent
A possible value for this events depth indicating that the entire tree should have its cache invalidated.
DEPTH_IMMEDIATE_CHILDREN - Static variable in class com.novell.application.console.snapin.InvalidateCacheEvent
A possible value for this events depth indicating that the ObjectEntry associated with this event and its immediate children only should have their cache invalidated.
DEPTH_SINGLE_ENTRY - Static variable in class com.novell.application.console.snapin.InvalidateCacheEvent
A possible value for this events depth indicating that only the ObjectEntry associated with this event should have its cache invalidated.
DESCRIPTION - Static variable in class com.novell.admin.rbs.RBSConstants
 
DETAILS - Static variable in class com.novell.utility.nmsgbox.NMsgBox
[Details] button identifier.
directoryClassDef - Static variable in class com.novell.admin.ns.fs.FSClassDefinition
 
directoryClassName - Static variable in class com.novell.admin.ns.fs.FSClassDefinition
 
directoryClassName - Static variable in class com.novell.admin.ns.jfs.JFSClassDefinition
 
DirectoryEntryInfoFacade - class com.novell.admin.ns.fs.nw.DirectoryEntryInfoFacade.
Facade for File System Directory Entry Info syntax.
DirectoryEntryInfoFacade(ValueList) - Constructor for class com.novell.admin.ns.fs.nw.DirectoryEntryInfoFacade
Facade constructor
DirectoryEntryInfoStrategy - class com.novell.admin.ns.fs.nw.DirectoryEntryInfoStrategy.
Final class that implements the strategy for the Directory Entry Info syntax.
DirectoryEntryInfoStrategy() - Constructor for class com.novell.admin.ns.fs.nw.DirectoryEntryInfoStrategy
 
DirectorySpaceInfoFacade - class com.novell.admin.ns.fs.nw.DirectorySpaceInfoFacade.
Facade for File System Directory Space Info syntax.
DirectorySpaceInfoFacade(ValueList) - Constructor for class com.novell.admin.ns.fs.nw.DirectorySpaceInfoFacade
Facade constructor
DirectorySpaceInfoStrategy - class com.novell.admin.ns.fs.nw.DirectorySpaceInfoStrategy.
Final class that implements the strategy for the Directory Space Info syntax.
DirectorySpaceInfoStrategy() - Constructor for class com.novell.admin.ns.fs.nw.DirectorySpaceInfoStrategy
 
dirEntryInfoDef - Static variable in class com.novell.admin.ns.fs.FSAttributeDefinition
 
dirEntryInfoName - Static variable in class com.novell.admin.ns.fs.FSAttributeDefinition
 
dirSpaceInfoDef - Static variable in class com.novell.admin.ns.fs.FSAttributeDefinition
 
dirSpaceInfoName - Static variable in class com.novell.admin.ns.fs.FSAttributeDefinition
 
dirSpaceLimit - Static variable in class com.novell.admin.ns.fs.nw.NWFSAttributeDefinition
 
dirSpaceLimitDef - Static variable in class com.novell.admin.ns.fs.nw.NWFSAttributeDefinition
 
DisplayIconSnapin - interface com.novell.application.console.snapin.DisplayIconSnapin.
Provides the icons associated with a specified ObjectEntry or ObjectType.
DisplayNameSnapin - interface com.novell.application.console.snapin.DisplayNameSnapin.
Provides the display name associated with a specified ObjectEntry or ObjectType object.
DisplayNameSnapinRev2 - interface com.novell.application.console.snapin.DisplayNameSnapinRev2.
Provides the display name associated with a specified ObjectEntry.
displayURL(String) - Method in interface com.novell.application.console.snapin.Shell
Displays a URL in the system browser.
DNTextField - class com.novell.admin.common.ui.DNTextField.
 
DNTextField(JFrame, ObjectEntry, String, String[], boolean) - Constructor for class com.novell.admin.common.ui.DNTextField
 
doesExist(ObjectEntry, String) - Method in interface com.novell.admin.ns.AdminNamespace
Checks to see if an object exists in the namespace.
doesIconChangePerEntry(ObjectType) - Method in interface com.novell.application.console.snapin.DisplayIconSnapin
Returns a boolean indicating if the icon can change depending on the ObjectEntry of the specified ObjectType.
doSnapinsExist(Scope, SnapinContext) - Method in interface com.novell.application.console.snapin.DynamicSnapin
Returns a boolean indicating if snap-ins actually exist for the specified scope and snap-in context.
DS_ALIAS_ENTRY - Static variable in class com.novell.admin.ns.nds.ObjectFlags
 
DS_CONTAINER_ALIAS - Static variable in class com.novell.admin.ns.nds.ObjectFlags
 
DS_CONTAINER_ENTRY - Static variable in class com.novell.admin.ns.nds.ObjectFlags
 
DS_PARTITION_ROOT - Static variable in class com.novell.admin.ns.nds.ObjectFlags
 
DUAL_LIST - Static variable in class com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel
Dual list selection interface.
DUAL_LIST - Static variable in class com.novell.application.console.util.objectentryselector.ObjectEntrySelector
Dual list selection interface.
DUPLICATE_ATTRIBUTE - Static variable in class com.novell.admin.ns.NamespaceException
Attribute is duplicated
DUPLICATE_VALUE - Static variable in class com.novell.admin.ns.NamespaceException
The value already exists in the attribute.
DYING - Static variable in class com.novell.admin.ns.nds.NDSReplicaState
 
DynamicSnapin - interface com.novell.application.console.snapin.DynamicSnapin.
Provides for the dynamic registration of snap-ins.

A B C D E F G H I J K L M N O P R S T U V W Y
API Documentation Copyright © 1998-2003 Novell, Inc. All rights reserved.
ConsoleOne is a registered trademark of Novell Inc.
Generated December 9 2003 1727.