|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Record | |
| com.sap.mdm.blobs | Provides classes and interfaces for representing 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.dataimport | |
| com.sap.mdm.extension.data | Provides classes for basic "extension" data container |
| com.sap.mdm.matching | Provides interfaces and classes for matching commands |
| com.sap.mdm.matching.commands | Provides commands for MDM matching functionality. |
| com.sap.mdm.search | Provides interfaces and classes for setting up a search criteria. |
| com.sap.mdm.validation.commands | Provides commands for MDM validation functionality. |
| com.sap.mdm.valuetypes | Provides container interfaces and classes for repository item values |
| Uses of Record in com.sap.mdm.blobs |
| Subinterfaces of Record in com.sap.mdm.blobs | |
interface |
BinaryBlobRecord
An interface representing a blob record which can include Binary Object, Sounds, Videos, etc. |
interface |
BlobRecord
An interface representing a blob object. |
interface |
ImageBlobRecord
An interface representing an image record. |
interface |
PdfBlobRecord
An interface representing a PDF record. |
interface |
TextBlobRecord
An interface specifying a text blob such as Text Blocks, Text HTMLs and Copy Blocks. |
| Uses of Record in com.sap.mdm.data |
| Subinterfaces of Record in com.sap.mdm.data | |
interface |
HierNode
This interface represents a record in the hierarchical repository table. |
| Methods in com.sap.mdm.data that return Record | |
Record |
RelationshipGroup.getAnchorRecord()
Get anchor record |
Record |
RelationshipGroup.getMemberRecord(RecordId recordId)
Get related record with specified ID |
Record |
Relationship.getAnchorRecord()
Get anchor record in this relationship |
Record |
Relationship.getMemberRecord()
Get member record in this relationship |
Record[] |
RecordResultSet.getRecords()
Return array of records stored in this result set |
Record |
RecordResultSet.getRecord(int index)
Get record at the specified position in the result set |
static Record |
RecordFactory.createEmptyRecord(TableId table)
|
static Record |
RecordFactory.createEmptyRecord(TableId table,
RecordId recordId)
|
Record[] |
Record.findLookupRecords(FieldId lookupFieldId)
Find supported lookup record (or records for multi-value case) in cache of result set for the specified lookup field. |
Record[] |
Record.getReverseLookupRecords(ReverseLookupId reverseLookup)
Gets the value of the specified reverse lookup field, which is an array of records that reference this record. |
Record[] |
MultipleRecordsResult.getRecords()
Returns the original records. |
| Methods in com.sap.mdm.data with parameters of type Record | |
void |
RecordResultSet.setRecords(Record[] records)
Set records to result set |
| Constructors in com.sap.mdm.data with parameters of type Record | |
Relationship(int type,
Record anchorRecord,
Record memberRecord,
boolean hasQuantity,
int quantity,
boolean hasRequired,
boolean isRequired)
Constructs with the specified parameters. |
|
RecordResultSet(Record[] records,
TableId tableId)
Constructs with the specified parameter. |
|
RecordResultSet(Record[] records,
RepositorySchema repositoryMetadata,
TableId tableId)
Constructs with the specified parameters. |
|
MultipleRecordsResult(Record[] records,
int[] succeededRecords,
HashMap succeededRecordsMap,
int[] failedRecords,
HashMap failedRecordsMap)
Constructor with the specified parameters. |
|
| Uses of Record in com.sap.mdm.data.commands |
| Methods in com.sap.mdm.data.commands that return Record | |
Record |
RetrieveRelationshipsCommand.getAnchorRecord()
Returns the anchor record. |
Record[] |
ModifyRecordsCommand.getRecords()
Returns the records. |
Record |
MergeRecordsCommand.getMergeRecordValues()
Returns the record values for the merged record. |
Record[] |
CreateRecordsCommand.getRecords()
Returns the records. |
Record |
AbstractModifyRecordCommand.getRecord()
Get the record with updated ID and change stamp after it was created/modified |
| Methods in com.sap.mdm.data.commands with parameters of type Record | |
void |
RetrieveRelationshipsCommand.setAnchorRecord(Record anchorRecord)
Sets the anchor record (required*). |
void |
ModifyRecordsCommand.setRecords(Record[] records)
Sets the records to modify required. |
void |
MergeRecordsCommand.setMergeRecordValues(Record recordValues)
Sets the record values for the merged record (required). |
void |
DeleteRecordsCommand.addRecords(Record[] records)
Adds records that should be deleted from repository (required*). |
void |
DeleteRecordsCommand.addRecord(Record record)
Adds a record to the list of records that should be deleted from repository (required*). |
void |
CreateRecordsCommand.setRecords(Record[] records)
Sets the records to create required. |
void |
AbstractModifyRecordCommand.setRecord(Record record)
Set record for creation/modification (required). |
| Uses of Record in com.sap.mdm.dataimport |
| Methods in com.sap.mdm.dataimport that return Record | |
Record |
RecordImportDefinition.getSourceRecord()
Returns the imported source record |
| Constructors in com.sap.mdm.dataimport with parameters of type Record | |
RecordImportDefinition(Record record,
int sourceId)
Constructor |
|
| Uses of Record in com.sap.mdm.extension.data |
| Subinterfaces of Record in com.sap.mdm.extension.data | |
interface |
HierNodeEx
This interface represents a "Extended" record in the hierarchical repository table. |
interface |
RecordEx
Extension of Record interface |
| Methods in com.sap.mdm.extension.data that return Record | |
Record[] |
QualifiedLinkValueEx.findLookupRecords(String lookupFieldCode)
Find supported lookup record (or records for multi-value case) in cache of result set for the specified lookup field (qualifier or non-qualifier). |
| Uses of Record in com.sap.mdm.matching |
| Methods in com.sap.mdm.matching that return Record | |
Record |
MatchingResult.getSourceRecord()
Returns the source record. |
Record |
MatchedRecordResult.getMatchedRecord()
Returns the matched record. |
| Uses of Record in com.sap.mdm.matching.commands |
| Methods in com.sap.mdm.matching.commands that return Record | |
Record[] |
ExecuteMatchingStrategyForNewRecordValuesCommand.getSource()
Returns the source records. |
| Methods in com.sap.mdm.matching.commands with parameters of type Record | |
void |
ExecuteMatchingStrategyForNewRecordValuesCommand.setSource(Record[] records)
Sets the source records (required). |
| Uses of Record in com.sap.mdm.search |
| Methods in com.sap.mdm.search that return Record | |
Record |
RecordPickListItem.getRecord()
Returns the record for this pick list item. |
| Uses of Record in com.sap.mdm.validation.commands |
| Methods in com.sap.mdm.validation.commands that return Record | |
Record |
ValidateNewRecordValuesCommand.getRecord()
Retrieves the record. |
| Methods in com.sap.mdm.validation.commands with parameters of type Record | |
void |
ValidateNewRecordValuesCommand.setRecord(Record record)
Sets the record to validate (required). |
| Uses of Record in com.sap.mdm.valuetypes |
| Methods in com.sap.mdm.valuetypes that return Record | |
Record[] |
TupleValue.findLookupRecords(FieldId lookupFieldId)
Returns the lookup record for the specified lookup field. |
Record |
QualifiedLinkValue.getQualifiedLookupRecord()
Get the qualified lookup record. |
Record[] |
QualifiedLinkValue.findLookupRecords(FieldId lookupFieldId)
Find supported lookup record (or records for multi-value case) in cache of result set for the specified lookup field (qualifier or non-qualifier). |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
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.