|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use TableId | |
| 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.dataimport.commands | |
| com.sap.mdm.extension.data | Provides classes for basic "extension" data container |
| 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 | Provides interfaces and classes for matching commands |
| com.sap.mdm.matching.commands | Provides commands for MDM matching functionality. |
| 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.types | Provides types for publishing operations |
| com.sap.mdm.schema | Provides supporting interfaces and classes for the schema commands. |
| com.sap.mdm.schema.commands | Provides commands for managing repository schema, such as tables and fields |
| com.sap.mdm.schema.fields | Provides container classes for the fields supported by the MDM server. |
| 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.workflow | Provides classes and interfaces for representing workflow objects |
| com.sap.mdm.workflow.commands | Provides commands for managing workflows. |
| Uses of TableId in com.sap.mdm.assignment.commands |
| Methods in com.sap.mdm.assignment.commands that return TableId | |
TableId |
ExecuteAssignmentCommand.getTableId()
Returns the table Id. |
| Methods in com.sap.mdm.assignment.commands with parameters of type TableId | |
void |
ExecuteAssignmentCommand.setTableId(TableId tableId)
Sets the table Id (required). |
| Uses of TableId in com.sap.mdm.blobs |
| Methods in com.sap.mdm.blobs with parameters of type TableId | |
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. |
void |
ObjectCache.preload(TableId tableId,
ImageVariantId variantId)
Pre-loads all objects from the table until the cache is full. |
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). |
void |
BlobCache.preload(TableId tableId,
ImageVariantId variantId)
Pre-loads all objects with the specified variant ID from the specified table until the cache is full. |
void |
BlobCache.preload(TableId tableId)
Pre-loads all objects from the specified table until the cache is full. |
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 TableId in com.sap.mdm.blobs.commands |
| Methods in com.sap.mdm.blobs.commands that return TableId | |
TableId |
RetrieveBlobCommand.getTableId()
Returns the table Id. |
| Methods in com.sap.mdm.blobs.commands with parameters of type TableId | |
void |
RetrieveBlobCommand.setTableId(TableId tableId)
Sets the table Id (required). |
| Uses of TableId in com.sap.mdm.data |
| Methods in com.sap.mdm.data that return TableId | |
TableId |
ResultDefinition.getTable()
Get ID of table that defines a result set |
TableId |
RelationshipMembership.getTableId()
Returns the table Id. |
TableId |
RecordResultSet.getTableId()
Returns the ID of table all records in the set belong to |
TableId |
RecordLockingResult.getTableId()
Returns the table Id the record is from. |
TableId |
RecordKeyMapping.getTableId()
Returns table ID |
TableId |
Record.getTable()
Get ID of the table the current record belongs to. |
TableId |
AttributeKeyMapping.getTaxonomyTableId()
Returns taxonomy table ID |
TableId |
AbstractRepositoryItemUsage.getTableId()
Returns the table Id the object is from. |
| Methods in com.sap.mdm.data with parameters of type TableId | |
static Record |
RecordFactory.createEmptyRecord(TableId table)
|
static Record |
RecordFactory.createEmptyRecord(TableId table,
RecordId recordId)
|
static ImageBlobRecord |
RecordFactory.createEmptyImageRecord(TableId tableId)
|
static ImageBlobRecord |
RecordFactory.createEmptyImageRecord(TableId tableId,
RecordId recordId)
|
static PdfBlobRecord |
RecordFactory.createEmptyPdfRecord(TableId tableId)
|
static PdfBlobRecord |
RecordFactory.createEmptyPdfRecord(TableId tableId,
RecordId recordId)
|
static BinaryBlobRecord |
RecordFactory.createEmptyBinaryObjectRecord(TableId tableId)
|
static BinaryBlobRecord |
RecordFactory.createEmptyBinaryObjectRecord(TableId tableId,
RecordId recordId)
|
static TextBlobRecord |
RecordFactory.createEmptyTextRecord(TableId tableId)
|
static TextBlobRecord |
RecordFactory.createEmptyTextRecord(TableId tableId,
RecordId recordId)
|
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 |
static AttributeKeyMapping |
KeyMappingFactory.createAttributeKeyMapping(TableId taxonomyTableId,
AttributeId attributeId,
TextAttributeValueId attributeValueId)
Creates a new empty key mapping set for the specified text value of the specified attribute |
static AttributeKeyMapping |
KeyMappingFactory.createAttributeKeyMapping(TableId taxonomyTableId,
AttributeId attributeId,
TextAttributeValueId attributeValueId,
KeyMapping[] keyMappings)
Creates a new key mapping set for the specified text value of the specified attribute filled with set of key mappings |
| Constructors in com.sap.mdm.data with parameters of type TableId | |
UsageInTuple(TableId tableId,
RecordId recordId,
FieldId fieldId)
Constructor. |
|
UsageInTextAttributeValue(TableId tableId,
AttributeId attributeId,
TextAttributeValueId textAttributeValueId)
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. |
|
UsageInAttribute(TableId tableId,
AttributeId attributeId)
Constructor. |
|
SiblingMembership(TableId tableId,
RecordId recordId,
RelationshipProperties relationship,
int siblingsCount)
Constructor with the specified parameters. |
|
ResultDefinition(TableId tableId)
Constructor of a ResultDefinition object with the specified table ID. |
|
RelationshipMembership(TableId tableId,
RecordId recordId,
RelationshipProperties relationship)
Constructor with the specified parameters. |
|
RecordResultSet(RepositorySchema repositoryMetadata,
TableId tableId)
Constructs with the specified repository schema. |
|
RecordResultSet(Record[] records,
TableId tableId)
Constructs with the specified parameter. |
|
RecordResultSet(Record[] records,
RepositorySchema repositoryMetadata,
TableId tableId)
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. |
|
HierResultSet(RepositorySchema repositoryMetadata,
TableId tableId)
Constructs with the specified repository schema. |
|
HierResultSet(HierNode[] nodes,
TableId tableId)
Constructs with the specified parameter. |
|
HierResultSet(HierNode[] nodes,
RepositorySchema repositoryMetadata,
TableId tableId)
Constructs with the specified parameters. |
|
AbstractRepositoryItemUsage(TableId tableId)
Constructor. |
|
| Uses of TableId in com.sap.mdm.data.commands |
| Methods in com.sap.mdm.data.commands that return TableId | |
TableId |
UnlockRecordsOwnedCommand.getTableId()
Returns the table ID. |
TableId |
RetrieveTextAttributeValueIdsByRemoteKeyCommand.getTaxonomyTableId()
Gets ID of taxonomy table which contains the attribute which text value ID should be retrieved. |
TableId |
RetrieveRelationshipMembershipCommand.getTableId()
Returns the table Id. |
TableId |
RetrieveRecordIdsByRemoteKeyCommand.getTableId()
Gets ID of table for which record should be retrieved. |
TableId |
RetrieveMaskMembershipForRecordsCommand.getMaskTableId()
Returns the mask table Id. |
TableId |
RetrieveJoinCheckOutPermissionsCommand.getTableId()
Returns table Id. |
TableId |
RetrieveCheckoutOwnerByIdCommand.getTableId()
Returns table Id. |
TableId |
RetrieveBinaryObjectUsageCommand.getTableId()
Returns the table Id. |
TableId |
RetrieveAttributesKeyMappingsCommand.getTaxonomyTableId()
Returns the taxonomy table ID. |
TableId |
RetrieveAttributesCommand.getTaxonomyTableId()
Returns the taxonomy table Id. |
TableId |
RetrieveAttributeUsageCommand.getTableId()
Returns the table Id. |
TableId |
RetrieveAttributeLinksCommand.getTaxonomyTableId()
Returns the taxonomy table Id. |
TableId |
RetrieveAttributeCommand.getTaxonomyTableId()
Returns the taxonomy table Id. |
TableId |
RestoreNamedSearchCommand.getTableId()
Returns the search table Id. |
TableId |
RemoveRecordsFromMaskCommand.getMaskTableId()
Returns the mask table Id. |
TableId |
RefreshCalculatedFieldsCommand.getTableId()
Returns the table Id. |
TableId |
ModifyRecordsCommand.getTableId()
Returns the table Id. |
TableId |
ModifyRecordHierarchyCommand.getTableId()
Get the ID of hierarchy table that includes the record which hierarchy should be changed. |
TableId |
ModifyJoinCheckOutPermissionsCommand.getTableId()
Returns table Id. |
TableId |
ModifyAttributeLinkCommand.getTaxonomyTableId()
Returns the taxonomy table Id. |
TableId |
MergeRecordsCommand.getTableId()
Returns the table Id. |
TableId |
DuplicateRecordCommand.getTableId()
Returns the table Id. |
TableId |
DeleteRecordsCommand.getTable()
Returns table ID. |
TableId |
DeleteAttributeLinkCommand.getTaxonomyTableId()
Returns the taxonomy table Id. |
TableId |
DeleteAttributeCommand.getTaxonomyTableId()
Returns the taxonomy table Id. |
TableId |
CreateRecordsCommand.getTableId()
Returns the table Id. |
TableId |
CreateAttributeLinkCommand.getTaxonomyTableId()
Returns the taxonomy table Id. |
TableId |
CheckoutRecordsAsNewCommand.getTableId()
Returns the table ID. |
TableId |
AddRecordsToMaskCommand.getMaskTableId()
Returns the mask table Id. |
TableId |
AbstractRecordsByIdCommand.getTableId()
Returns the table ID. |
| Methods in com.sap.mdm.data.commands with parameters of type TableId | |
void |
UnlockRecordsOwnedCommand.setTableId(TableId tableId)
Sets the table ID (required). |
void |
RetrieveTextAttributeValueIdsByRemoteKeyCommand.setTaxonomyTableId(TableId taxonomyTableId)
Sets ID of taxonomy table which contains the attribute which text value ID should be retrieved (required*). |
void |
RetrieveRelationshipMembershipCommand.setTableId(TableId tableId)
Sets the table Id the record belongs to (required). |
void |
RetrieveRecordIdsByRemoteKeyCommand.setTableId(TableId tableId)
Set ID of table for which record should be retrieved (required). |
void |
RetrieveMaskMembershipForRecordsCommand.setMaskTableId(TableId maskTableId)
Sets the mask table Id from which the mask Id is from (required). |
void |
RetrieveJoinCheckOutPermissionsCommand.setTableId(TableId tableId)
Sets table Id required*. |
void |
RetrieveCheckoutOwnerByIdCommand.setTableId(TableId tableId)
Sets table Id required*. |
void |
RetrieveBinaryObjectUsageCommand.setTableId(TableId tableId)
Sets the table Id the records are from (required). |
void |
RetrieveAttributesKeyMappingsCommand.setTaxonomyTableId(TableId taxonomyTableId)
Sets the taxonomy table ID (required). |
void |
RetrieveAttributesCommand.setTaxonomyTableId(TableId table)
Sets the taxonomy table Id (required). |
void |
RetrieveAttributeUsageCommand.setTableId(TableId tableId)
Sets the taxonomy table Id the attribute is from (required). |
void |
RetrieveAttributeLinksCommand.setTaxonomyTableId(TableId taxonomyTable)
Sets the taxonomy table Id (required). |
void |
RetrieveAttributeCommand.setTaxonomyTableId(TableId table)
Sets the taxonomy table Id (required). |
void |
RestoreNamedSearchCommand.setTableId(TableId tableId)
Sets the search table Id the named search belongs to (required). |
void |
RemoveRecordsFromMaskCommand.setMaskTableId(TableId maskTableId)
Sets the mask table Id from which the mask Id is from (required). |
void |
RefreshCalculatedFieldsCommand.setTableId(TableId tableId)
Sets the table Id the records are from (required). |
void |
RecordCountCommand.setTable(TableId tableId)
Sets the table Id (required). |
void |
ModifyRecordsCommand.setTableId(TableId tableId)
Sets the table Id required. |
void |
ModifyRecordHierarchyCommand.setTableId(TableId tableId)
Set the ID of hierarchy table that includes the record which hierarchy should be changed (required). |
void |
ModifyJoinCheckOutPermissionsCommand.setTableId(TableId tableId)
Sets table Id required*. |
void |
ModifyAttributeLinkCommand.setTaxonomyTableId(TableId taxonomyTable)
Sets the taxonomy table Id (required). |
void |
MergeRecordsCommand.setTableId(TableId tableId)
Sets the table Id (required). |
void |
DuplicateRecordCommand.setTableId(TableId tableId)
Sets the table Id (required). |
void |
DeleteRecordsCommand.setTable(TableId tableId)
Sets the table Id the records are from (required). |
void |
DeleteAttributeLinkCommand.setTaxonomyTableId(TableId taxonomyTable)
Sets the taxonomy table Id (required). |
void |
DeleteAttributeCommand.setTaxonomyTableId(TableId table)
Sets the taxonomy table Id (required). |
void |
CreateRecordsCommand.setTableId(TableId tableId)
Sets the table Id required. |
void |
CreateAttributeLinkCommand.setTaxonomyTableId(TableId taxonomyTable)
Sets the taxonomy table Id (required). |
void |
CheckoutRecordsAsNewCommand.setTableId(TableId tableId)
Sets the table ID (required). |
void |
AddRecordsToMaskCommand.setMaskTableId(TableId maskTableId)
Sets the mask table Id from which the mask Id is from (required). |
void |
AbstractRecordsByIdCommand.setTableId(TableId tableId)
Sets the table ID (required). |
| Uses of TableId in com.sap.mdm.data.permanentid.commands |
| Methods in com.sap.mdm.data.permanentid.commands that return TableId | |
TableId |
GetPermanentIdFromTextAttributeValueIdCommand.getTableId()
Get ID of the table that contains text attribute values. |
TableId |
AbstractGetPermanentIdFromIdCommand.getTableId()
Get ID of the table that contains entities those permanent ids should be retrieved from repository. |
TableId |
AbstractGetFromPermanentIdsCommand.getTableId()
Returns the table ID to which the permanent IDs belong. |
| Methods in com.sap.mdm.data.permanentid.commands with parameters of type TableId | |
void |
GetPermanentIdFromTextAttributeValueIdCommand.setTableId(TableId tableId)
Set ID of the table that contains text attribute values (required*). |
void |
AbstractGetPermanentIdFromIdCommand.setTableId(TableId tableId)
Set ID of the table that contains entities those permanent ids should be retrieved from repository (required*). |
void |
AbstractGetFromPermanentIdsCommand.setTableId(TableId tableId)
Sets the table ID to which the permanent IDs belong (required). |
| Uses of TableId in com.sap.mdm.dataimport |
| Constructors in com.sap.mdm.dataimport with parameters of type TableId | |
RecordImportDefinition(TableId tableId,
int sourceId)
Constructor |
|
| Uses of TableId in com.sap.mdm.dataimport.commands |
| Methods in com.sap.mdm.dataimport.commands that return TableId | |
TableId |
ImportRecordsCommand.getTableId()
Gets the table ID for which records are imported. |
| Methods in com.sap.mdm.dataimport.commands with parameters of type TableId | |
void |
ImportRecordsCommand.setTableId(TableId tableId)
Sets the table ID for which records are imported (required*). |
| Uses of TableId in com.sap.mdm.extension.data |
| Constructors in com.sap.mdm.extension.data with parameters of type TableId | |
TextAttributeValueEx(TextAttributeValueId id,
TableId taxonomyTableId,
AttributeId attrId,
UserSessionContext ctx)
|
|
| Uses of TableId in com.sap.mdm.extension.schema |
| Methods in com.sap.mdm.extension.schema that return TableId | |
TableId |
LinkedAttribute.getTaxonomyTableId()
Returns the taxonomy table ID |
TableId[] |
AttributeSchema.getTaxonomyTableIds()
Returns IDs of taxonomy tables |
| Methods in com.sap.mdm.extension.schema with parameters of type TableId | |
AttributeProperties[] |
AttributeSchema.getAttributes(TableId tableId)
Returns all attribute belonging to the specified taxonomy table |
AttributeProperties |
AttributeSchema.getAttribute(TableId tableId,
AttributeId attrId)
Returns attribute with the specified ID belonging to the specified taxonomy table |
AttributeProperties |
AttributeSchema.getAttribute(TableId tableId,
String attrCode)
Returns attribute with the specified code belonging to the specified taxonomy table |
LinkedAttribute[] |
AttributeSchema.getLinkedAttributes(TableId tableId,
RecordId category)
Returns linked attributes related to the specified category record in the specified taxonomy table |
String |
AttributeSchema.getAttributeCode(TableId tableId,
AttributeId attrId)
Converts the attribute ID to attribute code. |
AttributeId |
AttributeSchema.getAttributeId(TableId tableId,
String attrCode)
Converts the attribute Code to attribute ID. |
AttributeProperties[] |
AttributeSchema.getAttributes(TableId tableId,
boolean loadTextValues)
Returns all attributes belonging to the specified taxonomy table |
AttributeProperties |
AttributeSchema.getAttribute(TableId tableId,
AttributeId attrId,
boolean loadTextValues)
Returns an attribute with the specified ID belonging to the specified taxonomy table |
AttributeProperties |
AttributeSchema.getAttribute(TableId tableId,
String attrCode,
boolean loadTextValues)
Returns an attribute with the specified code belonging to 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 |
| Constructors in com.sap.mdm.extension.schema with parameters of type TableId | |
LinkedAttribute(TableId taxonomyTableId,
AttributeProperties attr,
AttributeLink attrLink,
RecordId category)
Constructor |
|
| Uses of TableId in com.sap.mdm.ids |
| Fields in com.sap.mdm.ids declared as TableId | |
static TableId |
TableId.INVALID_TABLE_ID
|
| Methods in com.sap.mdm.ids that return TableId | |
TableId |
ReverseLookupId.getTableId()
Returns the ID of the table in which the reverse lookup is defined. |
| Constructors in com.sap.mdm.ids with parameters of type TableId | |
TableId(TableId that)
Copy constructor |
|
| Uses of TableId in com.sap.mdm.matching |
| Methods in com.sap.mdm.matching that return TableId | |
TableId |
MatchingStrategyProperties.getTableId()
Returns the table Id. |
| Constructors in com.sap.mdm.matching with parameters of type TableId | |
MatchingStrategyProperties(TableId tableId,
MatchingStrategyId id,
RegionalString name,
int minScore,
int maxScore,
int lowerThreshold,
int upperThreshold,
MatchingRuleProperties[] rules)
Constructor for the specified parameter values. |
|
| Uses of TableId in com.sap.mdm.matching.commands |
| Methods in com.sap.mdm.matching.commands that return TableId | |
TableId |
RetrieveMatchingStrategiesCommand.getTableId()
Returns the table Id. |
TableId |
ExecuteMatchingStrategyForNewRecordValuesCommand.getTableId()
Returns the table Id. |
TableId |
ExecuteMatchingStrategyCommand.getTableId()
Returns the table Id. |
| Methods in com.sap.mdm.matching.commands with parameters of type TableId | |
void |
RetrieveMatchingStrategiesCommand.setTableId(TableId tableId)
Sets the table Id (optional). |
void |
ExecuteMatchingStrategyForNewRecordValuesCommand.setTableId(TableId tableId)
Sets the table Id (required) for which the matching strategy is defined. |
void |
ExecuteMatchingStrategyCommand.setTableId(TableId tableId)
Sets the table Id (required) for which the matching strategy is defined. |
| Uses of TableId in com.sap.mdm.matchingsets.commands |
| Methods in com.sap.mdm.matchingsets.commands that return TableId | |
TableId |
RetrieveMatchingTaxonomyRecordsCommand.getTableId()
Returns the table Id of the source record. |
TableId |
RetrieveMatchingSetsCommand.getTableId()
Returns the taxonomy table Id. |
TableId |
RetrieveMatchingSearchCommand.getTableId()
Returns the table Id. |
| Methods in com.sap.mdm.matchingsets.commands with parameters of type TableId | |
void |
RetrieveMatchingTaxonomyRecordsCommand.setTableId(TableId tableId)
Sets the table Id of the source record (required). |
void |
RetrieveMatchingSetsCommand.setTableId(TableId tableId)
Sets the taxonomy table Id (required). |
void |
RetrieveMatchingSearchCommand.setTableId(TableId tableId)
Sets the table Id (required). |
| Uses of TableId in com.sap.mdm.notification.event |
| Methods in com.sap.mdm.notification.event that return TableId | |
TableId |
RecordsEvent.getTableId()
Returns table ID the handled records belong to |
TableId |
RecordEvent.getTableId()
Returns table ID the handled record belongs to |
TableId |
AttributesEvent.getTaxonomyTableId()
Returns taxonomy table ID |
TableId |
AbstractRecordsCheckInOutRollbackEvent.getTableId()
Returns table ID the handled records belong to |
| Constructors in com.sap.mdm.notification.event with parameters of type TableId | |
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 |
|
AttributesKeyMapableEvent(int type,
String serverName,
RepositoryIdentifier repositoryId,
TableId taxonomyTableId,
AttributeId[] attrIds,
boolean isKeyMapable)
Constructor |
|
AttributesEvent(int type,
String serverName,
RepositoryIdentifier repositoryId,
TableId taxonomyTableId,
AttributeId[] attrIds)
Constructor |
|
AbstractRecordsCheckInOutRollbackEvent(int type,
String serverName,
RepositoryIdentifier repositoryId,
TableId tableId,
RecordId[] checkoutRecordIds,
RecordId[] originalRecordIds)
Constructor |
|
| Uses of TableId in com.sap.mdm.publishing2.types |
| Fields in com.sap.mdm.publishing2.types declared as TableId | |
TableId |
SessionParameters.tableId
|
| Constructors in com.sap.mdm.publishing2.types with parameters of type TableId | |
SessionParameters(String user,
String mdsServer,
String mdsRepository,
String dbmsServerName,
String dbName,
DBMSType dbmsType,
RegionProperties regionProperties,
TableId tableId,
FieldId mainTableTaxonomyFieldId)
Creates a new instance of this class. |
|
| Uses of TableId in com.sap.mdm.schema |
| Methods in com.sap.mdm.schema that return TableId | |
TableId |
AttributeProperties.getTableId()
Returns the table Id the attribute belongs to. |
TableId |
AbstractAttributeProperties.getTableId()
|
TableId |
TableProperties.getId()
Get table ID |
TableId |
TableProperties.getMaskTableId()
Returns the mask table ID. |
TableId[] |
RepositorySchema.getTableIds()
Returns IDs for all tables of the repository. |
TableId |
RepositorySchema.getTableId(String tableCode)
Converts the table code to table ID |
TableId |
RelationshipProperties.getChildTableId()
|
TableId |
RelationshipProperties.getSiblingTableId()
|
TableId |
RelationshipProperties.getParentTableId()
|
TableId |
LookupRange.getTableId()
Returns the table Id. |
TableId |
FieldProperties.getTableId()
Returns the table ID the field belongs to. |
| Methods in com.sap.mdm.schema with parameters of type TableId | |
void |
AttributeProperties.setTableId(TableId tableId)
Sets the table Id the attribute belongs to. |
void |
AbstractAttributeProperties.setTableId(TableId tableId)
|
void |
TableProperties.setMaskTableId(TableId maskTableId)
For internal use only. |
void |
TableProperties.setId(TableId id)
For internal use only. |
TableSchema |
RepositorySchema.getTableSchema(TableId tableId)
Returns the table metadata for the specified table. |
TableProperties |
RepositorySchema.getTable(TableId tableId)
Returns the table properties for the specified table |
boolean |
RepositorySchema.containsTable(TableId tableId)
Returns a boolean indicating if the specified table exists. |
String |
RepositorySchema.getTableCode(TableId tableId)
Converts the table ID to table code |
FieldProperties[] |
RepositorySchema.getFields(TableId tableId)
Returns the properties for all fields of the specified table |
FieldProperties |
RepositorySchema.getField(TableId tableId,
FieldId fieldId)
Returns properties of the specified field for the specified table |
String |
RepositorySchema.getFieldCode(TableId tableId,
FieldId fieldId)
Converts the field code to field ID |
ReverseLookupId[] |
RepositorySchema.getReverseLookups(TableId tableId)
Returns reverse lookups for the table specified by its ID. |
void |
RelationshipProperties.setChildTableId(TableId childTableId)
|
void |
RelationshipProperties.setSiblingTableId(TableId siblingTableId)
|
void |
RelationshipProperties.setParentTableId(TableId parentTableId)
|
void |
FieldProperties.setTableId(TableId tableId)
Sets the table ID the field belongs to. |
| Constructors in com.sap.mdm.schema with parameters of type TableId | |
LookupRange(TableId tableId,
FieldId fieldId,
LookupRecordRange[] recordRanges)
Constructor with the specified lookup field and lookup record range. |
|
| Uses of TableId in com.sap.mdm.schema.commands |
| Methods in com.sap.mdm.schema.commands that return TableId | |
TableId |
SetTableUniqueConstraintCommand.getTable()
|
TableId |
ReorderFieldsCommand.getTableId()
Returns the table Id. |
TableId |
GetTableUniqueConstraintCommand.getTable()
|
TableId |
GetFieldListCommand.getTableId()
|
TableId |
CreateTableCommand.getNewTableId()
|
| Methods in com.sap.mdm.schema.commands with parameters of type TableId | |
void |
SetTableUniqueConstraintCommand.setTable(TableId table)
The table to set the constraint on (required). |
void |
ReorderFieldsCommand.setTableId(TableId tableId)
Sets the table Id (required). |
void |
GetTableUniqueConstraintCommand.setTable(TableId table)
The table to retrieve the field constraint for (required). |
void |
GetFieldListCommand.setTableId(TableId tableId)
The table to retrieve the fields from (required). |
| Uses of TableId in com.sap.mdm.schema.fields |
| Methods in com.sap.mdm.schema.fields that return TableId | |
TableId |
LookupFieldProperties.getLookupTableId()
|
| Methods in com.sap.mdm.schema.fields with parameters of type TableId | |
void |
LookupFieldProperties.setLookupTableId(TableId lookupTableId)
|
| Uses of TableId in com.sap.mdm.search |
| Methods in com.sap.mdm.search that return TableId | |
TableId |
Search.getSearchTableId()
Returns the search table Id. |
| Constructors in com.sap.mdm.search with parameters of type TableId | |
TupleSearch(TableId searchTableId,
FieldId fieldId,
RecordId recordId)
Defines a tuple value search for the first level tuple records. |
|
TupleSearch(TableId searchTableId,
FieldId[] fieldPath,
TupleRecordId tupleRecordId)
Defines a tuple value search for the second level tuple records and beyond. |
|
Search(TableId searchTableId)
Constructor with the specified parameter. |
|
| Uses of TableId in com.sap.mdm.security |
| Methods in com.sap.mdm.security with parameters of type TableId | |
int |
RepositoryAccessPermissions.getTablePermission(TableId tableId)
Returns the access permission for the specified table. |
int |
RepositoryAccessPermissions.getFieldPermission(TableId tableId,
FieldId fieldId)
Returns the access permission for the specified field. |
int |
RepositoryAccessPermissions.getFieldPermission(TableId tableId,
FieldId[] fieldIdPath)
Returns the access permission for the specified field. |
RecordId[] |
RepositoryAccessPermissions.getTableConstraints(TableId tableId)
Returns the table constraints. |
| Uses of TableId in com.sap.mdm.validation |
| Methods in com.sap.mdm.validation that return TableId | |
TableId |
ValidationPropertiesResult.getTableId()
Returns the table Id the validation is from. |
| Constructors in com.sap.mdm.validation with parameters of type TableId | |
ValidationPropertiesResult(TableId tableId,
ValidationProperties[] validations,
HierGroupNode validationGroup)
Constructor for the specified parameter values. |
|
| Uses of TableId in com.sap.mdm.validation.commands |
| Methods in com.sap.mdm.validation.commands that return TableId | |
TableId |
ValidateRecordsCommand.getTableId()
Returns the table Id. |
TableId |
ValidateNewRecordValuesCommand.getTableId()
Returns the table Id. |
TableId |
RetrieveValidationsCommand.getTableId()
Retrieves the table Id. |
| Methods in com.sap.mdm.validation.commands with parameters of type TableId | |
void |
ValidateRecordsCommand.setTableId(TableId tableId)
Sets the table Id (required). |
void |
ValidateNewRecordValuesCommand.setTableId(TableId tableId)
Sets the table Id (required). |
void |
RetrieveValidationsCommand.setTableId(TableId tableId)
Sets the table Id (required*). |
| Uses of TableId in com.sap.mdm.workflow |
| Methods in com.sap.mdm.workflow that return TableId | |
TableId |
WorkflowProperties.getTableId()
Returns the ID of table the current workflow belongs to. |
TableId |
WorkflowJob.getTableId()
Returns the table ID which records are operated by this workflow job. |
| Constructors in com.sap.mdm.workflow with parameters of type TableId | |
WorkflowProperties(WorkflowId id,
String name,
String code,
String description,
TableId tableId,
String owner,
boolean isActive,
int launchType,
int[] triggerActions,
int maxRecords,
MeasurementValue maxTime,
String createdBy,
DateTimeValue creationDate,
String modifiedBy,
DateTimeValue modificationDate)
Creates an instance with the specified parameters. |
|
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 |
|
| Uses of TableId in com.sap.mdm.workflow.commands |
| Methods in com.sap.mdm.workflow.commands that return TableId | |
TableId |
RetrieveWorkflowsCommand.getTableId()
Retrieves the table Id. |
TableId |
RetrieveWorkflowTasksCommand.getTableId()
Retrieves the table Id. |
TableId |
GetActiveWorkflowTasksCommand.getTableId()
Retrieves the table Id. |
| Methods in com.sap.mdm.workflow.commands with parameters of type TableId | |
void |
RetrieveWorkflowsCommand.setTableId(TableId tableId)
Sets the table ID (optional). |
void |
RetrieveWorkflowTasksCommand.setTableId(TableId tableId)
Sets the table Id (optional). |
void |
GetActiveWorkflowTasksCommand.setTableId(TableId tableId)
Sets the table Id (optional). |
|
|||||||||||
| 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.