Deprecated Methods |
com.softwareag.mdm.adaptation.AdaptationTable.computePrimaryKey(HrNode)
Replaced by AdaptationTable.computePrimaryKey(ValueContext) . |
com.softwareag.mdm.adaptation.AdaptationTable.computePrimaryKeyWildcard(Adaptation)
|
com.softwareag.mdm.adaptation.AdaptationTable.computePrimaryKeyWildcard(PrimaryKey, Path)
|
com.softwareag.mdm.service.ProgrammaticService.createForLogin(String, String)
Replaced by ProgrammaticService.createForSession(Session, AdaptationHome) . |
com.softwareag.mdm.service.ProcedureContext.doCreateDeriving(PrimaryKey, HrNode, AdaptationTable)
Replaced by
ProcedureContext.doCreateDeriving(ValueContext, ValueContext, AdaptationTable) . |
com.softwareag.mdm.service.ProcedureContext.doCreateOcculting(PrimaryKey, AdaptationTable)
Replaced by ProcedureContext.doCreateOcculting(ValueContext, AdaptationTable) . |
com.softwareag.mdm.service.ProcedureContext.doCreateOverwriting(PrimaryKey, HrNode, AdaptationTable)
Replaced by ProcedureContext.doCreateOverwriting(ValueContext, AdaptationTable) . |
com.softwareag.mdm.service.ProcedureContext.doCreateRoot(SchemaLocation, AdaptationReference, OrganizationName)
Replaced by ProcedureContext.doCreateRoot(SchemaLocation, AdaptationReference, Profile) . |
com.softwareag.mdm.service.ProcedureContext.doCreateRootChild(HrNode, AdaptationTable)
Replaced by ProcedureContext.doCreateRoot(ValueContext, AdaptationTable) . |
com.softwareag.mdm.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.softwareag.mdm.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.softwareag.mdm.service.ProcedureContext.doModifyContent(Adaptation, HrNode)
Replaced by ProcedureContext.doModifyContent(Adaptation, ValueContext) . |
com.softwareag.mdm.adaptation.AdaptationHome.findAllAgreements(OrganizationName, Adaptation, boolean)
Replaced by AdaptationHome.findAllAgreements(Profile, Adaptation) . |
com.softwareag.mdm.adaptation.AdaptationHome.findAllChildren(Adaptation, boolean)
Replaced by AdaptationHome.findAllChildren(Adaptation) . |
com.softwareag.mdm.adaptation.AdaptationHome.findAllDescendants(Adaptation, boolean)
Replaced by AdaptationHome.findAllDescendants(Adaptation) . |
com.softwareag.mdm.adaptation.AdaptationHome.findAllRoots(boolean)
Replaced by AdaptationHome.findAllRoots() . |
com.softwareag.mdm.adaptation.AdaptationHome.findParent(Adaptation, boolean)
Replaced by AdaptationHome.findParent(Adaptation) . |
com.softwareag.mdm.adaptation.ReadContext.formatValues(Path)
|
com.softwareag.mdm.instance.VersionKey.forName(String)
Replaced by method HomeKey.forVersionName(String) . |
com.softwareag.mdm.instance.BranchKey.forName(String)
Replaced by method HomeKey.forBranchName(String) . |
com.softwareag.mdm.service.Role.forName(String)
Replaced by method Profile.forSpecificRole(String) . |
com.softwareag.mdm.adaptation.Adaptation.getAdaptationNode(Path)
Replaced by Adaptation.getSchemaNode() . |
com.softwareag.mdm.adaptation.Adaptation.getDistributorName()
|
com.softwareag.mdm.adaptation.ReadContext.getLocale()
|
com.softwareag.mdm.service.ProcedureContext.getNodeForCreatingOccurrence(AdaptationTable)
Replaced by ProcedureContext.getContextForNewOccurrence(AdaptationTable) . |
com.softwareag.mdm.adaptation.AdaptationTable.getNodeForUpdatingContent(AdaptationName)
Use
ProcedureContext.getContext(AdaptationName) . |
com.softwareag.mdm.service.ProcedureContext.getNodeForUpdatingContent(AdaptationName)
Replaced by ProcedureContext.getContext(AdaptationName) . |
com.softwareag.mdm.adaptation.ReadContext.getNomenclatureItemLabel(Path, String)
|
com.softwareag.mdm.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.softwareag.mdm.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.softwareag.mdm.adaptation.Adaptation.getProviderName()
|
com.softwareag.mdm.adaptation.AdaptationHome.getRepositoryLabel()
Replaced by RepositoryDeclaration.getRepositoryLabel() . |
com.softwareag.mdm.adaptation.Adaptation.getUrlResourceRelative(Path)
|
com.softwareag.mdm.service.Session.getUserLogin()
Replaced by Session.getUserReference() . |
com.softwareag.mdm.adaptation.Request.getWildcard()
|
com.softwareag.mdm.service.ProcedureContext.hasEdition(Adaptation)
Since version 4.0, the notion of local edition is replaced
by the more general concept of branch. |
com.softwareag.mdm.adaptation.ActivationStatus.isDistributorNotAgreed()
Always returns false . This feature is no more used for versions after 4.1.4. |
com.softwareag.mdm.adaptation.AdaptationTable.isEdition()
Replaced by the method Adaptation.isNewOrModifiedInCurrentBranch() . |
com.softwareag.mdm.adaptation.Adaptation.isEditionOfRelease()
Replaced by the method Adaptation.isNewOrModifiedInCurrentBranch() . |
com.softwareag.mdm.adaptation.Request.isIncludeEditionDelete()
Always returns false . |
com.softwareag.mdm.adaptation.ActivationStatus.isNotUnderAgreement()
Always returns false. If an adaptation is above an agreement, this is not a
problem since webMethods MDM version 3.0. |
com.softwareag.mdm.adaptation.ActivationStatus.isProviderNotAgreed()
Always returns false . This feature is no more used for versions after 4.1.4. |
com.softwareag.mdm.adaptation.Adaptation.isRelease()
Replaced by the opposite result of method Adaptation.isNewOrModifiedInCurrentBranch() . |
com.softwareag.mdm.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.softwareag.mdm.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.softwareag.mdm.adaptation.AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey, boolean, boolean)
Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(PrimaryKey, boolean) . |
com.softwareag.mdm.adaptation.AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext, boolean, boolean)
Replaced by the method AdaptationTable.lookupAdaptationByPrimaryKey(ValueContext, boolean) . |
com.softwareag.mdm.adaptation.AdaptationName.resolve()
Replaced by AdaptationHome.findAdaptationOrNull(AdaptationName) |
com.softwareag.mdm.adaptation.Request.setIncludeEditionDelete(boolean)
Void method. |
com.softwareag.mdm.base.text.Nomenclature.setItems(List)
|
com.softwareag.mdm.adaptation.Request.setWildcard(PrimaryKeyWildCard)
Replaced by Request.setSpecificFilter(AdaptationFilter) . |