Uses of Interface
com.softwareag.mdm.service.Session

Packages that use Session
com.softwareag.mdm.instance Provides interfaces for accessing schema instances.  
com.softwareag.mdm.schema.trigger   
com.softwareag.mdm.service Provides classes and interfaces for implementing specific services and access rules on webMethods MDM.  
com.softwareag.mdm.ui Provides the capability to create specific user interface components that are integrated within webMethods Master Data Manager.  
 

Uses of Session in com.softwareag.mdm.instance
 

Methods in com.softwareag.mdm.instance that return Session
abstract  Session Repository.createSessionFromLoginPassword(String login, String password)
          Instantiates a session from the login and password specified.
abstract  Session Repository.createSessionFromHttpRequest(HttpServletRequest httpServletRequest)
          Instantiates a session from an HTTP request.
abstract  Session Repository.createSessionFromArray(Object[] args)
          Instantiates a session from an open array.
 

Methods in com.softwareag.mdm.instance with parameters of type Session
abstract  AdaptationHome Repository.createHome(AdaptationHome parentBranch, HomeKey aKey, Profile owner, Session aSession, UserMessage aLabel, UserMessage aDescription)
          Creates the home specified.
abstract  void Repository.lock(AdaptationHome aBranch, boolean lockParentBranch, Session aSession)
          Locks the branch specified.
abstract  void Repository.lock(AdaptationHome aBranch, boolean lockParentBranch, String aComment, Session aSession)
          Locks the branch specified.
abstract  void Repository.unlock(AdaptationHome aBranch, boolean unlockParentBranch, Session aSession)
          Unlocks the branch specified.
abstract  void Repository.setDocumentationLabel(AdaptationHome aHome, String aLabel, Locale aLocale, Session aSession)
          Sets the documentation label for the home specified.
abstract  void Repository.setDocumentationDescription(AdaptationHome aHome, String aDescription, Locale aLocale, Session aSession)
          Sets the documentation label for the home specified.
abstract  void Repository.closeHome(AdaptationHome aHome, Session aSession)
          Closes the home specified.
 

Uses of Session in com.softwareag.mdm.schema.trigger
 

Methods in com.softwareag.mdm.schema.trigger that return Session
 Session TriggerExecutionContext.getSession()
          Returns the authenticated session that is performing the action.
 

Uses of Session in com.softwareag.mdm.service
 

Methods in com.softwareag.mdm.service that return Session
 Session SessionPermissions.getSession()
           
abstract  Session ServiceContext.getSession()
          Returns the current session context.
 Session ProgrammaticService.getSession()
          Returns the current session of this service.
 Session ProcedureContext.getSession()
          Returns the current session context.
 

Methods in com.softwareag.mdm.service with parameters of type Session
 ActionPermission ServicePermission.getPermission(SchemaNode aNode, Adaptation anAdaptation, Session aSession)
          Returns a permission for the arguments specified.
static ProgrammaticService ProgrammaticService.createForSession(Session aSession, AdaptationHome aHome)
          Instantiates a service that will execute as the session specified in the home specified.
 AccessPermission AccessRule.getPermission(Adaptation anAdaptation, Session aSession, SchemaNode aNode)
          Returns a permission for the arguments specified.
 

Uses of Session in com.softwareag.mdm.ui
 

Methods in com.softwareag.mdm.ui that return Session
 Session UITableFilterResponseContext.getSession()
          Returns the current session context.
 Session UIContext.getSession()
          Returns the current session.
 



(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.