Uses of Class
com.softwareag.mdm.service.ServiceKey

Packages that use ServiceKey
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 ServiceKey in com.softwareag.mdm.service
 

Fields in com.softwareag.mdm.service declared as ServiceKey
static ServiceKey ServiceKey.CREATE
          Built-in creation service.
static ServiceKey ServiceKey.VALIDATION
          Built-in validation service.
static ServiceKey ServiceKey.MERGE
          Built-in merge service.
 

Methods in com.softwareag.mdm.service that return ServiceKey
static ServiceKey ServiceKey.forName(String serviceName)
          Returns an identifier of a service defined in a schema.
static ServiceKey ServiceKey.forModuleServiceName(String moduleName, String serviceName)
          Returns an identifier of a service defined in a module.
 

Methods in com.softwareag.mdm.service with parameters of type ServiceKey
 boolean UserReference.isPrivilegeGranted(ServiceKey service)
          Returns true if this reference has been granted the privilege of executing the service specified.
static UserReference Profile.forUserWithSpecificPrivilege(String userId, ServiceKey servicePrivilegeGranted)
          Returns the user reference specified, with the specific privilege granted.
 

Uses of ServiceKey in com.softwareag.mdm.ui
 

Methods in com.softwareag.mdm.ui that return ServiceKey
 ServiceKey UIHttpManagerComponent.getService()
          Returns the service to activate, null if no specific service has been set.
 

Methods in com.softwareag.mdm.ui with parameters of type ServiceKey
 void UIHttpManagerComponent.setService(ServiceKey aServiceKey)
          Specifies the service to activate.
 



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