Deprecated API

Deprecated Classes
com.sap.mdm.schema.Dimensions
          Instead of this class it is recommended to use DimensionsManager interface which instance can be retrieved through the GetRepositoryDimensionsCommand 
com.sap.mdm.repository.commands.GetRepositorySchemaVersionCommand
          there was no way to make use of the repository schema version 
com.sap.mdm.publishing.properties.commands.GetXSDForNodePropertyBagCommand
          Use the same class name but in com.sap.mdm.publishing2 namespace 
com.sap.mdm.repository.commands.LoadRepositoryCommand
          replaced by StartRepositoryCommand 
com.sap.mdm.schema.fields.NameFieldProperties
          This field is deprecated in 7.1. It is possible to continue using this field if the field exist in an older repository. 
com.sap.mdm.search.NullPickListItem
            
com.sap.mdm.repository.commands.PreloadRepositoryCommand
          this functionality is no longer again in 7.1 
com.sap.mdm.repository.RepositoryOptionType
            
com.sap.mdm.repository.commands.SwapRepositoriesCommand
          this functionality is no longer again in 7.1 
com.sap.mdm.repository.commands.UnloadRepositoryCommand
          replaced by StopRepositoryCommand 
 

Deprecated Interfaces
com.sap.mdm.valuetypes.MultilingualMdmValue
            
 

Deprecated Fields
com.sap.mdm.data.ResultDefinition.ALL_FIELDS
          use the same constant in ResultDefinitionExt class 
com.sap.mdm.repository.RepositoryProperties.ARCHIVING_REPOSITORY_TYPE
          replaced by RepositoryProperties.getRunningOperations() 
com.sap.mdm.repository.RepositoryProperties.BACKING_UP_REPOSITORY_TYPE
          replaced by RepositoryProperties.getRunningOperations() 
com.sap.mdm.search.PickListItem.BOOLEAN_PICK_LIST_ITEM
          replaced by PickListItem.BOOLEAN_TYPE 
com.sap.mdm.group.HierGroupNode.DATA_GROUP
          use the same constant in the GroupTypes class. 
com.sap.mdm.group.commands.RetrieveGroupTreeCommand.DATA_GROUP_TYPE
          use the same constant in the com.sap.mdm.group.GroupTypes class 
com.sap.mdm.group.commands.RetrieveGroupTreeCommand.DATA_LOCATION_TYPE
          use the same constant in the com.sap.mdm.group.GroupTypes class 
com.sap.mdm.session.ServerSessionContext.DEFAUL_USER_NAME
          use DEFAULT_USER_NAME instead 
com.sap.mdm.data.ResultDefinition.DISPLAY_FIELDS
          use the same constant in ResultDefinitionExt class 
com.sap.mdm.repository.RepositoryProperties.DUPLICATING_REPOSITORY_TYPE
          replaced by RepositoryProperties.getRunningOperations() 
com.sap.mdm.repository.PortStatus.HAS_READY
          replaced by PortStatus.HAS_DATA 
com.sap.mdm.search.TextSearchConstraint.LANGUAGE_LAYER
          replaced by Search.setRegionLayer(int) 
com.sap.mdm.repository.RepositoryStatus.LOADING
          replaced by RepositoryStatus.STARTING 
com.sap.mdm.session.ConnectionTypes.LOCAL_SIMPLE_CONNECTION
            
com.sap.mdm.session.ConnectionTypes.LOCAL_SIMPLE_CONNECTION_NAME
            
com.sap.mdm.group.HierGroupNode.LOCATION_GROUP
          use the same constant in the GroupTypes class. 
com.sap.mdm.data.ResultDefinition.NO_FIELDS
          use the same constant in ResultDefinitionExt class 
com.sap.mdm.repository.PortStatus.NONE
          replaced by PortStatus.EMPTY 
com.sap.mdm.schema.FieldKeywordType.NORMAL
          replaced by FieldKeywordType.STEMMER 
com.sap.mdm.schema.FieldProperties.QUALIFIED_HIER_LOOKUP_FIELD
          It was never supported. 
com.sap.mdm.schema.TableProperties.QUALIFIED_HIERARCHY
          It was never supported. 
com.sap.mdm.schema.TableProperties.QUALIFIED_TAXONOMY
          it was never supported. 
com.sap.mdm.schema.FieldProperties.QUALIFIED_TAXONOMY_LOOKUP_FIELD
          It was never supported. 
com.sap.mdm.repository.RepositoryProperties.READ_ONLY_REPOSITORY_TYPE
          replaced by RepositoryProperties.isReadOnlyRepository(). The check would be "RepositoryProperties.getRepositoryType() == RepositoryProperties.NORMAL_REPOSITORY_TYPE && RepositoryProperties.isReadOnlyRepository() == true)". 
com.sap.mdm.search.PickListItem.RECORD_PICK_LIST_ITEM
          replaced by PickListItem.RECORD_TYPE 
com.sap.mdm.search.SearchGroup.STANDARD_OPERATOR
          replaced by Search.STANDARD_OPERATOR 
com.sap.mdm.workflow.WorkflowTask.Type.TRASH
          no longer supported 
com.sap.mdm.group.HierGroupNode.VALIDATION_GROUP
          use the same constant in the GroupTypes class. 
com.sap.mdm.group.commands.RetrieveGroupTreeCommand.VALIDATION_GROUP_TYPE
          use the same constant in the com.sap.mdm.group.GroupTypes class 
com.sap.mdm.repository.RepositoryProperties.VERIFYING_REPOSITORY_TYPE
          replaced by RepositoryProperties.getRunningOperations() 
 

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) 
 

Deprecated Constructors
com.sap.mdm.workflow.ActiveWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date)
          Use ActiveWorkflowTask.ActiveWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date, int) instead. 
com.sap.mdm.workflow.ApprovalWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date, WorkflowApprovalResult[])
          Use ApprovalWorkflowTask.ApprovalWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date, WorkflowApprovalResult[], int) instead. 
com.sap.mdm.workflow.MatchingWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date, MatchingTaskId, MatchingStrategyId, int, boolean)
          Use MatchingWorkflowTask.MatchingWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date, MatchingTaskId, MatchingStrategyId, int, boolean, int) instead. 
com.sap.mdm.workflow.PostValidationWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date, WorkflowValidationResult[])
          Use PostValidationWorkflowTask.PostValidationWorkflowTask(WorkflowJob, int, String[], WorkflowStepId, String, String, int, Date, Date, Date, WorkflowValidationResult[], int) instead. 
com.sap.mdm.publishing2.objects.Publication(Repository, UniqueId)
          Replaced by a 1 parameter constructor below 
com.sap.mdm.notification.event.SyndicationEvent(int, String, RepositoryIdentifier, PortProperties, int, String, String)
          replaced by SyndicationEvent.SyndicationEvent(int, String, RepositoryIdentifier, PortProperties, String, String, int) 
com.sap.mdm.workflow.WorkflowJob(WorkflowJobId, String, String, TableId, RecordId[], Date, String, int)
          use WorkflowJob.WorkflowJob(WorkflowJobId, String, String, TableId, RecordId[], Date, String) instead. 
 



Copyright 2004-2007 by SAP AG. All Rights Reserved.

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.