Uses of Interface
com.sap.mdm.data.RelationshipGroup

Packages that use RelationshipGroup
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.  
 

Uses of RelationshipGroup in com.sap.mdm.data
 

Methods in com.sap.mdm.data that return RelationshipGroup
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 RelationshipGroup RelationshipFactory.createRelationshipGroup(RelationshipGroup otherGroup)
          Creates a new relationship group as a clone of existing relationship group
static RelationshipGroup RelationshipFactory.createRelationshipGroupForUpdate(RelationshipGroup otherGroup)
          Creates a clone of existing relationship group
 

Methods in com.sap.mdm.data with parameters of type RelationshipGroup
static RelationshipGroup RelationshipFactory.createRelationshipGroup(RelationshipGroup otherGroup)
          Creates a new relationship group as a clone of existing relationship group
static RelationshipGroup RelationshipFactory.createRelationshipGroupForUpdate(RelationshipGroup otherGroup)
          Creates a clone of existing relationship group
 

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

Methods in com.sap.mdm.data.commands that return RelationshipGroup
 RelationshipGroup RetrieveRelationshipsCommand.getRelationshipGroup()
          Returns relationship group as the result of the command.
 RelationshipGroup ModifyRelationshipsCommand.getRelationshipGroup()
          Returns the relationship group.
 RelationshipGroup AddRelationshipsCommand.getRelationshipGroup()
          Returns the relationship group.
 RelationshipGroup[] AddRelationshipsCommand.getRelationshipGroups()
          Returns the relationship groups.
 

Methods in com.sap.mdm.data.commands with parameters of type RelationshipGroup
 void ModifyRelationshipsCommand.setRelationshipGroup(RelationshipGroup relationshipGroup)
          Sets the relationship group (required).
 void AddRelationshipsCommand.setRelationshipGroup(RelationshipGroup relationshipGroup)
          Sets the relationship group (required).
 void AddRelationshipsCommand.setRelationshipGroups(RelationshipGroup[] relationshipGroups)
          Sets the relationship group (required).
 



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.