Uses of Class
com.sap.mdm.server.RepositoryIdentifier

Packages that use RepositoryIdentifier
com.sap.mdm.blobs Provides classes and interfaces for representing images, PDFs, etc 
com.sap.mdm.commands Provides commands for establishing a session with the MDM server.  
com.sap.mdm.notification Provides classes and interfaces for connection notifications 
com.sap.mdm.notification.event Provides classes and interfaces for the various server events 
com.sap.mdm.publishing.commands Provides commands for Publishing operating 
com.sap.mdm.publishing2.commands Provides commands for Publishing operating 
com.sap.mdm.repository Provides supporting interfaces and classes for repository commands 
com.sap.mdm.repository.commands Provides commands for operating on a repository 
com.sap.mdm.schema Provides supporting interfaces and classes for the schema commands.  
com.sap.mdm.server Provides supporting classes for working with the MDM server 
com.sap.mdm.server.commands Provides commands for managing repositories 
com.sap.mdm.session Provides classes and interfaces for connection and session management 
 

Uses of RepositoryIdentifier in com.sap.mdm.blobs
 

Methods in com.sap.mdm.blobs that return RepositoryIdentifier
 RepositoryIdentifier ObjectCache.getRepositoryIdentifier()
          Returns the repository.
 RepositoryIdentifier BlobCache.getRepository()
          Returns the repository where blob objects are stored.
 

Methods in com.sap.mdm.blobs with parameters of type RepositoryIdentifier
 void ObjectCache.setReposIdentifier(RepositoryIdentifier reposId)
          Sets the repository (required).
 

Uses of RepositoryIdentifier in com.sap.mdm.commands
 

Methods in com.sap.mdm.commands that return RepositoryIdentifier
 RepositoryIdentifier[] GetRunningRepositoryListCommand.getRepositories()
          Returns the list of running repositories.
 RepositoryIdentifier GetRepositoryRegionListCommand.getRepositoryIdentifier()
          Returns the specified repository.
 RepositoryIdentifier CreateUserSessionCommand.getRepositoryIdentifier()
          Returns the specified repository.
 RepositoryIdentifier CreateRepositorySessionCommand.getRepositoryIdentifier()
          Returns the specified repository.
 

Methods in com.sap.mdm.commands with parameters of type RepositoryIdentifier
 void GetRepositoryRegionListCommand.setRepositoryIdentifier(RepositoryIdentifier reposId)
          Specifies the repository to operate on (required).
 void CreateUserSessionCommand.setRepositoryIdentifier(RepositoryIdentifier reposId)
          Specifies the repository to operate on (required).
 void CreateRepositorySessionCommand.setRepositoryIdentifier(RepositoryIdentifier reposId)
          Specifies the repository to operate on (required).
 

Uses of RepositoryIdentifier in com.sap.mdm.notification
 

Methods in com.sap.mdm.notification with parameters of type RepositoryIdentifier
 void LayoutServerEventDispatcher.registerForEvents(String userName, String userPassword, RepositoryIdentifier reposId, RegionProperties dataRegion)
           
 void EventDispatcher.registerRepositoryNotifications(String repositoryUserName, String repositoryUserPassword, RepositoryIdentifier reposId)
          Deprecated. replaced by EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet, RepositorySessionContext, String)
 void EventDispatcher.registerTrustedRepositoryNotifications(String repositoryUserName, RepositoryIdentifier reposId)
          Deprecated. replaced by EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet, RepositorySessionContext, String)
 boolean EventDispatcher.isRepositoryNotificationsRegistered(RepositoryIdentifier reposId)
          Deprecated. replaced by EventDispatcher.isRepositoryNotificationsRegistered(RepositoryEventRegistrationSet, RepositoryIdentifier)
 boolean EventDispatcher.isRepositoryNotificationsRegistered(RepositoryEventRegistrationSet registrationSet, RepositoryIdentifier reposId)
          Check if this event dispatcher is registered for the specified set of repository notifications.
 void EventDispatcher.registerDataNotifications(String repositoryUserName, String repositoryUserPassword, RepositoryIdentifier reposId, RegionProperties dataRegion)
          Deprecated. replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String)
 void EventDispatcher.registerTrustedDataNotifications(String repositoryUserName, RepositoryIdentifier reposId, RegionProperties dataRegion)
          Deprecated. replaced by EventDispatcher.registerDataNotifications(DataEventRegistrationSet, UserSessionContext, String)
 boolean EventDispatcher.isDataNotificationsRegistered(RepositoryIdentifier reposId)
          Deprecated. replaced by EventDispatcher.isDataNotificationsRegistered(DataEventRegistrationSet, RepositoryIdentifier)
 boolean EventDispatcher.isDataNotificationsRegistered(DataEventRegistrationSet registrationSet, RepositoryIdentifier reposId)
          Check if this event dispatcher is registered for the specified set of data notifications.
 

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

Methods in com.sap.mdm.notification.event that return RepositoryIdentifier
 RepositoryIdentifier ServerEvent.getRepositoryId()
          Returns repository identifier or null if repository is not specified in event.
 RepositoryIdentifier RepositoryEvent.getRepositoryId()
          Returns the repository identifier
 RepositoryIdentifier DataEvent.getRepositoryId()
          Returns the repository identifier
 

Constructors in com.sap.mdm.notification.event with parameters of type RepositoryIdentifier
UserEvent(int type, String serverName, RepositoryIdentifier repositoryId, UserProperties userProperties)
           
TupleDefinitionEvent(int type, String serverName, RepositoryIdentifier repositoryId, TupleDefinitionProperties tupleDefinitionProperties)
           
TableEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableProperties tableProperties)
          Constructor
SyndicationEvent(int type, String serverName, RepositoryIdentifier repositoryId, PortProperties port, String filePrefix, String fileExtension, int fileCount)
          Constructor
SyndicationEvent(int type, String serverName, RepositoryIdentifier repositoryId, PortProperties port, int portStatus, String filePrefix, String fileExtension)
          Deprecated. replaced by SyndicationEvent.SyndicationEvent(int, String, RepositoryIdentifier, PortProperties, String, String, int)
SyndicationErrorEvent(int type, String serverName, RepositoryIdentifier repositoryId, PortProperties port, int portStatus, String filePrefix, int rc)
          Constructor
ServerEvent(int type, String serverName, RepositoryIdentifier repositoryId)
           
RoleEvent(int type, String serverName, RepositoryIdentifier repositoryId, RoleProperties roleProperties)
          Constructor
RepositoryStatusEvent(int type, String serverName, RepositoryIdentifier repositoryId, RepositoryStatus status)
          Constructor
RepositorySettingsEvent(int type, String serverName, RepositoryIdentifier repositoryId, RegionInheritanceProperties[] regionsInheritance)
          Constructor
RepositoryRegionsInheritanceEvent(int type, String serverName, RepositoryIdentifier repositoryId, RegionInheritanceProperties[] regionsInheritance)
          Constructor
RepositoryRegionsEvent(int type, String serverName, RepositoryIdentifier repositoryId, RegionProperties[] regions)
          Constructor
RepositoryPortEvent(int type, String serverName, RepositoryIdentifier repositoryId, int newPort)
          Constructor
RepositoryNameEvent(int type, String serverName, RepositoryIdentifier repositoryId, String newName)
          Constructor
RepositoryEvent(int type, String serverName, RepositoryIdentifier repositoryId)
           
RepositoryDescriptionEvent(int type, String serverName, RepositoryIdentifier repositoryId, String newDescription)
          Constructor
RemoteSystemEvent(int type, String serverName, RepositoryIdentifier repositoryId, RemoteSystemProperties remoteSystemProperties)
          Constructor
RelationshipEvent(int type, String serverName, RepositoryIdentifier repositoryId, RelationshipProperties relationshipProperties)
          Constructor
ImportEvent(int type, String serverName, RepositoryIdentifier repositoryId, PortProperties port, int portStatus, com.sap.mdm.internal.notification.ImportFileStatus[] statuses)
          Constructor
FieldsEvent(int type, String serverName, RepositoryIdentifier repositoryId, FieldProperties[] fieldsProperties)
          Constructor
FieldEvent(int type, String serverName, RepositoryIdentifier repositoryId, FieldProperties fieldProperties)
          Constructor
RecordsRollbackEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
RecordsRollbackEvent(int type, String serverName, RepositoryIdentifier repositoryId, int tableIntId, int[] checkoutRecordIntIds, int[] originalRecordIntIds)
          Constructor
RecordsEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] recordIds)
          Constructor
RecordsEvent(int type, String serverName, RepositoryIdentifier repositoryId, int tableIntId, int[] recordIntIds)
          Constructor
RecordsCheckOutEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
RecordsCheckOutEvent(int type, String serverName, RepositoryIdentifier repositoryId, int tableIntId, int[] checkoutRecordIntIds, int[] originalRecordIntIds)
          Constructor
RecordsCheckInEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
RecordsCheckInEvent(int type, String serverName, RepositoryIdentifier repositoryId, int tableIntId, int[] checkoutRecordIntIds, int[] originalRecordIntIds)
          Constructor
RecordEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId recordId)
          Constructor
RecordEvent(int type, String serverName, RepositoryIdentifier repositoryId, int tableIntId, int recordIntId)
          Constructor
LinkedAttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds, RecordId categoryId, AttributeLink[] links)
          Constructor
LinkedAttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, int taxonomyTableIntId, int[] attrIntIds, int categoryIntId, AttributeLink[] links)
          Constructor
DataEvent(int type, String serverName, RepositoryIdentifier repositoryId)
           
CategoryAttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds, RecordId categoryId)
          Constructor
CategoryAttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, int taxonomyTableIntId, int[] attrIntIds, int categoryIntId)
          Constructor
BlobsEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] recordIds, ImageVariantId[] variantIds)
          Constructor
BlobsEvent(int type, String serverName, RepositoryIdentifier repositoryId, int tableIntId, int[] recordIntIds, int[] variantIntIds)
          Constructor
AttributesPriorityEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds, RecordId categoryId, int priority)
          Constructor
AttributesPriorityEvent(int type, String serverName, RepositoryIdentifier repositoryId, int taxonomyTableIntId, int[] attrIntIds, int categoryIntId, int priority)
          Constructor
AttributesKeyMapableEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds, boolean isKeyMapable)
          Constructor
AttributesKeyMapableEvent(int type, String serverName, RepositoryIdentifier repositoryId, int taxonomyTableIntId, int[] attrIntIds, boolean isKeyMapable)
          Constructor
AttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId taxonomyTableId, AttributeId[] attrIds)
          Constructor
AttributesEvent(int type, String serverName, RepositoryIdentifier repositoryId, int taxonomyTableIntId, int[] attrIntIds)
          Constructor
AttributeEvent(int type, String serverName, RepositoryIdentifier repositoryId, AttributeProperties attr, AttributeProperties[] numericAttrs)
          Constructor
AbstractRecordsCheckInOutRollbackEvent(int type, String serverName, RepositoryIdentifier repositoryId, TableId tableId, RecordId[] checkoutRecordIds, RecordId[] originalRecordIds)
          Constructor
AbstractRecordsCheckInOutRollbackEvent(int type, String serverName, RepositoryIdentifier repositoryId, int tableIntId, int[] checkoutRecordIntIds, int[] originalRecordIntIds)
          Constructor
 

Uses of RepositoryIdentifier in com.sap.mdm.publishing.commands
 

Methods in com.sap.mdm.publishing.commands that return RepositoryIdentifier
 RepositoryIdentifier CreateLayoutServerSessionCommand.getRepositoryIdentifier()
          Returns the repository identifier.
 

Methods in com.sap.mdm.publishing.commands with parameters of type RepositoryIdentifier
 void CreateLayoutServerSessionCommand.setRepositoryIdentifier(RepositoryIdentifier repIdentifier)
          Sets a repository identifier (required).
 

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

Methods in com.sap.mdm.publishing2.commands that return RepositoryIdentifier
 RepositoryIdentifier CreateLayoutServerSessionCommand.getRepositoryIdentifier()
          Returns the repository identifier.
 

Methods in com.sap.mdm.publishing2.commands with parameters of type RepositoryIdentifier
 void CreateLayoutServerSessionCommand.setRepositoryIdentifier(RepositoryIdentifier repIdentifier)
          Sets a repository identifier (required).
 

Uses of RepositoryIdentifier in com.sap.mdm.repository
 

Methods in com.sap.mdm.repository that return RepositoryIdentifier
 RepositoryIdentifier RepositoryProperties.getRepositoryIdentifier()
          Retrieves the repository identifier.
 RepositoryIdentifier RepositoryLogProperties.getSourceRepositoryIdentifier()
          Returns the specified source repository.
 RepositoryIdentifier RepositoryLogProperties.getTargetRepositoryIdentifier()
          Returns the specified target repository.
 

Constructors in com.sap.mdm.repository with parameters of type RepositoryIdentifier
RepositoryProperties(RepositoryIdentifier reposId, String description, int repositoryType, boolean isStemmed, RegionProperties[] regions, int port, RepositoryStatus repositoryStatus, int runningOperations, boolean isBroken, boolean isMemoryCorrupt, boolean isSchemaCorrupt, boolean isReadOnlyRepository)
          Constructs with the specified parameters.
RepositoryLogProperties(String fileName, String timeStamp, String operation, RepositoryIdentifier sourceRepository, RepositoryIdentifier targetRepository)
          Constructor with the specified parameters.
 

Uses of RepositoryIdentifier in com.sap.mdm.repository.commands
 

Methods in com.sap.mdm.repository.commands that return RepositoryIdentifier
 RepositoryIdentifier UpdateRepositoryCommand.getRepositoryIdentifier()
          Returns the specified repository.
 RepositoryIdentifier UnmountRepositoryCommand.getRepositoryIdentifier()
          Returns the specified repository.
 RepositoryIdentifier SwapRepositoriesCommand.getSourceRepositoryIdentifier()
          Deprecated. Returns the specified source repository.
 RepositoryIdentifier SwapRepositoriesCommand.getTargetRepositoryIdentifier()
          Deprecated. Returns the specified target repository.
 RepositoryIdentifier MountRepositoryCommand.getRepositoryIdentifier()
          Returns the specified repository.
 RepositoryIdentifier GetRepositoryLogListCommand.getRepositoryIdentifier()
          Deprecated. This command takes in a repository session.
 RepositoryIdentifier DuplicateRepositoryCommand.getTargetRepositoryIdentifier()
          Returns the specified target repository.
 RepositoryIdentifier DuplicateRepositoryCommand.getSourceRepositoryIdentifier()
          Returns the specified source repository.
 RepositoryIdentifier DeleteRepositoryCommand.getRepositoryIdentifier()
          Returns the specified repository.
 RepositoryIdentifier CreateSlaveRepositoryCommand.getTargetRepositoryIdentifier()
          Returns the specified target repository.
 RepositoryIdentifier CreateSlaveRepositoryCommand.getSourceRepositoryIdentifier()
          Returns the specified source repository.
 RepositoryIdentifier ArchiveRepositoryCommand.getRepositoryIdentifier()
          Returns the specified repository.
 

Methods in com.sap.mdm.repository.commands with parameters of type RepositoryIdentifier
 void UpdateRepositoryCommand.setRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the repository to operate on (required).
 void UnmountRepositoryCommand.setRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the repository to operate on (required).
 void SwapRepositoriesCommand.setSourceRepositoryIdentifier(RepositoryIdentifier reposDef)
          Deprecated. Specifies the source repository to operate on (required).
 void SwapRepositoriesCommand.setTargetRepositoryIdentifier(RepositoryIdentifier reposDef)
          Deprecated. Specifies the target repository to operate on (required).
 void MountRepositoryCommand.setRepositoryIdentifier(RepositoryIdentifier reposId)
          Specifies the repository to operate on (required).
 void GetRepositoryLogListCommand.setRepositoryIdentifier(RepositoryIdentifier reposDef)
          Deprecated. This command takes in a repository session.
 void DuplicateRepositoryCommand.setTargetRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the target repository to operate on (required).
 void DuplicateRepositoryCommand.setSourceRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the source repository to operate on (required).
 void DeleteRepositoryCommand.setRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the repository to operate on (required).
 void CreateSlaveRepositoryCommand.setTargetRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the target repository to operate on (required).
 void CreateSlaveRepositoryCommand.setSourceRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the source repository to operate on (required).
 void ArchiveRepositoryCommand.setRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the repository to operate on (required).
 

Uses of RepositoryIdentifier in com.sap.mdm.schema
 

Methods in com.sap.mdm.schema that return RepositoryIdentifier
 RepositoryIdentifier RepositorySchema.getRepository()
          Deprecated. use getRepositoryIdentifier
 RepositoryIdentifier RepositorySchema.getRepositoryIdentifier()
          Get repository identifier
 

Uses of RepositoryIdentifier in com.sap.mdm.server
 

Subclasses of RepositoryIdentifier in com.sap.mdm.server
 class MountedRepository
          A class for identifying a mounted repository.
 

Methods in com.sap.mdm.server that return RepositoryIdentifier
 RepositoryIdentifier ServerLogProperties.getRepositoryIdentifier()
          Returns the repository that produced this log.
 

Constructors in com.sap.mdm.server with parameters of type RepositoryIdentifier
ServerLogProperties(String fileName, String operation, String timeStamp, RepositoryIdentifier repository)
          Constructor for the specified parameters.
RepositoryIdentifier(RepositoryIdentifier other)
          Copy c'tor.
 

Uses of RepositoryIdentifier in com.sap.mdm.server.commands
 

Methods in com.sap.mdm.server.commands that return RepositoryIdentifier
 RepositoryIdentifier UnarchiveRepositoryCommand.getRepositoryIdentifier()
          Returns the specified repository.
 RepositoryIdentifier CreateRepositoryCommand.getRepositoryIdentifier()
          Returns the specified repository.
 

Methods in com.sap.mdm.server.commands with parameters of type RepositoryIdentifier
 void UnarchiveRepositoryCommand.setRepositoryIdentifier(RepositoryIdentifier reposId)
          Specifies the repository to operate on (required).
 void CreateRepositoryCommand.setRepositoryIdentifier(RepositoryIdentifier reposDef)
          Specifies the repository to operate on (required).
 

Uses of RepositoryIdentifier in com.sap.mdm.session
 

Methods in com.sap.mdm.session that return RepositoryIdentifier
 RepositoryIdentifier RepositorySessionContext.getRepository()
          Returns the repository identifier
 

Constructors in com.sap.mdm.session with parameters of type RepositoryIdentifier
UserSessionContext(String serverName, String serverUserName, RepositoryIdentifier repository, String regionName, String userName)
          Constructor
UserSessionContext(String serverName, RepositoryIdentifier repository, String regionName, String userName)
          Constructor
UserSessionContext(String serverName, RepositoryIdentifier repository, String userName)
          Constructor
UserSessionContext(String serverName, String serverUserName, RepositoryIdentifier repository, String userName)
          Constructor
RepositorySessionContext(String serverName, RepositoryIdentifier repository, String userName)
          Constructor
RepositorySessionContext(String serverName, String serverUserName, RepositoryIdentifier repository, String userName)
          Constructor
 



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.