Uses of Class
com.sap.mdm.session.RepositorySessionContext

Packages that use RepositorySessionContext
com.sap.mdm.extension Provides classes for general "extension" support
com.sap.mdm.extension.session   
com.sap.mdm.notification Provides classes and interfaces for connection notifications 
com.sap.mdm.repository.commands Provides commands for operating on a repository 
com.sap.mdm.schema.commands Provides commands for managing repository schema, such as tables and fields 
com.sap.mdm.security.commands Provides commands for managing permission for repository items 
com.sap.mdm.session Provides classes and interfaces for connection and session management 
 

Uses of RepositorySessionContext in com.sap.mdm.extension
 

Methods in com.sap.mdm.extension with parameters of type RepositorySessionContext
 void MetadataManager.registerRepositoryNotifications(RepositorySessionContext ctx, String serverPassword, String repositoryPassword)
          Register for global and repository notification.
 RepositorySchemaEx MetadataManager.getRepositorySchema(RepositorySessionContext ctx)
           
 

Uses of RepositorySessionContext in com.sap.mdm.extension.session
 

Methods in com.sap.mdm.extension.session that return RepositorySessionContext
static RepositorySessionContext ConnectionManagerEx.connectWithRepositorySession(MdmDestinationProperties destination, String password, String applicationName, int unicodeNormalizationType, String contextIdentifier)
          Create instance of RepositorySessionContext from the specified parameters.
static RepositorySessionContext ConnectionManagerEx.connectWithRepositorySession(String destinationName, String applicationName, int unicodeNormalizationType, String contextIdentifier)
          Create instance of RepositorySessionContext from the specified parameters.
 

Uses of RepositorySessionContext in com.sap.mdm.notification
 

Methods in com.sap.mdm.notification with parameters of type RepositorySessionContext
 void EventDispatcher.registerRepositoryNotifications(RepositoryEventRegistrationSet registrationSet, RepositorySessionContext ctx, String repositoryUserPassword)
          Register this event dispatcher for repository type notifications defined in the specified registration set.
 void EventDispatcher.registerRepositoryNotificationsBySessionId(RepositoryEventRegistrationSet registrationSet, RepositorySessionContext ctx, String sessionId)
          For internal use only Register this event dispatcher for the specified set of repository type notifications After the repository is unmounted or the server is stopped the registration for repository notifications is not refreshed automatically.
 

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

Constructors in com.sap.mdm.repository.commands with parameters of type RepositorySessionContext
VerifyRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
UnshareRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
UnlockRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
UnloadRepositoryCommand(RepositorySessionContext ctx)
          Deprecated. Creates a new instance of this command by context.
SynchronizeSlaveRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
SubmitPortDataFilesCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
StopRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
StartRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ShareRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
SetRepositoryOptionListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
RetrievePortFileStatusCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
RetrievePortDirectoryFileContentCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
RepairRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
RenameRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
PreloadRepositoryCommand(RepositorySessionContext ctx)
          Deprecated. Creates a new instance of this command by context.
NormalizeRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ModifyRepositoryRegionCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ModifyRepositoryInheritedRegionListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ModifyPortCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
LoadRepositoryCommand(RepositorySessionContext ctx)
          Deprecated. Creates a new instance of this command by context.
GetXMLSchemaListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositoryStatusCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositorySchemaVersionCommand(RepositorySessionContext ctx)
          Deprecated. Creates a new instance of this command by context.
GetRepositoryRegionListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositoryPropertiesCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositoryOptionListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositoryLoginListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositoryLogListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositoryInheritedRegionListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositoryChangeCounterCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetPortMapListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetPortListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetPortDataFilesCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeleteRepositoryRegionCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeleteRemoteSystemCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeletePortCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreateRepositoryRegionCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreateRemoteSystemCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreatePortCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CompactRepositoryCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ApplyTransportDeltaCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of RepositorySessionContext in com.sap.mdm.schema.commands
 

Constructors in com.sap.mdm.schema.commands with parameters of type RepositorySessionContext
SetTableUniqueConstraintCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ReorderFieldsCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ModifyTupleDefinitionCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ModifyTableCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ModifyFieldCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetTableUniqueConstraintCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetTableListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRepositorySchemaCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRemoteSystemListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRelationshipListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetFieldListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeleteTupleDefinitionCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeleteTableCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeleteFieldCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreateTupleDefinitionCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreateTableCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreateFieldCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of RepositorySessionContext in com.sap.mdm.security.commands
 

Constructors in com.sap.mdm.security.commands with parameters of type RepositorySessionContext
ModifyUserCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
ModifyRoleCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetUserRolesCommand(RepositorySessionContext ctx)
          Creates a new instance of the command by context.
GetUserListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
GetRoleListCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeleteUserCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
DeleteRoleCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreateUserCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
CreateRoleCommand(RepositorySessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of RepositorySessionContext in com.sap.mdm.session
 

Subclasses of RepositorySessionContext in com.sap.mdm.session
 class UserSessionContext
          This class represents the context of the user session.
 

Constructors in com.sap.mdm.session with parameters of type RepositorySessionContext
UserSessionContext(RepositorySessionContext ctx)
          Constructor
UserSessionContext(RepositorySessionContext ctx, String regionName)
          Constructor
RepositorySessionContext(RepositorySessionContext ctx)
          Copy 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.