Deprecated API

Deprecated Classes
com.onwbp.adaptation.AdaptationNode
            
com.onwbp.base.text.NomenclatureItemSeparator
          This class implies some problems regarding XML Schema concept of enumeration. 
com.onwbp.base.text.NomenclatureItemTitle
          This class implies some problems regarding XML Schema concept of enumeration. 
com.onwbp.adaptation.PrimaryKeyWildCard
          A better and more general way is to use AdaptationFilter class. 
 

Deprecated Fields
com.onwbp.base.repository.ModuleAlias.CurrentWebProcess
            
com.orchestranetworks.service.Archive.HEADER_TEMP_DOCUMENT_NAME
            
com.onwbp.adaptation.ReadContext.KEY
            
com.orchestranetworks.ui.ResourceType.MESSAGES
            
 

Deprecated Methods
com.orchestranetworks.schema.ConstraintContext.addDependency(AdaptationName, Path)
            
com.orchestranetworks.schema.ConstraintContext.addDependency(Path)
            
com.onwbp.base.text.Nomenclature.addItemSeparator(Object, String)
            
com.onwbp.base.text.Nomenclature.addItemSeparator(Object, String[])
            
com.onwbp.base.text.Nomenclature.addItemTitle(Object, String)
            
com.onwbp.base.text.Nomenclature.addItemTitle(Object, String[])
            
com.onwbp.base.text.Nomenclature.addItemTitle(Object, String[], int)
            
com.onwbp.base.text.Nomenclature.addItemTitle(Object, String, int)
            
com.onwbp.adaptation.Adaptation.checkActivable()
          This method has been replaced by Adaptation.getValidationReport(). 
com.onwbp.adaptation.AdaptationTable.computePrimaryKey(HrNode)
          Replaced by AdaptationTable.computePrimaryKey(ValueContext). 
com.onwbp.adaptation.AdaptationTable.computePrimaryKeyWildcard(Adaptation)
            
com.onwbp.adaptation.AdaptationTable.computePrimaryKeyWildcard(PrimaryKey, Path)
            
com.orchestranetworks.service.ProgrammaticService.createForLogin(String, String)
          Replaced by ProgrammaticService.createForSession(Session, AdaptationHome). 
com.orchestranetworks.instance.ValueContext.displayOccurrence(Object, Locale)
          This method is replaced by SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale) 
com.orchestranetworks.service.ProcedureContext.doCreateDeriving(PrimaryKey, HrNode, AdaptationTable)
          Replaced by ProcedureContext.doCreateDeriving(ValueContext, ValueContext, AdaptationTable). 
com.orchestranetworks.service.ProcedureContext.doCreateOcculting(PrimaryKey, AdaptationTable)
          Replaced by ProcedureContext.doCreateOcculting(ValueContext, AdaptationTable). 
com.orchestranetworks.service.ProcedureContext.doCreateOverwriting(PrimaryKey, HrNode, AdaptationTable)
          Replaced by ProcedureContext.doCreateOverwriting(ValueContext, AdaptationTable). 
com.orchestranetworks.service.ProcedureContext.doCreateRoot(SchemaLocation, AdaptationReference, OrganizationName)
          Replaced by ProcedureContext.doCreateRoot(SchemaLocation, AdaptationReference, Profile). 
com.orchestranetworks.service.ProcedureContext.doCreateRootChild(HrNode, AdaptationTable)
          Replaced by ProcedureContext.doCreateRoot(ValueContext, AdaptationTable). 
com.orchestranetworks.service.ProcedureContext.doEditionDiscard(AdaptationName)
          Since version 4.0, the notion of local edition is replaced by the more general concept of branch. This method does nothing, it just returns the adaptation specified. 
com.orchestranetworks.service.ProcedureContext.doEditionRelease(AdaptationName)
          Since version 4.0, the notion of local edition is replaced by the more general concept of branch. This method does nothing, it just returns the adaptation specified. 
com.orchestranetworks.service.ProcedureContext.doModifyContent(Adaptation, HrNode)
          Replaced by ProcedureContext.doModifyContent(Adaptation, ValueContext). 
com.orchestranetworks.service.ProcedureContext.doOptimizeByRefactoring(AdaptationName, boolean, boolean)
          Replaced by AdaptationTreeOptimizerSpec_MutualizeCommons. 
com.orchestranetworks.service.ProcedureContext.doOptimizeByRemovingDuplicates(AdaptationName, boolean, boolean)
          Replaced by AdaptationTreeOptimizerSpec_RemoveDuplicates. 
com.onwbp.adaptation.AdaptationHome.findAllAgreements(OrganizationName, Adaptation, boolean)
          Replaced by AdaptationHome.findAllAgreements(Profile, Adaptation). 
com.onwbp.adaptation.AdaptationHome.findAllChildren(Adaptation, boolean)
          Replaced by AdaptationHome.findAllChildren(Adaptation). 
com.onwbp.adaptation.AdaptationHome.findAllDescendants(Adaptation, boolean)
          Replaced by AdaptationHome.findAllDescendants(Adaptation). 
com.onwbp.adaptation.AdaptationHome.findAllRoots(boolean)
          Replaced by AdaptationHome.findAllRoots(). 
com.onwbp.adaptation.AdaptationHome.findParent(Adaptation, boolean)
          Replaced by AdaptationHome.findParent(Adaptation). 
com.orchestranetworks.instance.ValueContext.formatOccurrence(Object)
          Client code should call either SchemaNode.formatToXsString(Object) or SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale). 
com.onwbp.adaptation.ReadContext.formatValue(Path)
          Client code should call either SchemaNode.formatToXsString(Object) or SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale). 
com.onwbp.adaptation.ReadContext.formatValue(Path, String)
          Client code should call either SchemaNode.formatToXsString(Object) or SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale). 
com.onwbp.adaptation.ReadContext.formatValues(Path)
          Client code should call, on each element of the List value, either SchemaNode.formatToXsString(Object) or SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale). 
com.orchestranetworks.instance.VersionKey.forName(String)
          Replaced by method HomeKey.forVersionName(String). 
com.orchestranetworks.instance.BranchKey.forName(String)
          Replaced by method HomeKey.forBranchName(String). 
com.orchestranetworks.service.Role.forName(String)
          Replaced by method Profile.forSpecificRole(String). 
com.onwbp.adaptation.Adaptation.getAdaptationNode(Path)
          Replaced by Adaptation.getSchemaNode(). 
com.onwbp.adaptation.ReadContext.getDescription(Path)
          Replaced by SchemaNode.getDescription(Locale). 
com.onwbp.adaptation.Adaptation.getDistributorName()
            
com.onwbp.adaptation.ReadContext.getLabel(Path)
          Replaced by SchemaNode.getLabel(Locale). 
com.onwbp.adaptation.ReadContext.getLocale()
          Historically was linked to a locale. This is no more the case. 
com.orchestranetworks.service.ProcedureContext.getNodeForCreatingOccurrence(AdaptationTable)
          Replaced by ProcedureContext.getContextForNewOccurrence(AdaptationTable). 
com.onwbp.adaptation.AdaptationTable.getNodeForUpdatingContent(AdaptationName)
          Use ProcedureContext.getContext(AdaptationName). 
com.orchestranetworks.service.ProcedureContext.getNodeForUpdatingContent(AdaptationName)
          Replaced by ProcedureContext.getContext(AdaptationName). 
com.onwbp.adaptation.ReadContext.getNomenclatureItemLabel(Path, String)
          Replaced by SchemaNode.displayOccurrence(Object, boolean, ValueContext, Locale). 
com.onwbp.adaptation.AdaptationHome.getPreferredEdition(Adaptation)
          Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument. 
com.onwbp.adaptation.AdaptationHome.getPreferredRelease(Adaptation)
          Since versioning features, edition/release distinction in a single home is no more significant, hence this method returns the same object as the argument. 
com.onwbp.adaptation.Adaptation.getProviderName()
            
com.onwbp.adaptation.AdaptationHome.getRepositoryLabel()
          Replaced by RepositoryDeclaration.getRepositoryLabel(). 
com.onwbp.adaptation.Adaptation.getUrlResourceRelative(Path)
            
com.orchestranetworks.service.Session.getUserLogin()
          Replaced by Session.getUserReference(). 
com.onwbp.adaptation.Request.getWildcard()
            
com.orchestranetworks.service.ProcedureContext.hasEdition(Adaptation)
          Since version 4.0, the notion of local edition is replaced by the more general concept of branch. 
com.onwbp.adaptation.ActivationStatus.isDistributorNotAgreed()
          Always returns false. This feature is no more used for versions after 4.1.4. 
com.onwbp.adaptation.AdaptationTable.isEdition()
          Replaced by the method Adaptation.isNewOrModifiedInCurrentBranch(). 
com.onwbp.adaptation.Adaptation.isEditionOfRelease()
          Replaced by the method Adaptation.isNewOrModifiedInCurrentBranch(). 
com.onwbp.adaptation.Request.isIncludeEditionDelete()
          Always returns false. 
com.onwbp.adaptation.ActivationStatus.isNotUnderAgreement()
          Always returns false. If an adaptation is above an agreement, this is not a problem since EBX.Platform version 3.0. 
com.onwbp.adaptation.Adaptation.isObsolete()
          Replaced by the method Adaptation.isDeleted(). 
com.onwbp.adaptation.ActivationStatus.isProviderNotAgreed()
          Always returns false. This feature is no more used for versions after 4.1.4. 
com.onwbp.adaptation.Adaptation.isRelease()
          Replaced by the opposite result of method Adaptation.isNewOrModifiedInCurrentBranch(). 
com.onwbp.base.text.NomenclatureItem.isSeparatorItem()
          This notion of separator implies some problems regarding XML Schema concept of enumeration. Returns true if this item has the role of separator for displaying items. 
com.onwbp.base.text.NomenclatureItem.isTitleItem()
          The notion of title implies some problems regarding XML Schema concept of enumeration. Returns true if this item has the role of 'title' for displaying items. 
com.orchestranetworks.instance.Repository.lock(AdaptationHome, boolean, Session)
          Replaced by LockSpec.lock(AdaptationHome, Session) 
com.orchestranetworks.instance.Repository.lock(AdaptationHome, boolean, String, Session)
          Replaced by LockSpec.lock(AdaptationHome, Session) 
com.onwbp.adaptation.AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey, boolean, boolean)
          Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey, boolean). 
com.onwbp.adaptation.AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext, boolean, boolean)
          Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext, boolean). 
com.onwbp.adaptation.AdaptationName.resolve()
          Replaced by AdaptationHome.findAdaptationOrNull(AdaptationName) 
com.onwbp.adaptation.Request.setIncludeEditionDelete(boolean)
          Void method. 
com.onwbp.base.text.Nomenclature.setItems(List)
            
com.onwbp.adaptation.Request.setWildcard(PrimaryKeyWildCard)
          Replaced by Request.setSpecificFilter(AdaptationFilter). 
com.orchestranetworks.service.ActionPermission.toDisplayString(Locale, char)
            
com.orchestranetworks.instance.Repository.unlock(AdaptationHome, boolean, Session)
          Replaced by LockSpec.unlock(AdaptationHome, Session) 
 

Deprecated Constructors
com.orchestranetworks.service.OperationException(String)
          Replaced by createError(...) methods. 
com.orchestranetworks.service.OperationException(String, Throwable)
          Replaced by createError(...) methods. 
com.orchestranetworks.service.OperationException(Throwable)
          Replaced by createError(...) methods. 
 



(report a bug)
EBX.Platform 4.5.1 [0599]
Copyright Orchestra Networks 2000-2008. All rights reserved.