Deprecated API

Deprecated Classes
com.novell.application.console.snapin.scope.NamespaceMultiSelectPopupMenuScope
          As of ConsoleOne version 1.2, use the MultiSelectNamespaceScope. 
com.novell.application.console.snapin.ShellAdapter
          Replaced by ShellSelectionAdapter 
com.novell.application.console.snapin.ShellEvent
          Replaced by ShellSelectionEvent 
 

Deprecated Interfaces
com.novell.application.console.snapin.ShellListener
          Replaced by ShellSelectionListener. 
 

Deprecated Fields
com.novell.application.console.snapin.Shell.CONSOLE_VIEW
          Use CONSOLE_VIEW_CLASS_NAME instead. 
 

Deprecated Methods
com.novell.application.console.snapin.Shell.addShellListener(ShellListener)
          Replaced with addShellSelectionListener 
com.novell.admin.ns.AdminNamespace.createNSObject(ObjectEntry, Vector, long)
          Please use createNSObject(ObjectEntry objEntry, Vector attributes). 
com.novell.admin.ns.fs.FSNamespace.createObjectEntry(ObjectEntry, String)
          This routine was used to keep track of the federation point into the file system namespace. This was done in a dangerous way which could cause namespace inconsistencies. Please use getFSRootOE(ObjectEntry federationPointObject) to create initial or root ObjectEntries within the file system namespace. 
com.novell.application.console.snapin.Shell.getChildren(ObjectEntry)
          As of ConsoleOne version 1.2, use Shell.getChildren(ObjectEntry, ResultModifier) instead. 
com.novell.admin.ns.fs.FSNamespace.getFederationObjectEntry()
          This routine may return erronous results unless specific namespace routines are called in a specific sequence. It will also return incorrect results if the filesystem namespace was federated into from multiple points using now deprecated namespace calls. The file system namespace should be federated into using getFSRootOE(ObjectEntry federationPointObject). Please use getFederationObjectEntry(ObjectEntry obj) in place of this routine. 
com.novell.application.console.snapin.AbstractToolBarMenuSnapin.getMenuMnemonic()
          As of ConsoleOne version 1.2, use an ampersand (&) in the string returned from AbstractToolBarMenuSnapin.getMenuName() to specify the mnemonic. 
com.novell.admin.ns.fs.FSNamespace.getObjectEntry(String, boolean)
          This routine may return erronous results unless specific namespace routines are called in a specific sequence. It will also return incorrect results if the filesystem namespace was federated into from multiple points using now deprecated namespace calls. The file system namespace should be federated into using getFSRootOE(ObjectEntry federationPointObject). Please use getObjectEntry(ObjectEntry parentEntry, String objEntryStr) in place of this routine. 
com.novell.application.console.snapin.ObjectEntry.getObjectTypes()
          As of ConsoleOne version 1.2, use ObjectEntry.getSubTypes() instead. 
com.novell.application.console.snapin.Shell.getProperty(String)
          see #getObject() 
com.novell.application.console.snapin.Shell.getSnapins(Scope)
          As of ConsoleOne version 1.2. Use loadSnapins() instead. 
com.novell.admin.ns.nds.NDSAttributeDefinition.isHidden()
          Use method in NDSAttributeFlags. 
com.novell.admin.ns.nds.NDSAttributeDefinition.isReadOnly()
          Use method in NDSAttributeFlags. 
com.novell.admin.ns.nds.NDSAttributeDefinition.isSingleValued()
          Use method in NDSAttributeFlags. 
com.novell.application.console.snapin.Shell.launchHelp(String)
          Use the launchHelp that takes a parent window. 
com.novell.application.console.snapin.Shell.launchHelp(String, String)
          Use the launchHelp that takes a parent window. 
com.novell.application.console.snapin.Shell.launchHelpIndex()
          As of ConsoleOne version 1.2 
com.novell.application.console.snapin.Shell.postShellEvent(ShellEvent)
          Replaced with postShellEvent() 
com.novell.application.console.snapin.Shell.removeProperty(String)
          see #removeObject() 
com.novell.application.console.snapin.Shell.removeShellListener(ShellListener)
          Replaced with removeShellSelectionListener 
com.novell.application.console.snapin.Shell.saveProperties()
          see #saveSnapinProperties() 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel.setContext(ObjectEntry)
          Use setInitialContext(oe) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector.setContext(ObjectEntry)
          Use setInitialContext(contextOE) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel.setContextNavigationMode(int)
          Use setCollectionMode(int collectionMode) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector.setContextNavigationMode(int)
          Use setCollectionMode(int collectionMode). 
com.novell.application.console.snapin.Shell.setProperty(String, String)
          see #setObject() 
com.novell.application.console.snapin.Shell.synchronizeHelp()
          As of ConsoleOne version 1.2 
 

Deprecated Constructors
com.novell.application.console.util.objectentryselector.ObjectEntrySelector(Frame, ObjectEntry, int)
          Use ObjectEntrySelector(Frame parent, ObjectEntry context) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector(Frame, ObjectEntry, int, int, int, int, boolean)
          Use ObjectEntrySelector(Frame parent, ObjectEntry context) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector(Frame, ObjectEntry, ObjectEntry[])
          Use ObjectEntrySelector(Frame parent, ObjectEntry context) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector(Frame, ObjectEntry, String, ObjectType[])
          Use ObjectEntrySelector(Frame parent, ObjectEntry context) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector(Frame, ObjectEntry, String, ObjectType[], ObjectEntry[])
          Use ObjectEntrySelector(Frame parent, ObjectEntry context) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector(Frame, ObjectEntry, String, String[])
          Use ObjectEntrySelector(Frame parent, ObjectEntry context) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelector(Frame, ObjectEntry, String, String[], ObjectEntry[])
          Use ObjectEntrySelector(Frame parent, ObjectEntry context) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(boolean)
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(boolean, JButton, boolean)
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry)
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry, int)
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry, int, int, int, int, boolean)
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry, ObjectEntry[])
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntrySelector, boolean, boolean)
          Use ObjectEntrySelectorPanel(oes, displayNameField). Call init() immediately before displaying OES panel and after all desired modes have been set. 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry, String, ObjectType[])
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry, String, ObjectType[], ObjectEntry[])
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry, String, String[])
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.util.objectentryselector.ObjectEntrySelectorPanel(ObjectEntry, String, String[], ObjectEntry[])
          Use ObjectEntrySElectorPanel(okButton,selectButton,unselectButton, displayNameField) 
com.novell.application.console.snapin.ResultModifier(String, int, int, ResultModifierFilterEntry)
          As of ConsoleOne version 1.3, use constructor with new subcontainer search field. 
 



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