|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RepositoryItem | |
| com.sap.mdm | Provides basic classes, interfaces and exceptions |
| com.sap.mdm.assignment | |
| 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.extension.data | Provides classes for basic "extension" data container |
| com.sap.mdm.matching | Provides interfaces and classes for matching commands |
| com.sap.mdm.repository | Provides supporting interfaces and classes for repository commands |
| com.sap.mdm.schema | Provides supporting interfaces and classes for the schema commands. |
| com.sap.mdm.schema.fields | Provides container classes for the fields supported by the MDM server. |
| 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.valuetypes | Provides container interfaces and classes for repository item values |
| Uses of RepositoryItem in com.sap.mdm |
| Subinterfaces of RepositoryItem in com.sap.mdm | |
interface |
NamedRepositoryItem
Extending this class identifies something as a named repository object. |
| Uses of RepositoryItem in com.sap.mdm.assignment |
| Classes in com.sap.mdm.assignment that implement RepositoryItem | |
class |
AssignmentProperties
This class represents an assignment. |
| Uses of RepositoryItem in com.sap.mdm.blobs |
| Subinterfaces of RepositoryItem 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. |
| Classes in com.sap.mdm.blobs that implement RepositoryItem | |
class |
ImageVariantProperties
This class represents an image variant. |
| Uses of RepositoryItem in com.sap.mdm.data |
| Subinterfaces of RepositoryItem in com.sap.mdm.data | |
interface |
AttributeKeyMapping
This interface represents set of key mappings that maps values of text attribute to the equivalent values in the different remote systems |
interface |
HierNode
This interface represents a record in the hierarchical repository table. |
interface |
KeyMappingSet
This interface represents set of key mappings for different remote systems. |
interface |
Record
This interface represents record in MDM repository. |
interface |
RecordKeyMapping
This interface represents set of key mappings that maps the record to records in the different remote systems |
interface |
RelationshipGroup
This interface represents group of relationships between the one anchor record and list of another records. |
| Classes in com.sap.mdm.data that implement RepositoryItem | |
class |
AttributeLink
AttributeLink specifies a link between a taxonomy record and an attribute. |
class |
Relationship
This class represents relationship between two records where one of them is defined as anchor record |
| Methods in com.sap.mdm.data that return RepositoryItem | |
RepositoryItem[] |
ResultSet.getResultItems()
Get array of all result items stored in this record set |
RepositoryItem |
ResultSet.getResultItem(int index)
Get result item at the specified position in the result set |
RepositoryItem[] |
AbstractResultSet.getResultItems()
|
RepositoryItem |
AbstractResultSet.getResultItem(int index)
|
| Methods in com.sap.mdm.data with parameters of type RepositoryItem | |
void |
AbstractResultSet.setResultItems(RepositoryItem[] repositoryItems)
Set repository items to result set |
| Constructors in com.sap.mdm.data with parameters of type RepositoryItem | |
AbstractResultSet(RepositoryItem[] repositoryItems)
Constructor |
|
| Uses of RepositoryItem in com.sap.mdm.extension.data |
| Subinterfaces of RepositoryItem 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 |
| Uses of RepositoryItem in com.sap.mdm.matching |
| Classes in com.sap.mdm.matching that implement RepositoryItem | |
class |
MatchingRuleProperties
This class defines a matching rule. |
class |
MatchingStrategyProperties
This class defines a matching strategy. |
| Uses of RepositoryItem in com.sap.mdm.repository |
| Classes in com.sap.mdm.repository that implement RepositoryItem | |
class |
ExportMapProperties
Indicates an export map. |
class |
ImportMapProperties
Indicates an import map. |
class |
PortMapProperties
An abstract class indicating an import map or an export map. |
class |
PortProperties
This class represents a MDM port. |
class |
XMLSchemaProperties
Indicates an XML schema. |
| Uses of RepositoryItem in com.sap.mdm.schema |
| Subinterfaces of RepositoryItem in com.sap.mdm.schema | |
interface |
AttributeProperties
An interface defining common attribute properties. |
| Classes in com.sap.mdm.schema that implement RepositoryItem | |
class |
AbstractAttributeProperties
An abstract class for common attribute properties. |
class |
CoupledAttributeProperties
Defines a coupled attribute. |
class |
DimensionProperties
This class represents a MDM dimension such as length, weight etc. |
class |
FieldProperties
This class represents a MDM field. |
class |
NumericAttributeProperties
Defines a numeric attribute. |
class |
RelationshipProperties
Defines a relationship. |
class |
RemoteSystemProperties
Defines a remote system. |
class |
TableProperties
This class represents a MDM table. |
class |
TextAttributeProperties
Defines a text attribute. |
class |
TextAttributeValueProperties
Defines a text attribute value. |
class |
TupleDefinitionProperties
This class represents a MDM tuple definition. |
class |
UnitProperties
This class represents a MDM unit, such as an inch, a milligram, etc. |
| Uses of RepositoryItem in com.sap.mdm.schema.fields |
| Classes in com.sap.mdm.schema.fields that implement RepositoryItem | |
class |
AutoIdFieldProperties
AutoIdFieldProperties specfies a integer field that automatically increments. |
class |
BooleanFieldProperties
BooleanFieldProperties specifies a two-valued field. |
class |
CodeFieldProperties
CodeField specifies a code field. |
class |
CrcFieldProperties
CrcFieldProperties is an integer field representing a calculated CRC. |
class |
CreateStampFieldProperties
CreateStampFieldProperties specifies a time stamp field that automatically updates with the date and time of modification when any of the fields being tracked are updated. |
class |
CropFieldProperties
CropFieldProperties specifies a field that indicates a cropping on an image. |
class |
CurrencyFieldProperties
CurrencyFieldProperties specifies a real field displayed with a currency symbol. |
class |
DataGroupFieldProperties
DataGroupFieldProperties specifies a field that indicates a grouping of binary objects. |
class |
DataLocationFieldProperties
DataLocationFieldProperties specifies a field that indicates the path/directory the binary object was stored in. |
class |
ExpressionFieldProperties
ExpressionFieldProperties specifies a field that indicates an expression. |
class |
FixedWidthTextFieldProperties
FixedWidthTextFieldProperties specifies a fixed width text field. |
class |
GMTimeFieldProperties
GMTimeFieldProperties specifies a GM Time field. |
class |
ImageFormatFieldProperties
ImageFormatFieldProperties specifies a field that indicates an image format. |
class |
IntegerFieldProperties
IntegerFieldProperties specifies an integer field. |
class |
LargeTextFieldProperties
TextLargeFieldProperties specifies a text large field. |
class |
LayoutHeightFieldProperties
LayoutHeightFieldProperties specifies a layout height field. |
class |
LiteralDateFieldProperties
LiteralDateFieldProperties specifies a time stamp that ignores the time part. |
class |
LiteralTimeFieldProperties
LiteralTimeFieldProperties specifies a time stamp that ignores the date part. |
class |
LogFieldProperties
LogFieldProperties specifies a text large field with internal structure for managing multiple time stamped blocks of text within a single field. |
class |
LookupFieldProperties
LookupFieldProperties specifies a lookup field into a subtable. |
class |
MaskFieldProperties
MaskFieldProperties specifies a virtual field that stores an enumeration of main table records. |
class |
MeasurementFieldProperties
MeasurementFieldProperties specifies a real field with an associated unit of measure. |
class |
NameFieldProperties
Deprecated. This field is deprecated in 7.1. It is possible to continue using this field if the field exist in an older repository. |
class |
NormalizedTextFieldProperties
NormalizedTextFieldProperties specifies a text field with "special" (non-alphanumeric) characters removed for searching/sorting. |
class |
RealFieldProperties
RealFieldProperties specifies a real field. |
class |
RotationFieldProperties
RotationFieldProperties specifies a field that indicates a rotation. |
class |
TableIdFieldProperties
TableIdFieldProperties specifies a integer field that indicates a table ID. |
class |
TimeStampFieldProperties
TimeStampFieldProperties specifies a date-time field. |
class |
TupleFieldProperties
specifies a tuple field. |
class |
UserStampFieldProperties
UserStampFieldProperties specifies a text field that automatically updates with the name of the user who makes the changes when any of the fields being tracked are updated. |
| Uses of RepositoryItem in com.sap.mdm.security |
| Classes in com.sap.mdm.security that implement RepositoryItem | |
class |
RoleProperties
This class represents a role in MDM. |
class |
UserProperties
This class represents a user in MDM. |
| Uses of RepositoryItem in com.sap.mdm.validation |
| Classes in com.sap.mdm.validation that implement RepositoryItem | |
class |
ValidationProperties
This class represents a validation rule. |
| Uses of RepositoryItem in com.sap.mdm.valuetypes |
| Subinterfaces of RepositoryItem in com.sap.mdm.valuetypes | |
interface |
TupleValue
A data structure representing a tuple value. |
|
|||||||||||
| 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.