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

Packages that use UserSessionContext
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.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.commands   
com.sap.mdm.extension Provides classes for general "extension" support
com.sap.mdm.extension.data Provides classes for basic "extension" data container 
com.sap.mdm.extension.data.commands Provides "extension" commands for managing repository content such as searching records.  
com.sap.mdm.extension.session   
com.sap.mdm.group.commands Provides commands for managing grouping such as Data Groups.  
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 Provides classes and interfaces for connection notifications 
com.sap.mdm.schema.commands Provides commands for managing repository schema, such as tables and fields 
com.sap.mdm.session Provides classes and interfaces for connection and session management 
com.sap.mdm.validation.commands Provides commands for MDM validation functionality.  
com.sap.mdm.workflow.commands Provides commands for managing workflows.  
 

Uses of UserSessionContext in com.sap.mdm.assignment.commands
 

Constructors in com.sap.mdm.assignment.commands with parameters of type UserSessionContext
RetrieveAssignmentsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ExecuteAssignmentCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of UserSessionContext in com.sap.mdm.blobs
 

Methods in com.sap.mdm.blobs with parameters of type UserSessionContext
 BlobCache BlobCacheManager.reserveBlobCache(UserSessionContext ctx, String password)
          Reserves instance of BlobCache class for retrieving and caching blob objects.
 BlobCache BlobCacheManager.reserveBlobCache(UserSessionContext ctx)
          Reserves instance of BlobCache class for retrieving and caching blob objects.
 void BlobCacheManager.releaseBlobCache(UserSessionContext ctx)
          Releases instance of BlobCache.
 

Uses of UserSessionContext in com.sap.mdm.blobs.commands
 

Constructors in com.sap.mdm.blobs.commands with parameters of type UserSessionContext
RetrieveImageVariantsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveBlobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 

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

Constructors in com.sap.mdm.data.commands with parameters of type UserSessionContext
UnprotectRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
UnlockRecordsOwnedCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
UnlockRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
SyndicateRecordsToFilesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
SyndicatePortCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
SynchronizeFamiliesTreeCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RollbackRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRelationshipsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRelationshipMembershipCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRecordsKeyMappingsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRecordsByValueCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRecordsByRemoteKeyCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRecordsByIdCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRecordLockStatusCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveRecordIdsByRemoteKeyCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveOriginalsByCheckoutRecordCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveMaskMembershipForRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedTupleValuesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedRecordsCompoundCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedQualifierValuesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedHierTreeCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedHierChildrenCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedAttributesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveLimitedAttributeValuesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveJoinCheckOutPermissionsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveHierAncestorsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveExpressionsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveCheckoutRecordsByOriginalCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveCheckoutOwnerByIdCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveBinaryObjectUsageCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveAttributesKeyMappingsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveAttributesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveAttributeUsageCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveAttributeLinksCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveAttributeCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RestoreNamedSearchCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RemoveRecordsFromMaskCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RefreshCalculatedFieldsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RecordCountCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ProtectRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyRelationshipsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyRecordsKeyMappingsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyRecordHierarchyCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyRecordCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyJoinCheckOutPermissionsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyExpressionCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyAttributesKeyMappingsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyAttributeLinkCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ModifyAttributeCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
MergeRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
LockRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
LeaveCheckoutRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
JoinCheckoutRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ImportFilesCommand(UserSessionContext ctx)
           
DuplicateRecordCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
DeleteRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
DeleteAttributeLinkCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
DeleteAttributeCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CreateRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CreateRecordCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CreateAttributeLinkCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CreateAttributeCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CheckoutRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CheckoutRecordsAsNewCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CheckinRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CancelSyndicationCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AddSyndicationRecordIdsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AddRelationshipsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AddRecordsToMaskCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AbstractRetrieveLimitedRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AbstractRetrieveHierCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AbstractRecordsByIdCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AbstractRecordIdsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AbstractModifyRecordCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of UserSessionContext in com.sap.mdm.data.permanentid.commands
 

Constructors in com.sap.mdm.data.permanentid.commands with parameters of type UserSessionContext
GetTextAttributeValueIdsFromPermanentIdsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
GetRecordIdsFromPermanentIdsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
GetPermanentIdFromTextAttributeValueIdCommand(UserSessionContext ctx)
          C'tor.
GetPermanentIdFromRecordIdCommand(UserSessionContext ctx)
          C'tor.
GetPermanentIdFromFieldIdCommand(UserSessionContext ctx)
          C'tor.
GetPermanentIdFromAttributeIdCommand(UserSessionContext ctx)
          C'tor.
GetFieldIdsFromPermanentIdsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
GetAttributeIdsFromPermanentIdsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AbstractGetPermanentIdFromIdCommand(UserSessionContext ctx)
          C'tor.
AbstractGetFromPermanentIdsCommand(UserSessionContext ctx)
          Constructor with the specified session context.
 

Uses of UserSessionContext in com.sap.mdm.dataimport.commands
 

Constructors in com.sap.mdm.dataimport.commands with parameters of type UserSessionContext
ImportRecordsCommand(UserSessionContext ctx)
          Constructor.
 

Uses of UserSessionContext in com.sap.mdm.extension
 

Methods in com.sap.mdm.extension with parameters of type UserSessionContext
 void MetadataManager.registerDataNotifications(UserSessionContext ctx, String repositoryPassword)
          Deprecated. replaced by MetadataManager.registerAttributeNotifications(UserSessionContext, String)
 void MetadataManager.registerAttributeNotifications(UserSessionContext ctx, String repositoryPassword)
          Register for attribute notification.
 AttributeSchema MetadataManager.getAttributeSchema(UserSessionContext ctx)
           
 DimensionsManager MetadataManager.getRepositoryDimensions(UserSessionContext ctx)
           
 

Uses of UserSessionContext in com.sap.mdm.extension.data
 

Constructors in com.sap.mdm.extension.data with parameters of type UserSessionContext
TextAttributeValueEx(TextAttributeValueId id, TableId taxonomyTableId, AttributeId attrId, UserSessionContext ctx)
           
ResultDefinitionEx(String containerCode, UserSessionContext userCtx)
          Constructor of a ResultDefinitionEx object with the specified parameters.
 

Uses of UserSessionContext in com.sap.mdm.extension.data.commands
 

Constructors in com.sap.mdm.extension.data.commands with parameters of type UserSessionContext
RetrieveRelationshipsExCommand(UserSessionContext ctx)
          C'tor
RetrieveRecordsByValueExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
RetrieveRecordsByRemoteKeyExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
RetrieveRecordsByIdExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
RetrieveLimitedRecordsExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
RetrieveLimitedRecordsCompoundExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
RetrieveLimitedHierTreeExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
RetrieveLimitedHierChildrenExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
RetrieveHierAncestorsExCommand(UserSessionContext ctx)
          Creates an instance of AbstractRecordCommand
 

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

Methods in com.sap.mdm.extension.session that return UserSessionContext
static UserSessionContext ConnectionManagerEx.connectWithUserSession(MdmDestinationProperties destination, String password, String applicationName, String regionName, Locale regionLocale, int unicodeNormalizationType, boolean useBlobCache, String contextIdentifier)
          Create instance of UserSessionContext from the data stored in MDM destination The authenticated user session for this session context is created as well and stored in cache of SessionManager All parameters excepting the 'destination' and 'password' are optional.
static UserSessionContext ConnectionManagerEx.connectWithUserSession(String destinationName, String applicationName, String regionName, Locale regionLocale, int unicodeNormalizationType, boolean useBlobCache, String contextIdentifier)
          Create instance of UserSessionContext from the data stored in MDM destination according to the destination name The authenticated user session for this session context is created as well and stored in cache of SessionManager All parameters excepting the 'destinationName' and 'applicationName' are optional.
 

Uses of UserSessionContext in com.sap.mdm.group.commands
 

Constructors in com.sap.mdm.group.commands with parameters of type UserSessionContext
RetrieveGroupTreeCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
DeleteGroupCommand(UserSessionContext ctx)
          Constructor.
CreateGroupCommand(UserSessionContext ctx)
          Constructor.
 

Uses of UserSessionContext in com.sap.mdm.matching.commands
 

Constructors in com.sap.mdm.matching.commands with parameters of type UserSessionContext
TerminateMatchingStrategyCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveMatchingStrategiesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveMatchingResultCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveMatchingRecordsProcessedCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveMatchedRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ExecuteMatchingStrategyForNewRecordValuesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ExecuteMatchingStrategyCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of UserSessionContext in com.sap.mdm.matchingsets.commands
 

Constructors in com.sap.mdm.matchingsets.commands with parameters of type UserSessionContext
RetrieveMatchingTaxonomyRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveMatchingSetsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveMatchingSearchCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of UserSessionContext in com.sap.mdm.notification
 

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

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

Constructors in com.sap.mdm.schema.commands with parameters of type UserSessionContext
GetRepositoryDimensionsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of UserSessionContext in com.sap.mdm.session
 

Constructors in com.sap.mdm.session with parameters of type UserSessionContext
UserSessionContext(UserSessionContext ctx)
          Copy Constructor
 

Uses of UserSessionContext in com.sap.mdm.validation.commands
 

Constructors in com.sap.mdm.validation.commands with parameters of type UserSessionContext
ValidateRecordsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ValidateNewRecordValuesCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveValidationsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 

Uses of UserSessionContext in com.sap.mdm.workflow.commands
 

Constructors in com.sap.mdm.workflow.commands with parameters of type UserSessionContext
SplitWorkflowJobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
SetWorkflowTaskPriorityCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
SetWorkflowRecordDoneStateCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
SetWorkflowRecordApproveStateCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveWorkflowsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveWorkflowTasksCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveWorkflowTaskActionsCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RetrieveWorkflowByIdCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
RemoveRecordsFromWorkflowJobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
LaunchWorkflowJobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
GetActiveWorkflowTasksCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
ExecuteWorkflowTaskActionCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
DeleteWorkflowJobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CreateWorkflowJobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
CanSplitWorkflowJobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
AddRecordsToWorkflowJobCommand(UserSessionContext ctx)
          Creates a new instance of this command by context.
 



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.