|
Deprecated Methods |
com.sap.mdm.data.RegionalString.clone(Object)
replaced by RegionalString.copy(RegionalString) |
com.sap.mdm.notification.EventDispatcherManager.containsEventDispatcher(String)
replaced by EventDispatcherManager.containsEventDispatcher(ServerSessionContext) |
com.sap.mdm.session.SessionManager.destroyAllSessions()
|
com.sap.mdm.session.SessionManager.destroyAllSessions(boolean)
|
com.sap.mdm.session.SessionManager.destroySessionsByApplication(String)
|
com.sap.mdm.session.SessionManager.destroySessionsByApplication(String, boolean)
|
com.sap.mdm.session.SessionManager.destroySessionsByServer(String)
|
com.sap.mdm.session.SessionManager.destroySessionsByServer(String, boolean)
|
com.sap.mdm.data.RegionalString.Empty()
|
com.sap.mdm.logging.MdmLogger.entering(String, String, Object)
use entering(String sourceMethod, Object param1)
Log a method entry, with an array of parameters.
This is a convenience method that can be used to log entry
to a method.
Logs the message with severity Severity.PATH if SAP logger is used
and with log severity Level.FINER if SUN logger is used.
|
com.sap.mdm.logging.MdmLogger.entering(String, String, Object[])
use entering(String sourceMethod, Object params[])
Log a method entry, with an array of parameters.
This is a convenience method that can be used to log entry
to a method.
Logs the message with severity Severity.PATH if SAP logger is used
and with log severity Level.FINER if SUN logger is used.
|
com.sap.mdm.data.MultilingualString.Get()
replaced with get() |
com.sap.mdm.security.RoleProperties.getAccessPermissions()
replaced by RoleProperties.getRepositoryAccessPermissions() |
com.sap.mdm.session.MdmSessionContext.getApplicationId()
This method is replaced with getApplicationName() method |
com.sap.mdm.extension.data.RecordEx.getAttributeDisplayValue(FieldId, AttributeId)
by RecordEx.getAttributeDisplayValue(FieldId, AttributeId, int) using RegionLayer.CURRENT mode. |
com.sap.mdm.extension.data.RecordEx.getAttributeDisplayValue(String, String)
by RecordEx.getAttributeDisplayValue(String, String, int) using RegionLayer.CURRENT mode. |
com.sap.mdm.data.commands.RetrieveLimitedAttributeValuesCommand.getAttributeValues()
replaced by RetrieveLimitedAttributeValuesCommand.getPickLists() |
com.sap.mdm.server.RepositoryIdentifier.getDMBS()
replaced by getDBMS |
com.sap.mdm.notification.EventDispatcherManager.getEventDispatcher(String)
replaced by EventDispatcherManager.getEventDispatcher(ServerSessionContext) |
com.sap.mdm.data.ResultDefinition.getFieldSelectionType()
user ResultDefinitionExt.getFieldSelectionType |
com.sap.mdm.data.commands.RetrieveRecordsByRemoteKeyCommand.getFieldSortingOrder()
replaced by ResultDefinition.getFieldSortingOrder() |
com.sap.mdm.data.commands.RetrieveRecordsByIdCommand.getFieldSortingOrder()
replaced by ResultDefinition.getFieldSortingOrder() |
com.sap.mdm.data.commands.RetrieveLimitedRecordsCommand.getFieldSortingOrder()
replaced by ResultDefinition.getFieldSortingOrder() |
com.sap.mdm.matching.commands.RetrieveMatchingResultCommand.getFieldSortingOrder()
replaced by ResultDefinition.getFieldSortingOrder() |
com.sap.mdm.matching.commands.RetrieveMatchedRecordsCommand.getFieldSortingOrder()
replaced by ResultDefinition.getFieldSortingOrder() |
com.sap.mdm.security.RoleProperties.getFunctionPermissions()
replaced by RoleProperties.getRepositoryAccessPermissions() |
com.sap.mdm.net.SimpleConnectionFactory.getInstance(String, String)
there is really no way to make use of connection source |
com.sap.mdm.net.ConnectionPoolFactory.getInstance(String, String)
there is really no way to make use of connection source |
com.sap.mdm.net.SimpleConnectionFactory.getInstance(String, String, SocketFactory)
there is really no way to make use of connection source |
com.sap.mdm.session.NonNetWeaverMdmDestinationProperties.getKeystoreFile()
replaced with NonNetWeaverMdmDestinationProperties.getServerKeystoreFile() |
com.sap.mdm.session.NonNetWeaverMdmDestinationProperties.getKeystorePassword()
replaced with NonNetWeaverMdmDestinationProperties.getServerKeystorePassword() |
com.sap.mdm.repository.commands.SynchronizeSlaveRepositoryCommand.getMasterChangeId()
it never did work correctly |
com.sap.mdm.publishing2.objects.PublicationTreeNode.getNodePresentationItemsList()
Use getPresentationItem(int itemNumber),
otherwise, the memory will grow very high until the whole List goes out of scope. |
com.sap.mdm.data.commands.RetrieveLimitedHierTreeCommand.getOpenNodeIds()
replaced by RetrieveLimitedHierTreeCommand.getExpandedNodes() |
com.sap.mdm.repository.commands.GetRepositoryInheritedRegionListCommand.getPrimary()
See RegionInheritanceProperties |
com.sap.mdm.workflow.WorkflowJob.getPriority()
by ActiveWorkflowTask.getPriority() |
com.sap.mdm.publishing2.objects.Publication.getPublicationNode(int)
renamed to getPublicationNodeData. |
com.sap.mdm.publishing2.objects.Publication.getPublicationTreeNodes()
Use getPublicationNodes and then getPublicationNodeData
for each publication node. |
com.sap.mdm.publishing2.types.LiidPivotContextWrapper.getQualifiedFamilyRecord()
replaced by LiidPivotContextWrapper.getQualifiedFamilyRecords()
Starting from this version, instead of one record per field, we store a collection of records
in case of pivoted field, which has one value, shared by multpile original records. |
com.sap.mdm.data.commands.RetrieveLimitedQualifierValuesCommand.getQualifierValues()
replaced by RetrieveLimitedQualifierValuesCommand.getPickList() |
com.sap.mdm.publishing2.commands.GetNodeRecordDataCommand.getRecordIdByRow(int)
Don't call this method, due to a performance hit.
Instead call: getRecordIdByRowAndColumn. |
com.sap.mdm.session.UserSessionContext.getRegionCode()
instead of this method use getRegion().getRegionCode() |
com.sap.mdm.schema.RepositorySchema.getRepository()
use getRepositoryIdentifier |
com.sap.mdm.repository.commands.GetRepositoryLogListCommand.getRepositoryIdentifier()
This command takes in a repository session. |
com.sap.mdm.data.commands.RetrieveRecordsByValueCommand.getResultSet()
instead use getRecords() method |
com.sap.mdm.session.SSLHelper.getSAPSecureSocketFactory()
replaced with SSLHelper.getSAPSecureSocketFactory(int) |
com.sap.mdm.repository.commands.GetRepositoryInheritedRegionListCommand.getSecondary()
See RegionInheritanceProperties |
com.sap.mdm.server.commands.GetServerVersionCommand.getSession()
this command had been changed to a sessionless command |
com.sap.mdm.server.commands.GetMountedRepositoryListCommand.getSession()
this command had been changed to a sessionless command |
com.sap.mdm.repository.commands.SynchronizeSlaveRepositoryCommand.getSlaveChangeId()
it never did work correctly |
com.sap.mdm.blobs.BinaryBlobRecord.getSource()
replaced by BinaryBlobRecord.getDataLocationId() |
com.sap.mdm.data.RegionalString.GetString()
use getString() instead. |
com.sap.mdm.valuetypes.DateTimeValue.getSystemTime()
since 7.1.04 |
com.sap.mdm.validation.commands.RetrieveValidationsCommand.getValidations()
replaced by RetrieveValidationsCommand.getValidationPropertiesResult() |
com.sap.mdm.commands.Command.isCommandComplete()
not yet implemented |
com.sap.mdm.notification.EventDispatcher.isDataNotificationsRegistered(RepositoryIdentifier)
replaced by EventDispatcher.isDataNotificationsRegistered(DataEventRegistrationSet, RepositoryIdentifier) |
com.sap.mdm.notification.EventDispatcher.isGlobalNotificationsRegistered()
replaced by EventDispatcher.isGlobalNotificationsRegistered(GlobalEventRegistrationSet) |
com.sap.mdm.search.Search.isIncludeCheckoutRecords()
replaced by Search.getCheckoutSearchType() |
com.sap.mdm.schema.TableProperties.isKeyMapable()
replaced by TableProperties.isKeyMappable() |
com.sap.mdm.security.UserProperties.isLoggedIn()
This information is not correctly returned by the server when
LDAP is used. It had been changed to always return
false. |
com.sap.mdm.net.ConnectionPool.isNotificationEnabled()
|
com.sap.mdm.notification.event.SyndicationEvent.isPortBlocked()
by SyndicationEvent.getPortStatus() |
com.sap.mdm.notification.event.ImportEvent.isPortBlocked()
by ImportEvent.getPortStatus() |
com.sap.mdm.notification.event.SyndicationEvent.isPortHasException()
by SyndicationEvent.getPortStatus() |
com.sap.mdm.notification.event.ImportEvent.isPortHasException()
by ImportEvent.getPortStatus() |
com.sap.mdm.notification.event.SyndicationEvent.isPortHasReady()
by SyndicationEvent.getPortStatus() |
com.sap.mdm.notification.event.ImportEvent.isPortHasReady()
by ImportEvent.getPortStatus() |
com.sap.mdm.notification.event.SyndicationEvent.isPortLocked()
by SyndicationEvent.getPortStatus() |
com.sap.mdm.notification.event.ImportEvent.isPortLocked()
by ImportEvent.getPortStatus() |
com.sap.mdm.notification.EventDispatcher.isRepositoryNotificationsRegistered(RepositoryIdentifier)
replaced by EventDispatcher.isRepositoryNotificationsRegistered(RepositoryEventRegistrationSet, RepositoryIdentifier) |
com.sap.mdm.schema.FieldProperties.isSearchable()
replaced by FieldProperties.isPicklistSearchable(); it wasn't clear what is meant by searchable. |
com.sap.mdm.notification.EventDispatcher.isServerNotificationsRegistered()
replaced by EventDispatcher.isServerNotificationsRegistered(ServerEventRegistrationSet) |
com.sap.mdm.session.MdmDestinationProperties.isTrusted()
instead use MdmDestinationProperties.getTrustType() |
com.sap.mdm.notification.DataListener.recordsCheckedIn(RecordEvent)
use DataListener.recordsCheckedIn(RecordsCheckInEvent) |
com.sap.mdm.notification.DataListener.recordsRolledBack(RecordEvent)
use DataListener.recordsRolledBack(RecordsRollbackEvent) |
com.sap.mdm.notification.EventDispatcherManager.refreshInstance()
|
com.sap.mdm.session.SessionManager.refreshInstance()
|
com.sap.mdm.extension.MetadataManager.refreshInstance()
|
com.sap.mdm.notification.EventDispatcher.registerDataNotifications(String, String, RepositoryIdentifier, RegionProperties)
replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String) |
com.sap.mdm.extension.MetadataManager.registerDataNotifications(UserSessionContext, String)
replaced by MetadataManager.registerAttributeNotifications(UserSessionContext, String) |
com.sap.mdm.notification.EventDispatcher.registerGlobalNotifications()
replaced by EventDispatcher.registerGlobalNotifications(GlobalEventRegistrationSet) |
com.sap.mdm.notification.EventDispatcher.registerRepositoryNotifications(String, String, RepositoryIdentifier)
replaced by EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet, RepositorySessionContext, String) |
com.sap.mdm.notification.EventDispatcher.registerServerNotifications(String, String)
replaced by EventDispatcher.registerServerNotifications(ServerEventRegistrationSet, ServerSessionContext, String) |
com.sap.mdm.notification.EventDispatcher.registerTrustedDataNotifications(String, RepositoryIdentifier, RegionProperties)
replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String) |
com.sap.mdm.notification.EventDispatcher.registerTrustedRepositoryNotifications(String, RepositoryIdentifier)
replaced by EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet, RepositorySessionContext, String) |
com.sap.mdm.notification.EventDispatcher.registerTrustedServerNotifications(String)
replaced by EventDispatcher.registerServerNotifications(ServerEventRegistrationSet, ServerSessionContext, String) |
com.sap.mdm.data.MultilingualString.Set(String)
replaced with set(String string) |
com.sap.mdm.security.RoleProperties.setAccessPermissions(AccessPermission[])
replaced by RoleProperties.setRepositoryAccessPermissions(RepositoryAccessPermissions) |
com.sap.mdm.session.MdmSessionContext.setApplicationId(String)
This method is replaced with setApplicationName(String) method |
com.sap.mdm.schema.FieldProperties.setCalculated(boolean)
It never did work and it's not possible to support it at the
current time. |
com.sap.mdm.schema.FieldProperties.setCalculationId(RecordId)
It never did work and it's not possible to support it at the
current time. |
com.sap.mdm.schema.AttributeProperties.setChaneStamp(int)
Replaced by AttributeProperties.setChangeStamp(int) |
com.sap.mdm.session.SessionManager.setDestroyTimeOut(long)
|
com.sap.mdm.schema.commands.DeleteFieldCommand.setFieldId(FieldId)
|
com.sap.mdm.schema.commands.GetFieldListCommand.setFields(FieldProperties[])
|
com.sap.mdm.data.ResultDefinition.setFieldSelectionType(int)
user ResultDefinitionExt.setFieldSelectionType |
com.sap.mdm.data.commands.RetrieveRecordsByRemoteKeyCommand.setFieldSortingOrder(SortDefinition)
replaced by ResultDefinition.setFieldSortingOrder(SortDefinition) |
com.sap.mdm.data.commands.RetrieveRecordsByIdCommand.setFieldSortingOrder(SortDefinition)
replaced by ResultDefinition.getFieldSortingOrder() |
com.sap.mdm.data.commands.RetrieveLimitedRecordsCommand.setFieldSortingOrder(SortDefinition)
replaced by ResultDefinition.setFieldSortingOrder(SortDefinition) |
com.sap.mdm.matching.commands.RetrieveMatchingResultCommand.setFieldSortingOrder(SortDefinition)
replaced by ResultDefinition.setFieldSortingOrder(SortDefinition) |
com.sap.mdm.matching.commands.RetrieveMatchedRecordsCommand.setFieldSortingOrder(SortDefinition)
replaced by ResultDefinition.setFieldSortingOrder(SortDefinition) |
com.sap.mdm.security.RoleProperties.setFunctionPermissions(FunctionPermission[])
|
com.sap.mdm.search.Search.setIncludeCheckoutRecords(boolean)
replaced by Search.setCheckoutSearchType(int) |
com.sap.mdm.schema.TableProperties.setKeyMapable(boolean)
replaced by TableProperties.setKeyMappable(boolean) |
com.sap.mdm.session.NonNetWeaverMdmDestinationProperties.setKeystoreFile(String)
replaced with NonNetWeaverMdmDestinationProperties.setServerKeystoreFile(String) |
com.sap.mdm.session.NonNetWeaverMdmDestinationProperties.setKeystorePassword(String)
replaced with NonNetWeaverMdmDestinationProperties.setServerKeystorePassword(String) |
com.sap.mdm.security.UserProperties.setLoggedIn(boolean)
see UserProperties.isLoggedIn() |
com.sap.mdm.schema.fields.LargeTextFieldProperties.setMultilingual(boolean)
instead use setMultiLingual(boolean) |
com.sap.mdm.schema.fields.FixedWidthTextFieldProperties.setMultilingual(boolean)
instead use setMultiLingual(boolean) |
com.sap.mdm.schema.FieldProperties.setMultiLingual(boolean)
use the same method from derived class instead, for example, FixedWidthTextFieldProperties |
com.sap.mdm.net.ConnectionPool.setNotificationEnabled(boolean)
this feature was never implemented |
com.sap.mdm.data.commands.RetrieveLimitedHierTreeCommand.setOpenNodeIds(RecordId[])
replaced by RetrieveLimitedHierTreeCommand.setExpandedNodes(RecordId[]) |
com.sap.mdm.publishing2.types.LiidPivotContextWrapper.setQualifiedFamilyRecord(QualifiedFamilyRecordId)
replaced by LiidPivotContextWrapper.addQualifiedFamilyRecord(QualifiedFamilyRecordId qualifiedFamilyRecord)
From this version Each Table Cell can have more than one record Id.
That is because of the pivoted fields, where a cell has one value common for several records.
Now all those records will be available via getQualifiedFamilyRecords method. |
com.sap.mdm.repository.commands.GetRepositoryLogListCommand.setRepositoryIdentifier(RepositoryIdentifier)
This command takes in a repository session. |
com.sap.mdm.server.commands.GetServerVersionCommand.setSession(String)
this command had been changed to a sessionless command |
com.sap.mdm.server.commands.GetMountedRepositoryListCommand.setSession(String)
this command had been changed to a sessionless command |
com.sap.mdm.blobs.BinaryBlobRecord.setSource(MdmValue)
replaced by BinaryBlobRecord.setDataLocationId(GroupNodeId) |
com.sap.mdm.schema.commands.DeleteTableCommand.setTable(TableProperties)
|
com.sap.mdm.session.MdmDestinationProperties.setTrusted(boolean)
instead use MdmDestinationProperties.setTrustType(int) |
com.sap.mdm.schema.commands.DeleteTupleDefinitionCommand.setTupleDefinition(TupleDefinitionProperties)
|
com.sap.mdm.extension.MetadataManager.startServerTracing(int)
|
com.sap.mdm.extension.MetadataManager.stopServerTracing()
|
com.sap.mdm.notification.EventDispatcherManager.terminateEventDispatcher(String)
replaced by EventDispatcherManager.getEventDispatcher(ServerSessionContext) |
SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP
products and services mentioned herein as well as their respective logos
are trademarks or registered trademarks of SAP AG in Germany and in
several other countries all over the world. All other product and
service names mentioned are the trademarks of their respective
companies. Data contained in this document serves informational purposes
only. National product specifications may vary.
These materials are subject to change without notice. These materials
are provided by SAP AG and its affiliated companies (SAP Group) for
informational purposes only, without representation or warranty of any
kind, and SAP Group shall not be liable for errors or omissions with
respect to the materials. The only warranties for SAP Group products and
services are those that are set forth in the express warranty statements
accompanying such products and services, if any. Nothing herein should
be construed as constituting an additional warranty.