|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.softwareag.mdm.service.ServiceKey
Identifies a service.
Services are defined in two distinct namespaces:
UIHttpManagerComponent
Field Summary | |
static ServiceKey |
CREATE
Built-in creation service. |
static ServiceKey |
MERGE
Built-in merge service. |
static ServiceKey |
VALIDATION
Built-in validation service. |
Method Summary | |
boolean |
equals(Object anObject)
|
static ServiceKey |
forModuleServiceName(String moduleName,
String serviceName)
Returns an identifier of a service defined in a module. |
static ServiceKey |
forName(String serviceName)
Returns an identifier of a service defined in a schema. |
String |
getName()
Returns the name of the service. |
int |
hashCode()
|
boolean |
isBuiltInService()
Returns true if this instance identifies a built-in service. |
String |
toString()
|
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ServiceKey CREATE
public static final ServiceKey VALIDATION
public static final ServiceKey MERGE
Method Detail |
public static ServiceKey forName(String serviceName)
serviceName
- name of the service in the schema (as defined by the
attribute /xs:schema/xs:complexType/@name
)public static ServiceKey forModuleServiceName(String moduleName, String serviceName)
moduleName
- name of the module (as defined by the element /module/name
in document located at /WEB-INF/mdm/module.xml
).serviceName
- name of the service in the module (as defined by the
attribute /module/services/service/@name
in document /WEB-INF/mdm/module.xml
).public String getName()
public boolean equals(Object anObject)
public int hashCode()
public boolean isBuiltInService()
true
if this instance identifies a built-in service.
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.