Deprecated Methods |
com.novell.emframe.dev.PropertyBookPage.apply(TaskContext, Properties)
Use commit(PropertyPageContext context) instead |
com.novell.emframe.dev.PropertyBookPage.canCommit(TaskContext, Properties)
Use canCommit(PropertyPageContext context) instead |
com.novell.emframe.dev.AuthenticationBroker.createAuthenticationBroker(String, String, String, String, String, boolean, ManagementServiceSet, String)
In iManager 2.5, there is no concept of a portal tree. Use the other createAuthenticationBroker
instead without the portalTreename variable. |
com.novell.emframe.dev.PluginContext.createDocument(String)
As of iManager 2.5, convert BaseGadgetInstance calls to Task |
com.novell.admin.ns.AdminNamespace.createNSObject(ObjectEntry, Vector, long)
Please use createNSObject(ObjectEntry objEntry, Vector attributes). |
com.novell.emframe.dev.Task.execute(HttpServletRequest)
As of iManager 2.0, use execute(TaskContext context, Properties resultStrings) |
com.novell.emframe.dev.Task.execute(HttpServletRequest, HttpServletResponse)
As of iManager 2.0, use execute(TaskContext context, Properties resultStrings) |
com.novell.emframe.dev.PluginContext.getBaseGadgetInstance()
As of iManager 2.5. Will be removed at future date. |
com.novell.emframe.dev.PluginContext.getBrowserLocale()
As of iManager 2.5, use getLocale instead. Will be removed at a later date. |
com.novell.emframe.dev.PluginContext.getDocument()
As of iManager 2.5, convert BaseGadgetInstance calls to Task |
com.novell.emframe.dev.PluginContext.geteMFrameConfigProperties()
As of iManager 2.5, use com.novell.emframe.dev.config.SystemConfig instead |
com.novell.emframe.dev.PluginContext.getHttpServletRequest()
As of iManager 2.5, use getRequest instead. Will be removed at a later date. |
com.novell.emframe.dev.PluginContext.getManagementServiceSet()
As of iManager 2.5, use getAuthenticator. |
com.novell.application.console.snapin.ObjectEntry.getObjectTypes()
As of ConsoleOne version 1.2, use ObjectEntry.getSubTypes() instead. |
com.novell.emframe.dev.DirPropertyBook.getPrimaryTarget()
call getNSObject and getMooManager instead. |
com.novell.emframe.dev.PluginContext.getProviderProperties()
As of iManager 2.5, use SystemConfig instead. |
com.novell.emframe.dev.PluginContext.getResultStrings()
As of iManager 2.5, in Task.execute( TaskContext context, Properties resultStrings ) instead of
putting the key/value pairs in the Properties object, simply put them as attributes on the HttpServletRequest
object. |
com.novell.emframe.dev.GlobalRegistry.getRolesInCategory(String)
Replaced by getRolesInView() |
com.novell.emframe.dev.PluginContext.getSessionCache()
As of iManager 2.5, use getAttribute, setAttribute, removeAttribute. |
com.novell.emframe.dev.ManagementServiceSet.getSessionCache()
The newer getAttribute(), setAttribute, and removeAttribute() calls should be used. |
com.novell.admin.ns.nds.NDSSchemaDefinition.getUnexpandedClassDefinition(String)
Use SchemaDefinition.getRawClassDefinition() which returns the
more generic ClassDefinition object. |
com.novell.admin.ns.nds.NDSAttributeDefinition.isHidden()
Use method in NDSAttributeFlags. |
com.novell.emframe.dev.Task.isPluginAvailable(PluginContext, Document)
As of iManager 2.0, use shouldRun() instead. |
com.novell.admin.ns.nds.NDSAttributeDefinition.isReadOnly()
Use method in NDSAttributeFlags. |
com.novell.admin.ns.nds.NDSAttributeDefinition.isSingleValued()
Use method in NDSAttributeFlags. |
com.novell.emframe.dev.AuthenticationBroker.isUsingNPSTree()
No replacement since NPS has been removed in iManager 2.5. |
com.novell.emframe.dev.PluginContext.isXml()
As of iManager 2.5, convert XML/XSL Tasks to JSP |
com.novell.emframe.dev.eMFrameUtils.out(Document)
As of iManager 2.5. Will be removed. Use D.log(org.w3c.dom.Document doc) |
com.novell.emframe.dev.PropertyBookPage.save(TaskContext, Properties)
Use cache(PropertyPageContext context) instead |
com.novell.emframe.dev.DirPropertyBookPage.save(TaskContext, Properties)
Use cache(PropertyPageContext context) instead |
com.novell.emframe.dev.eMFrameUtils.setupTargetChooser(TaskContext, Properties, String[])
use setupTargetChooser( context, objectTypeNames ) |
com.novell.emframe.dev.PropertyBookPage.show(TaskContext, Properties)
Use show(PropertyPageContext context) instead |
com.novell.emframe.dev.DirPropertyBookPage.show(TaskContext, Properties)
Use show(PropertyPageContext context) instead |
com.novell.emframe.dev.PluginContext.storeeMFrameConfigProperty(String, String, String, boolean)
As of iManager 2.5, use SystemConfig or GeneralConfig. |