Decision Center API

Deprecated API


Contents
Deprecated Classes
ilog.rules.webui.dt.IlrDTWTable
          use ilog.rules.webui.dtable.IlrDTWTable instead 
ilog.rules.webui.dt.IlrDTWTableView
          use IlrDTWTableView instead 
ilog.rules.webui.IlrWDefaultTokenActionManager
          Use IlrWDefaultValueEditorActionManager instead. 
ilog.rules.teamserver.web.beans.IlrWebAccessBean
          Use ManagerBean instead. 
ilog.rules.webui.IlrWTokenActionManager
          Use IlrWValueEditorActionManager instead. 
ilog.rules.teamserver.web.tree.taglib.renderer.IlrYUITreeRenderer
          replaced by IlrUITreeRenderer. 
 

Deprecated Methods
ilog.rules.teamserver.model.IlrBaselineManagementFacility.changeVersionInBaseline(IlrElementHandle, IlrElementVersion, IlrBaseline)
          Equivalent function no longer available. 
ilog.rules.teamserver.model.IlrBaselineManagementFacility.cloneToBranch(IlrBaseline, String)
          Use cloneToBranch(IlrBaseline baselineSource, String name, boolean includeDependencies) (with includeDependencies = false) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.copyTo(IlrSession, IlrPackageElement, IlrRulePackage)
          Use IlrSession.copyTo instead 
ilog.rules.teamserver.model.IlrSessionHelper.createActionRule(IlrSession)
          Use newActionRule(IlrSession) instead. 
ilog.rules.teamserver.model.IlrBaselineManagementFacility.createBaselineFromCurrentState(String)
          Use createBaselineFromCurrentState(String name, String documentation) instead. 
ilog.rules.teamserver.model.IlrBaselineManagementFacility.createBaselineFromCurrentState(String, boolean, IlrBaselineKind)
          Use createBaselineFromCurrentState(String name, String documentation, boolean includeDependencies, IlrBaselineKind baselineKind) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createBOM(IlrSession)
          Use #newBOM(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createBOM2XOMMapping(IlrSession)
          Use #newBOM2XOMMapping(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createExtractor(IlrSession)
          Use #newExtractor(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createFunction(IlrSession)
          Use #newFunction(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createParameter(IlrSession)
          Use #newParameter(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createProject(IlrSession, String)
          Use createRuleProject() instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createQuery(IlrSession)
          Use #newQuery(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createRuleflow(IlrSession)
          Use #newRuleflow(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createRulePackage(IlrSession)
          Use #newRulePackage(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createRuleProject(IlrSession, String, String)
          Replaced by IlrSessionHelper.createRuleProject(IlrSession, String) and IlrSessionHelper.createEventProject(IlrSession, String) 
ilog.rules.teamserver.model.IlrBaselineManagementFacility.createSnapshotFromElement(String, String, IlrElementHandle)
          Creates a snapshot that references all elements that were available at the time the given element handle was updated. New method createSnapshotFromElementVersion() should be used instead of this one. This new method can handle deleting of elements, which is not the case with createSnapshotFromElement(). 
ilog.rules.teamserver.model.IlrSessionHelper.createTag(IlrSession)
          Use #newTag(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createTechnicalrule(IlrSession)
          Use #newTechnicalrule(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createTemplate(IlrSession)
          Use #newTemplate(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createVariable(IlrSession)
          Use #newVariable(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createVariableSet(IlrSession)
          Use #newVariableSet(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createView(IlrSession)
          Use #newSmartView(IlrSession) instead. 
ilog.rules.teamserver.model.IlrSessionHelper.createVocabulary(IlrSession)
          Use #newVocabulary(IlrSession) instead. 
ilog.rules.teamserver.web.tree.IlrTreeLabelProvider.getCSSClass(IlrTreeNode)
          replaced by IlrTreeLabelProvider.getIconCls(IlrTreeNode) 
ilog.rules.teamserver.model.IlrCommitableObject.getDeletedElement(EReference)
          : use getMonoValuedDeletedElement or getMultiValuedDeletedElement instead. Gets the contained element or the set of contained elements to delete.

 

ilog.rules.teamserver.web.beans.ManagerBean.getDetailsURL(IlrElementHandle)
          replaced by ManagerBean.getPermanentLinkHelper() 
ilog.rules.teamserver.model.IlrSessionHelper.getDetailsURL(IlrSession, IlrElementHandle)
          Use IlrSessionHelper#getDetailsURL() instead. 
ilog.rules.teamserver.model.IlrSessionHelper.getDetailsURL(IlrSession, String, String, IlrElementHandle)
          Use IlrPermanentLinkHelper instead. 
ilog.rules.teamserver.brm.IlrRuleflow.getDiagram()
          You should now get the ruleflow model through ilog.rules.teamserver.brm.IlrRuleflow.getRFModel() and introspect its content through the new ruleflow APIs. 
ilog.rules.webui.IlrWDefaultValueEditorActionManager.getDialogPane()
          Use addToDialogPane instead. 
ilog.rules.webui.IlrWDefaultTokenActionManager.getDialogPane()
          Use addToDialogPane instead. 
ilog.rules.teamserver.model.permalink.IlrPermanentLinkHelper.getElementDetailsURL(String, String, IlrElementHandle)
          Use IlrPermanentLinkHelper.getElementDetailsURL(String, IlrElementHandle, IlrElementHandle) 
ilog.rules.teamserver.model.permalink.IlrPermanentLinkHelper.getElementDetailsURL(String, String, IlrElementHandle, boolean)
          Use IlrPermanentLinkHelper.getElementDetailsURL(String, IlrElementHandle, IlrElementHandle) 
ilog.rules.teamserver.model.permalink.IlrPermanentLinkHelper.getElementVersionDetailsURL(String, String, IlrElementHandle, IlrElementVersion)
          Use IlrPermanentLinkHelper.getElementVersionDetailsURL(String, IlrElementHandle, IlrElementHandle, IlrElementVersion). 
ilog.rules.teamserver.model.permalink.IlrPermanentLinkHelper.getElementVersionDetailsURL(String, String, IlrElementHandle, IlrElementVersion, boolean)
          Use IlrPermanentLinkHelper.getElementVersionDetailsURL(String, IlrElementHandle, IlrElementHandle, IlrElementVersion) 
ilog.rules.teamserver.brm.IlrRuleflow.getFinalActions()
          You should now get the ruleflow model through ilog.rules.teamserver.brm.IlrRuleflow.getRFModel() and introspect its content through the new ruleflow APIs. 
ilog.rules.teamserver.web.beans.LinkBean.getGenerateReport()
          Use getGenerateHtmlReport instead. 
ilog.rules.teamserver.brm.IlrRuleflow.getInitialActions()
          You should now get the ruleflow model through ilog.rules.teamserver.brm.IlrRuleflow.getRFModel() and introspect its content through the new ruleflow APIs. 
ilog.rules.teamserver.brm.IlrBrmPackage.getModelElement_CreatedBy()
          replaced by getBasicModelElement_CreatedBy() 
ilog.rules.teamserver.brm.IlrBrmPackage.getModelElement_CreatedOn()
          replaced by getBasicModelElement_CreatedOn() 
ilog.rules.teamserver.brm.IlrBrmPackage.getModelElement_LastChangedBy()
          replaced by getBasicModelElement_LastChangedBy() 
ilog.rules.teamserver.brm.IlrBrmPackage.getModelElement_LastChangedOn()
          replaced by getBasicModelElement_LastChangedOn() 
ilog.rules.teamserver.model.IlrCommitableObject.getModifiedElement(EReference)
          : use getMonoValuedModifiedElement or getMultiValuedModifiedElement instead. Gets the contained element or the set of contained elements to commit together with the root element.

 

ilog.rules.teamserver.model.IlrSessionHelper.getPath(IlrElementHandle, String)
          Use #getPath(session, handle, baseline) instead 
ilog.rules.teamserver.model.permalink.IlrPermanentLinkHelper.getProjectURL(String, String)
          Use IlrPermanentLinkHelper.getProjectURL(String, IlrElementHandle). 
ilog.rules.teamserver.model.permalink.IlrPermanentLinkHelper.getReportURL(String, String)
          Use IlrPermanentLinkHelper.getReportURL(String, IlrElementHandle). 
ilog.rules.teamserver.brm.IlrRuleflow.getScopes()
          You should now get the ruleflow model through ilog.rules.teamserver.brm.IlrRuleflow.getRFModel() and introspect its content through the new ruleflow APIs. 
ilog.rules.teamserver.brm.IlrRuleflow.getScopes(IlrElementVersion)
          You should now get the ruleflow model through ilog.rules.teamserver.brm.IlrRuleflow.getRFModel() and introspect its content through the new ruleflow APIs. 
ilog.rules.teamserver.brm.IlrRuleflow.getTasks()
          You should now get the ruleflow model through ilog.rules.teamserver.brm.IlrRuleflow.getRFModel() and introspect its content through the new ruleflow APIs. 
ilog.rules.teamserver.brm.IlrRuleflow.getTasks(IlrElementVersion)
          You should now get the ruleflow model through ilog.rules.teamserver.brm.IlrRuleflow.getRFModel() and introspect its content through the new ruleflow APIs. 
ilog.rules.webui.dt.IlrDTWTableComponent.initProperties(Locale)
            
ilog.rules.teamserver.model.IlrSessionHelper.makeVariableProvider(IlrSession)
          Use IlrSession#getWorkingVariableProvider() instead. 
ilog.rules.teamserver.model.IlrBaselineManagementFacility.removeFromBaseline(IlrElementHandle, IlrBaseline)
          Make sure the baseline is not frozen, and then use deleteFromBranch(). 
ilog.rules.teamserver.model.IlrBaselineManagementFacility.restoreBaseline(IlrBaseline)
          Use restoreBaseline(String name, String comment) instead. 
ilog.rules.webui.IlrWSyntacticEditor.setApplication(String)
            
ilog.rules.webui.IlrWSyntacticEditor.setBRLRuleElement(IlrBRLRuleElement, IlrVocabulary)
          Replaced by IlrWSyntacticEditor.setBRLRuleElement(IlrWBRLSyntacticRuleElement, Locale) 
ilog.rules.teamserver.web.beans.LinkBean.setGenerateReport(IlrUICommandModel)
          Use setGenerateHtmlReport instead 
ilog.rules.teamserver.model.IlrCommitableObject.setUpdateMajorVersion(boolean)
          should customize IlrSessionController.getNextVersion(). Indicates whether the commit must update the major version of the element or not.

 

 

Deprecated Constructors
ilog.rules.webui.dtable.IlrDTWTableView(IlxWPanel, IlrDTController)
          use other constructor 
ilog.rules.teamserver.web.tree.impl.ruleexplorer.IlrPackageController(IlrSession)
          use IlrPackageController.IlrPackageController(IlrSession, IlrPackageKind) 
 


Decision Center API

© Copyright IBM Corp. 1987, 2013