Uses of Class
com.sap.mdm.ids.RecordId

Packages that use RecordId
com.sap.mdm.assignment.commands   
com.sap.mdm.blobs Provides classes and interfaces for representing images, PDFs, etc 
com.sap.mdm.blobs.commands Provides commands for managing images, PDFs, etc.  
com.sap.mdm.data Provides classes for basic data container 
com.sap.mdm.data.commands Provides commands for managing repository content such as searching records, creating attributes, modifying relationships, etc.  
com.sap.mdm.data.permanentid.commands   
com.sap.mdm.dataimport   
com.sap.mdm.extension.schema Provides classes and interfaces for "extension" schema and attribute support
com.sap.mdm.ids Provides interfaces and classes for identifying MDM objects 
com.sap.mdm.matching.commands Provides commands for MDM matching functionality.  
com.sap.mdm.matchingsets Provides interfaces and classes for matching set commands 
com.sap.mdm.matchingsets.commands Provides commands for MDM matching set functionality.  
com.sap.mdm.notification.event Provides classes and interfaces for the various server events 
com.sap.mdm.publishing2.commands Provides commands for Publishing operating 
com.sap.mdm.publishing2.utils   
com.sap.mdm.schema Provides supporting interfaces and classes for the schema commands.  
com.sap.mdm.search Provides interfaces and classes for setting up a search criteria.  
com.sap.mdm.security Provides supporting interfaces and classes for the security commands 
com.sap.mdm.validation Provides interfaces and classes for validation commands 
com.sap.mdm.validation.commands Provides commands for MDM validation functionality.  
com.sap.mdm.valuetypes Provides container interfaces and classes for repository item values 
com.sap.mdm.workflow Provides classes and interfaces for representing workflow objects 
 

Uses of RecordId in com.sap.mdm.assignment.commands
 

Methods in com.sap.mdm.assignment.commands that return RecordId
 RecordId[] ExecuteAssignmentCommand.getRecordIds()
          Returns the record Ids to execute assignment on.
 RecordId[] ExecuteAssignmentCommand.getFailedRecords()
          Returns the records that failed assignment.
 RecordId[] ExecuteAssignmentCommand.getSucceededRecords()
          Returns the records that were successfully assigned.
 

Methods in com.sap.mdm.assignment.commands with parameters of type RecordId
 void ExecuteAssignmentCommand.setRecordIds(RecordId[] recordIds)
          Sets the records to execute the assignment on (required).
 Integer ExecuteAssignmentCommand.getReturnCode(RecordId recordId)
          Returns the reason the record failed assignment.
 

Uses of RecordId in com.sap.mdm.blobs
 

Methods in com.sap.mdm.blobs with parameters of type RecordId
 String ObjectCache.getObject(TableId tableId, RecordId recordId)
          Returns the relative file path for the object.
 String ObjectCache.getObject(TableId tableId, RecordId recordId, ImageVariantId variantId)
          Returns the relative file path for the object.
 String BlobCache.getBlobPath(TableId tableId, RecordId recordId)
          Returns the relative file path for the binary object (blob).
 String BlobCache.getBlobPath(TableId tableId, RecordId recordId, ImageVariantId variantId)
          Returns the relative file path for the binary object (blob).
 String BlobCache.getBlobGUID(TableId tableId, RecordId recordId)
          Returns the GUID for the cached binary object (blob).
 String BlobCache.getBlobGUID(TableId tableId, RecordId recordId, ImageVariantId variantId)
          Returns the GUID for the cached binary object (blob).
 

Uses of RecordId in com.sap.mdm.blobs.commands
 

Methods in com.sap.mdm.blobs.commands that return RecordId
 RecordId RetrieveBlobCommand.getRecordId()
          Returns the record Id.
 

Methods in com.sap.mdm.blobs.commands with parameters of type RecordId
 void RetrieveBlobCommand.setRecordId(RecordId recordId)
          Sets the record Id (required).
 

Uses of RecordId in com.sap.mdm.data
 

Methods in com.sap.mdm.data that return RecordId
 RecordId UsageInRecord.getRecordId()
          Returns the record that references the repository item.
 RecordId UsageInQualifiedLink.getLookupId()
          Returns the lookup record Id
 RecordId RelationshipMembership.getRecordId()
          Returns the record Id.
 RecordId RelationshipGroup.getAnchorRecordId()
          Get ID of anchor record
 RecordId[] RelationshipGroup.getMemberRecordIds()
          Get IDs for all records related to the anchor
 RecordId RelationshipGroup.getMemberRecordId(int position)
          Get member record ID on the specified position Is relevant only for parent/child relationship.
 RecordId Relationship.getAnchorRecordId()
          Get ID of the anchor record in this relationship
 RecordId Relationship.getMemberRecordId()
          Get ID of the member record in this relationship
 RecordId RecordLockingResult.getRecordId()
          Returns the record Id.
 RecordId RecordKeyMapping.getRecordId()
          Returns record ID
 RecordId Record.getId()
          Get record ID
 RecordId MultipleRecordsResult.getSucceededRecord(int index)
          Returns the record Id of the record that succeeded the operation.
 RecordId MaskMembershipResult.getMaskId()
          Returns the mask Id.
 RecordId[] MaskMembershipResult.getRecordIds()
          Returns the original list of records.
 RecordId[] ExpandedNodes.getNodeIds()
          Returns the expanded nodes.
 

Methods in com.sap.mdm.data with parameters of type RecordId
 Relationship RelationshipGroup.getMember(RecordId recordId)
          Get member relationship for the specified record
 boolean RelationshipGroup.containsMember(RecordId recordId)
          Check if this relationship group contains member record with specified ID
 Record RelationshipGroup.getMemberRecord(RecordId recordId)
          Get related record with specified ID
 int RelationshipGroup.getQuantity(RecordId recordId)
          Get quantity of the specified relationship member
 void RelationshipGroup.setQuantity(RecordId recordId, int quantity)
          Set quantity of the specified relationship member
 boolean RelationshipGroup.isRequired(RecordId recordId)
          Specify if the specified relationship member is required
 void RelationshipGroup.setRequired(RecordId recordId, boolean isRequired)
          Set if the specified relationship member is required
 int RelationshipGroup.getPosition(RecordId recordId)
          Get position of the specified relationship member.
 void RelationshipGroup.setPosition(RecordId recordId, int position)
          Set position of the specified relationship member.
 void RelationshipGroup.addMember(RecordId recordId, int quantity, boolean isRequired, int position)
          Add a new relationship member
 Relationship RelationshipGroup.removeMember(RecordId recordId)
          Remove the specified relationship member
static RelationshipGroup RelationshipFactory.createRelationshipGroup(RelationshipProperties relationship, int relationshipType, RecordId anchorRecordId)
          Creates a new empty relationship group of the specified type and related to the specified anchor record.
static RelationshipGroup RelationshipFactory.createRelationshipGroup(RelationshipProperties relationship, int relationshipType, RecordId anchorRecordId, Relationship[] members)
          Creates a new relationship group of the specified type, related to the specified anchor record and including set of relationship members.
static RelationshipGroup RelationshipFactory.createRelationshipGroupForUpdate(RelationshipProperties relationship, int relationshipType, RecordId anchorRecordId, Relationship[] members)
          Creates an instance of existing relationship group of the specified type, related to the specified anchor record and including set of relationship members.
static Relationship RelationshipFactory.createRelationship(int relationshipType, RecordId anchorRecordId, RecordId memberRecordId, boolean hasQuantity, int quantity, boolean hasRequired, boolean isRequired)
          Creates a new relationship of the specified type between anchor and member records
static Record RecordFactory.createEmptyRecord(TableId table, RecordId recordId)
           
static ImageBlobRecord RecordFactory.createEmptyImageRecord(TableId tableId, RecordId recordId)
           
static PdfBlobRecord RecordFactory.createEmptyPdfRecord(TableId tableId, RecordId recordId)
           
static BinaryBlobRecord RecordFactory.createEmptyBinaryObjectRecord(TableId tableId, RecordId recordId)
           
static TextBlobRecord RecordFactory.createEmptyTextRecord(TableId tableId, RecordId recordId)
           
 boolean MaskMembershipResult.isMembership(RecordId recordId)
          Determines if the record is member of the mask.
static RecordKeyMapping KeyMappingFactory.createRecordKeyMapping(TableId tableId, RecordId recordId)
          Creates a new empty key mapping set for the specified record
static RecordKeyMapping KeyMappingFactory.createRecordKeyMapping(TableId tableId, RecordId recordId, KeyMapping[] keyMappings)
          Creates a new key mapping set for the specified record filled with set of key mappings
 void ExpandedNodes.setNodeIds(RecordId[] nodeIds)
          Specifies the list of expanded nodes.
 

Constructors in com.sap.mdm.data with parameters of type RecordId
UsageInTuple(TableId tableId, RecordId recordId, FieldId fieldId)
          Constructor.
UsageInRecord(TableId tableId, RecordId recordId)
          Constructor.
UsageInQualifiedLink(TableId tableId, FieldId fieldId, FieldId qualifierFieldId, RecordId lookupId, QualifiedLinkId linkId)
          Constructor.
UsageInField(TableId tableId, RecordId recordId, FieldId fieldId)
          Constructor.
UsageInFamilyField(TableId tableId, RecordId recordId, FieldId fieldId)
          Constructor.
SiblingMembership(TableId tableId, RecordId recordId, RelationshipProperties relationship, int siblingsCount)
          Constructor with the specified parameters.
RelationshipMembership(TableId tableId, RecordId recordId, RelationshipProperties relationship)
          Constructor with the specified parameters.
Relationship(int type, RecordId anchorRecordId, RecordId memberRecordId, boolean hasQuantity, int quantity, boolean hasRequired, boolean isRequired)
          Constructs with the specified parameters.
RecordLockingResult(TableId tableId, RecordId recordId, int status)
          Constructor of the RecordLockingResult object with the specified parameters.
RecordLockingResult(TableId tableId, RecordId recordId, int status, String userName)
          Constructor of the RecordLockingResult object with the specified parameters.
ParentChildMembership(TableId tableId, RecordId recordId, RelationshipProperties relationship, int parentsCount, int childrenCount)
          Constructor with the specified parameters.
MaskMembershipResult(RecordId maskId, RecordId[] recordIds, boolean[] membership)
          Constructor.
ExpandedNodes(SearchDimension dimension, RecordId[] nodeIds)
          Constructor with the specified parameters.
 

Uses of RecordId in com.sap.mdm.data.commands
 

Methods in com.sap.mdm.data.commands that return RecordId
 RecordId[] SyndicateRecordsToFilesCommand.getRecordIds()
           
 RecordId[] RollbackRecordsCommand.getFailedRecords()
          Returns the records that failed rollback.
 RecordId[] RollbackRecordsCommand.getSucceededRecords()
          Returns the records that were successfully rollbacked.
 RecordId RetrieveRelationshipsCommand.getAnchorRecordId()
          Returns the ID of anchor record.
 RecordId RetrieveRelationshipMembershipCommand.getRecordId()
          Returns the record Id.
 RecordId[] RetrieveRecordsByIdCommand.getIds()
          Gets record IDs that should be retrieved from repository.
 RecordId[] RetrieveRecordIdsByRemoteKeyCommand.getRecordIds()
          Returns result set of record IDs.
 RecordId[] RetrieveOriginalsByCheckoutRecordCommand.getOriginalRecords(RecordId checkoutRecordId)
          Retrieves the original record Ids given a checked out record Id.
 RecordId RetrieveMaskMembershipForRecordsCommand.getMaskId()
          Returns the mask Id.
 RecordId[] RetrieveLimitedHierTreeCommand.getOpenNodeIds()
          Deprecated. replaced by RetrieveLimitedHierTreeCommand.getExpandedNodes()
 RecordId[] RetrieveLimitedHierTreeCommand.getExpandedNodes()
          Returns the list of expanded nodes.
 RecordId RetrieveLimitedHierTreeCommand.getRootNode()
          Gets the root node for the limited tree.
 RecordId RetrieveLimitedHierChildrenCommand.getParentNode()
          Gets the parent node of the requested children.
 RecordId[] RetrieveJoinCheckOutPermissionsCommand.getRecordIds()
          Returns checked out record Ids.
 RecordId RetrieveHierAncestorsCommand.getChildNode()
          Gets the child node which ancestors are requested.
 RecordId[] RetrieveCheckoutRecordsByOriginalCommand.getCheckOutRecords(RecordId originalRecordId)
          Returns the checked out record given the original record Id.
 RecordId[] RetrieveCheckoutOwnerByIdCommand.getRecordIds()
          Returns checked out record Ids.
 RecordId RetrieveBinaryObjectUsageCommand.getRecordId()
          Returns the record Id.
 RecordId RetrieveAttributeLinksCommand.getRecordId()
          Returns the taxonomy record Id.
 RecordId RestoreNamedSearchCommand.getRecordId()
          Returns the named search record Id.
 RecordId RemoveRecordsFromMaskCommand.getMaskId()
          Returns the mask Id.
 RecordId[] RefreshCalculatedFieldsCommand.getRecordIds()
          Returns the list of records.
 RecordId[] RefreshCalculatedFieldsCommand.getFailedRecords()
          Returns the records that failed refreshing calculated fields.
 RecordId[] RefreshCalculatedFieldsCommand.getSucceededRecords()
          Returns the records that were successfully refreshed.
 RecordId ModifyRecordHierarchyCommand.getRecordId()
          Get the ID of record which location should be changed.
 RecordId ModifyRecordHierarchyCommand.getParentRecordId()
          Gets parent record ID.
 RecordId[] ModifyJoinCheckOutPermissionsCommand.getRecordIds()
          Returns checked out record Ids.
 RecordId ModifyAttributeLinkCommand.getRecordId()
          Returns the taxonomy record Id.
 RecordId[] MergeRecordsCommand.getRecordIds()
          Returns the list of records to merge.
 RecordId MergeRecordsCommand.getMergedRecordId()
          Returns the record Id of the newly merged record.
 RecordId DuplicateRecordCommand.getNewRecordId()
          Returns the record Id of the newly duplicated record.
 RecordId DuplicateRecordCommand.getRecordId()
          Returns the record Id to duplicate.
 RecordId[] DeleteRecordsCommand.getFailedRecords()
          Returns the records that failed deletion.
 RecordId[] DeleteRecordsCommand.getSucceededRecords()
          Returns the records that were successfully deleted.
 RecordId DeleteAttributeLinkCommand.getRecordId()
          Returns the taxonomy record Id.
 RecordId CreateRecordCommand.getParentRecordId()
          Gets parent record ID.
 RecordId CreateAttributeLinkCommand.getRecordId()
          Returns the taxonomy record Id.
 RecordId[] CheckoutRecordsCommand.getCheckOutRecordIds()
          Returns the new record Ids for the checked out records.
 RecordId[] CheckoutRecordsCommand.getCheckOutRecordIds(boolean allSucceeded)
          Returns the new record Ids for the checked out records.
 RecordId[] CheckoutRecordsCommand.getFailedRecords()
          Returns the records that failed to check-out.
 RecordId[] CheckoutRecordsCommand.getSucceededRecords()
          Returns the records that were successfully checked out.
 RecordId[] CheckoutRecordsAsNewCommand.getCheckOutRecordIds()
          Returns the record Ids of the new checked out records.
 RecordId[] CheckinRecordsCommand.getFailedRecords()
          Returns the records that failed to check-in.
 RecordId[] CheckinRecordsCommand.getSucceededRecords()
          Returns the records that were successfully checked in.
 RecordId[] AddSyndicationRecordIdsCommand.getRecordIds()
          Returns the record Ids.
 RecordId AddRecordsToMaskCommand.getMaskId()
          Returns the mask Id.
 RecordId[] AbstractRecordIdsCommand.getRecordIds()
          Gets the record IDs that should be retrieved from repository.
 

Methods in com.sap.mdm.data.commands with parameters of type RecordId
 void SyndicateRecordsToFilesCommand.setRecordIds(RecordId[] recordIds)
           
 Integer RollbackRecordsCommand.getReturnCode(RecordId recordId)
          Returns the reason the record failed rollback.
 void RetrieveRelationshipsCommand.setAnchorRecordId(RecordId anchorRecordId)
          Sets ID of the anchor record (required*).
 void RetrieveRelationshipMembershipCommand.setRecordId(RecordId recordId)
          Sets the record Id to retrieve the relationship membership for (required).
 void RetrieveRecordsByIdCommand.setIds(RecordId[] recordIds)
          Set record IDs that should be retrieved from repository (required*).
 void RetrieveRecordsByIdCommand.addId(RecordId recordId)
          Adds a record ID to the list of IDs that should be retrieved from repository (required*).
 void RetrieveRecordsByIdCommand.removeId(RecordId recordId)
          Removes a record ID from the list of IDs that should be retrieved from repository
 boolean RetrieveRecordsByIdCommand.containsId(RecordId recordId)
          Checks if the specified record ID is contained in the list of IDs that should be retrieved from repository.
 RecordId[] RetrieveOriginalsByCheckoutRecordCommand.getOriginalRecords(RecordId checkoutRecordId)
          Retrieves the original record Ids given a checked out record Id.
 void RetrieveMaskMembershipForRecordsCommand.setMaskId(RecordId maskId)
          Sets the mask Id (required).
 void RetrieveLimitedHierTreeCommand.setOpenNodeIds(RecordId[] openNodeIds)
          Deprecated. replaced by RetrieveLimitedHierTreeCommand.setExpandedNodes(RecordId[])
 void RetrieveLimitedHierTreeCommand.setExpandedNodes(RecordId[] expandedNodes)
          Specifies the list of expanded nodes such that other nodes, although valid, won't be included in the result (optional) .
 void RetrieveLimitedHierTreeCommand.setRootNode(RecordId rootNode)
          Sets the root node for the limited tree (optional).
 void RetrieveLimitedHierChildrenCommand.setParentNode(RecordId parentNodeId)
          Sets the parent node for the requested children (optional).
 void RetrieveJoinCheckOutPermissionsCommand.setRecordIds(RecordId[] recordIds)
          Sets checked out record ids required*.
 void RetrieveHierAncestorsCommand.setChildNode(RecordId childNodeId)
          Sets the child node which ancestors are requested (required).
 RecordId[] RetrieveCheckoutRecordsByOriginalCommand.getCheckOutRecords(RecordId originalRecordId)
          Returns the checked out record given the original record Id.
 void RetrieveCheckoutOwnerByIdCommand.setRecordIds(RecordId[] recordIds)
          Sets checked out record ids required*.
 void RetrieveBinaryObjectUsageCommand.setRecordId(RecordId recordId)
          Sets the record Id (required).
 void RetrieveAttributeLinksCommand.setRecordId(RecordId recordId)
          Sets the taxonomy record Id (required).
 void RestoreNamedSearchCommand.setRecordId(RecordId recordId)
          Sets the named search record Id (required).
 void RemoveRecordsFromMaskCommand.setMaskId(RecordId maskId)
          Sets the mask Id (required).
 void RefreshCalculatedFieldsCommand.setRecordIds(RecordId[] recordIds)
          Sets the list of records to refresh the calculated field values (required).
 Integer RefreshCalculatedFieldsCommand.getReturnCode(RecordId recordId)
          Returns the reason the record failed refreshing calculated fields.
 void ModifyRecordHierarchyCommand.setRecordId(RecordId recordId)
          Set the record ID which location should be changed (required).
 void ModifyRecordHierarchyCommand.setParentRecordId(RecordId parentRecordId)
          Sets parent record ID (optional).
 void ModifyJoinCheckOutPermissionsCommand.setRecordIds(RecordId[] recordIds)
          Sets record ids required*.
 void ModifyAttributeLinkCommand.setRecordId(RecordId recordId)
          Sets the taxonomy record Id (required).
 void MergeRecordsCommand.setRecordIds(RecordId[] records)
          Sets the records to merge (required).
 void DuplicateRecordCommand.setRecordId(RecordId recordId)
          Sets the record to duplicate (required).
 void DeleteRecordsCommand.addRecords(RecordId[] recordIds)
          Adds records that should be deleted from repository (required*).
 void DeleteRecordsCommand.addRecord(RecordId recordId)
          Adds a record to the list of records that should be deleted from repository (required*).
 Integer DeleteRecordsCommand.getReturnCode(RecordId recordId)
          Returns the reason the record failed deletion.
 void DeleteAttributeLinkCommand.setRecordId(RecordId recordId)
          Sets the taxonomy record Id (required).
 void CreateRecordCommand.setParentRecordId(RecordId parentRecordId)
          Sets parent record ID (optional).
 void CreateAttributeLinkCommand.setRecordId(RecordId recordId)
          Sets the taxonomy record Id (required).
 Integer CheckoutRecordsCommand.getReturnCode(RecordId recordId)
          Returns the reason the record failed to check-out.
 Integer CheckinRecordsCommand.getReturnCode(RecordId failedRecordId)
          Returns the reason the record failed to check-in.
 void AddSyndicationRecordIdsCommand.setRecordIds(RecordId[] recordIds)
          Sets the record Ids (required).
 void AddRecordsToMaskCommand.setMaskId(RecordId maskId)
          Sets the mask Id (required).
 void AbstractRecordIdsCommand.setRecordIds(RecordId[] recordIds)
          Sets the record IDs that should be retrieved from repository (required*).
 void AbstractRecordIdsCommand.addRecordId(RecordId recordId)
          Adds a record ID to the list of IDs that should be retrieved from repository.
 void AbstractRecordIdsCommand.removeRecordId(RecordId recordId)
          Removes a record ID from the list of IDs that should be retrieved from repository.
 boolean AbstractRecordIdsCommand.containsRecordId(RecordId recordId)
          Checks if the specified record ID is contained in the list of IDs that should be retrieved from repository.
 

Uses of RecordId in com.sap.mdm.data.permanentid.commands
 

Methods in com.sap.mdm.data.permanentid.commands that return RecordId
 RecordId[] GetRecordIdsFromPermanentIdsCommand.getRecordIds()
          Returns a list of record IDs translated from the permanent IDs, or -1, if the permanent ID is not valid.
 RecordId[] GetPermanentIdFromRecordIdCommand.getRecordIds()
          Get IDs of records those permanent IDs should be retrieved from the repository.
 

Methods in com.sap.mdm.data.permanentid.commands with parameters of type RecordId
 void GetPermanentIdFromRecordIdCommand.setRecordIds(RecordId[] recordIds)
          Set IDs of records those permanent IDs should be retrieved from the repository (required*).
 

Uses of RecordId in com.sap.mdm.dataimport
 

Methods in com.sap.mdm.dataimport that return RecordId
 RecordId RecordImportDefinition.getDestinationRecordId()
          Returns ID of the destination record
 RecordId[] ImportedRecordResult.getDestRecordIds()
          Returns array of IDs for the destination records that were successfully imported
 

Methods in com.sap.mdm.dataimport with parameters of type RecordId
 void RecordImportDefinition.setDestinationRecordId(RecordId destRecordId)
          Sets the ID of the destination record
 

Constructors in com.sap.mdm.dataimport with parameters of type RecordId
ImportedRecordResult(int importType, int sourceRecordId, RecordId[] destRecordIds, int[] destChangeStamps)
           
 

Uses of RecordId in com.sap.mdm.extension.schema
 

Methods in com.sap.mdm.extension.schema that return RecordId
 RecordId LinkedAttribute.getCategory()
          Returns the category ID the attribute is linked to
 

Methods in com.sap.mdm.extension.schema with parameters of type RecordId
 LinkedAttribute[] AttributeSchema.getLinkedAttributes(TableId tableId, RecordId category)
          Returns linked attributes related to the specified category record in the specified taxonomy table
 LinkedAttribute[] AttributeSchema.getLinkedAttributes(String tableCode, RecordId category)
          Returns linked attributes related to the specified category record in the specified taxonomy table
 LinkedAttribute[] AttributeSchema.getLinkedAttributes(TableId tableId, RecordId category, boolean loadTextValues)
          Returns linked attributes related to the specified category record in the specified taxonomy table
 LinkedAttribute[] AttributeSchema.getLinkedAttributes(String tableCode, RecordId category, boolean loadTextValues)
          Returns linked attributes related to the specified category record in the specified taxonomy table
 

Constructors in com.sap.mdm.extension.schema with parameters of type RecordId
LinkedAttribute(TableId taxonomyTableId, AttributeProperties attr, AttributeLink attrLink, RecordId category)
          Constructor
 

Uses of RecordId in com.sap.mdm.ids
 

Fields in com.sap.mdm.ids declared as RecordId
static RecordId RecordId.INVALID_RECORD_ID
           
 

Constructors in com.sap.mdm.ids with parameters of type RecordId
RecordId(RecordId that)
          Copy constructor
 

Uses of RecordId in com.sap.mdm.matching.commands
 

Methods in com.sap.mdm.matching.commands that return RecordId
 RecordId[] RetrieveMatchingResultCommand.getRecordIds()
          Returns the source records.
 RecordId RetrieveMatchedRecordsCommand.getRecordId()
          Returns the source record Id.
 

Methods in com.sap.mdm.matching.commands with parameters of type RecordId
 void RetrieveMatchingResultCommand.setSource(RecordId[] recordIds)
          Sets the source records (required*).
 void RetrieveMatchedRecordsCommand.setRecordId(RecordId recordId)
          Sets the source record Id (required).
 void ExecuteMatchingStrategyForNewRecordValuesCommand.setTarget(RecordId[] recordIds)
          Sets the target records (required*).
 void ExecuteMatchingStrategyCommand.setSource(RecordId[] recordIds)
          Sets the source records (required*).
 void ExecuteMatchingStrategyCommand.setTarget(RecordId[] recordIds)
          Sets the target records (required*).
 

Uses of RecordId in com.sap.mdm.matchingsets
 

Methods in com.sap.mdm.matchingsets that return RecordId
 RecordId MatchingSetProperties.getNode1()
          Returns first node.
 RecordId MatchingSetProperties.getNode2()
          Returns the second node.
 

Methods in com.sap.mdm.matchingsets with parameters of type RecordId
 void MatchingSetProperties.setNode1(RecordId node1)
          Sets the first node.
 void MatchingSetProperties.setNode2(RecordId node2)
          Sets the second node.
 

Constructors in com.sap.mdm.matchingsets with parameters of type RecordId
MatchingSetProperties(RecordId node1, RecordId node2, int linkType, MatchingItemPair[] pairs)
          Constructor with the specified parameters.
 

Uses of RecordId in com.sap.mdm.matchingsets.commands
 

Methods in com.sap.mdm.matchingsets.commands that return RecordId
 RecordId RetrieveMatchingTaxonomyRecordsCommand.getRecordId()
          Returns the source record Id.
 RecordId RetrieveMatchingSearchCommand.getRecordId()
          Returns the source record Id.
 RecordId RetrieveMatchingSearchCommand.getMatchingTaxonomyId()
          Returns the matching node Id.
 

Methods in com.sap.mdm.matchingsets.commands with parameters of type RecordId
 void RetrieveMatchingTaxonomyRecordsCommand.setRecordId(RecordId recordId)
          Sets the source record Id (required).
 void RetrieveMatchingSearchCommand.setRecordId(RecordId recordId)
          Sets the source record Id (required).
 void RetrieveMatchingSearchCommand.setMatchingTaxonomyId(RecordId matchingNodeId)
          Sets the matching taxonomy Id (required).
 

Uses of RecordId in com.sap.mdm.notification.event
 

Methods in com.sap.mdm.notification.event that return RecordId
 RecordId[] RecordsEvent.getRecordIds()
          Returns IDs of handled records
 RecordId RecordEvent.getRecordId()
          Returns ID of handled record
 RecordId CategoryAttributesEvent.getCategoryId()
          Returns ID of category record the attributes are linked to
 RecordId[] AbstractRecordsCheckInOutRollbackEvent.getCheckoutRecordIds()
          Returns IDs of checkout records
 RecordId AbstractRecordsCheckInOutRollbackEvent.getOriginalRecordId(RecordId checkoutRecordId)
          Returns original record ID correspondent to the specified checkout record ID.
 

Methods in com.sap.mdm.notification.event with parameters of type RecordId
 RecordId AbstractRecordsCheckInOutRollbackEvent.getOriginalRecordId(RecordId checkoutRecordId)
          Returns original record ID correspondent to the specified checkout record ID.
 

Constructors in com.sap.mdm.notification.event with parameters of type RecordId
RecordsRollbackEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
RecordsEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] recordIds)
          Constructor
RecordsCheckOutEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
RecordsCheckInEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
RecordEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId recordId)
          Constructor
LinkedAttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds, RecordId categoryId, AttributeLink[] links)
          Constructor
CategoryAttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds, RecordId categoryId)
          Constructor
BlobsEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] recordIds, ImageVariantId[] variantIds)
          Constructor
AttributesPriorityEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds, RecordId categoryId, int priority)
          Constructor
AbstractRecordsCheckInOutRollbackEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
 

Uses of RecordId in com.sap.mdm.publishing2.commands
 

Methods in com.sap.mdm.publishing2.commands that return RecordId
 RecordId[] GetNodeRecordDataCommand.getRecordIds()
          Gets an array of record IDs excluded from the printable layout.
 RecordId[] GetNodeRecordDataCommand.getExcludedRecordIds()
          Gets an array of recordIds for records excluded from the calculation of the printable layout, @see com.sap.mdm.publishing2.commands.GetLivePrintableContentCommand
 RecordId GetNodeRecordDataCommand.getRecordIdByRow(int row)
          Deprecated. Don't call this method, due to a performance hit. Instead call: getRecordIdByRowAndColumn.
 RecordId GetNodeRecordDataCommand.getRecordIdByRowAndColumn(int row, int column)
          Gets the ID of the record specified by the data grid row number
 

Methods in com.sap.mdm.publishing2.commands with parameters of type RecordId
 String GetNodeRecordDataCommand.getStringValueByField(RecordId recordId, LiidWrapper liid)
          Gets a string value of a data grid cell specified by the record and field
 String GetNodeRecordDataCommand.getStringValueByColumn(RecordId recordId, int column)
          Gets a string value of a data grid cell specified by the record ID and column number
 

Uses of RecordId in com.sap.mdm.publishing2.utils
 

Methods in com.sap.mdm.publishing2.utils that return RecordId
 RecordId[] AdoptedRelationshipsRecords.getParentRecordIds(int index)
          Gets an array of parents for each pair of adopt relationships (parent<->children)
 RecordId[] AdoptedRelationshipsRecords.getChildrenRecordIdsByIndex(int index)
          Gets an array of children for a particular relationship item (parent<->children) based on the relationship item index
 RecordId[] AdoptedRelationshipsRecords.getChildrenRecordIdsByParentRecord(RecordId recordId)
          Gets an array of children for a particular relationship item (parent<->children) based on a parentId
 

Methods in com.sap.mdm.publishing2.utils with parameters of type RecordId
 RecordId[] AdoptedRelationshipsRecords.getChildrenRecordIdsByParentRecord(RecordId recordId)
          Gets an array of children for a particular relationship item (parent<->children) based on a parentId
 

Uses of RecordId in com.sap.mdm.schema
 

Methods in com.sap.mdm.schema that return RecordId
 RecordId TextAttributeValueProperties.getImageId()
          Returns the image Id.
 RecordId AttributeProperties.getImageId()
          Returns the image Id used for the attribute.
 RecordId AbstractAttributeProperties.getImageId()
           
 RecordId LookupRecordRange.getLookupRecordId()
          Returns the lookup record Id.
 RecordId FieldProperties.getCalculationId()
           
 

Methods in com.sap.mdm.schema with parameters of type RecordId
 void TextAttributeValueProperties.setImageId(RecordId id)
          Sets the image Id.
 void AttributeProperties.setImageId(RecordId imageId)
          Sets the image Id to use for the attribute.
 void AbstractAttributeProperties.setImageId(RecordId imageId)
           
 void FieldProperties.setCalculationId(RecordId calculationId)
          Deprecated. It never did work and it's not possible to support it at the current time.
 

Constructors in com.sap.mdm.schema with parameters of type RecordId
LookupRecordRange(RecordId recordId, String fromValue, String toValue)
          Constructor with the specified lookup record and it's range.
 

Uses of RecordId in com.sap.mdm.search
 

Methods in com.sap.mdm.search that return RecordId
 RecordId TupleSearch.getRecordId()
          Returns the record Id.
 

Constructors in com.sap.mdm.search with parameters of type RecordId
TupleSearch(TableId searchTableId, FieldId fieldId, RecordId recordId)
          Defines a tuple value search for the first level tuple records.
 

Uses of RecordId in com.sap.mdm.security
 

Methods in com.sap.mdm.security that return RecordId
 RecordId[] RepositoryAccessPermissions.getTableConstraints(TableId tableId)
          Returns the table constraints.
 

Uses of RecordId in com.sap.mdm.validation
 

Methods in com.sap.mdm.validation that return RecordId
 RecordId[] ValidationResult.getRecordIds()
          Returns the list of records validated.
 RecordId[] ValidationResult.getFailedRecords()
          Returns the total list of failed records for all checked validations.
 RecordId[] ValidationResult.getFailedRecords(ValidationId validationId)
          Returns the list of records that failed to pass the specified validation.
 

Methods in com.sap.mdm.validation with parameters of type RecordId
 ValidationProperties[] ValidationResult.getFailedValidations(RecordId recordId)
          Returns the list of validations that the specified record failed to pass.
 

Uses of RecordId in com.sap.mdm.validation.commands
 

Methods in com.sap.mdm.validation.commands that return RecordId
 RecordId[] ValidateRecordsCommand.getRecordIds()
          Returns the list of records to validate.
 RecordId[] ValidateRecordsCommand.getFailedRecords()
          Returns the records that didn't validate.
 RecordId[] ValidateRecordsCommand.getSucceededRecords()
          Returns the records that were validated.
 

Methods in com.sap.mdm.validation.commands with parameters of type RecordId
 void ValidateRecordsCommand.setRecordIds(RecordId[] recordIds)
          Sets the list of records to validate (required).
 Integer ValidateRecordsCommand.getReturnCode(RecordId recordId)
          Returns the reason the record failed assignment.
 

Uses of RecordId in com.sap.mdm.valuetypes
 

Methods in com.sap.mdm.valuetypes that return RecordId
 RecordId QualifiedLookupValue.getLookupId(int index)
          Get ID of lookup record that defines the specified qualified link
 RecordId QualifiedLinkValue.getLookupId()
          Get ID of qualified lookup record
 RecordId LookupValue.getLookupId()
          Get ID of lookup record
 

Methods in com.sap.mdm.valuetypes with parameters of type RecordId
 int QualifiedLookupValue.createQualifiedLink(RecordId lookupId)
          Create new qualified link and add it to the list of links
 int QualifiedLookupValue.createQualifiedLink(RecordId lookupId, Map qualifiers)
          Create new qualified link populated with qualifier values and add it to the list of links
 int QualifiedLookupValue.createQualifiedLink(QualifiedLinkId linkId, RecordId lookupId)
          Create qualified link corresponded to the existing link in the repository and add it to the list of links.
 int QualifiedLookupValue.createQualifiedLink(QualifiedLinkId linkId, RecordId lookupId, Map qualifiers)
          Create qualified link corresponded to the existing link in the repository and add it to the list of links.
static QualifiedLinkValue MdmValueFactory.createQualifiedLinkValue(RecordId lookupId)
          Create new qualified link
static QualifiedLinkValue MdmValueFactory.createQualifiedLinkValue(RecordId lookupId, Map qualifiers)
          Create new qualified link populated with qualifier values
static QualifiedLinkValue MdmValueFactory.createQualifiedLinkValue(QualifiedLinkId linkId, RecordId lookupId)
          Create qualified link corresponded to the existing link in the repository
static QualifiedLinkValue MdmValueFactory.createQualifiedLinkValue(QualifiedLinkId linkId, RecordId lookupId, Map qualifiers)
          Create qualified link corresponded to the existing link in the repository and populated with qualifier values
 

Constructors in com.sap.mdm.valuetypes with parameters of type RecordId
LookupValue(RecordId lookupId)
          Constructor
 

Uses of RecordId in com.sap.mdm.workflow
 

Methods in com.sap.mdm.workflow that return RecordId
 RecordId[] WorkflowValidationResult.getAllRecords()
          Returns all validated records
 RecordId[] WorkflowValidationResult.getFailedRecords()
          Returns failed records
 RecordId[] WorkflowValidationResult.getSuccessRecords()
          Returns successfully validated records
 RecordId[] WorkflowJob.getRecords()
          Returns the array of record IDs for the workflow job.
 RecordId[] WorkflowApprovalResult.getAllRecords()
          Returns all validated records
 RecordId[] WorkflowApprovalResult.getApprovedRecords()
          Returns approved records
 RecordId[] WorkflowApprovalResult.getNonApprovedRecords()
          Returns non-approved records
 

Constructors in com.sap.mdm.workflow with parameters of type RecordId
WorkflowValidationResult(ValidationId validationId, RecordId[] allRecords, RecordId[] failedRecords)
           
WorkflowJob(WorkflowJobId id, String name, String description, TableId tableId, RecordId[] recordIds, Date createTime, String owner, int taskPriority)
          Deprecated. use WorkflowJob.WorkflowJob(WorkflowJobId, String, String, TableId, RecordId[], Date, String) instead.
WorkflowJob(WorkflowJobId id, String name, String description, TableId tableId, RecordId[] recordIds, Date createTime, String owner)
          Constructor
WorkflowApprovalResult(String approvalUser, String approvalRole, boolean isCompleted, RecordId[] allRecords, RecordId[] approvedRecords, RecordId[] nonApprovedRecords)
           
 



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.